压缩: tar -zcvf 压缩后文件名.tar.gz 被压缩文件 解压: tar -zxvf 被解压文件 具体的可以在linux环境下 用 tar --help 查看详细说明格式:tar [option] file -c create create a new archive -x extract extract files from an archive -t list list the conte…
问题描述: [root@mvp-dd ~]# tar jxf ffmpeg-.tar.bz2 tar (child): bzip2: Cannot exec: No such file or directory //根据报错提示没有bzip2命令 tar (child): Error is not recoverable: exiting now tar: Child returned status tar: Error is not recoverable: exiting now 生命的真谛…