問題描述:
[root@mvp-dd ~]# tar jxf ffmpeg-4.0.2.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 2 tar: Error is not recoverable: exiting now
生命的真諦在於不斷突破自我!!!
解決方案:
yum install -y bzip2
注意:tar jxf j實際調用bzip2命令解決壓縮包