[root@localhost src]# tar -xzvf php-5.6.30.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
换下面这条命令就可以了:
[root@localhost src]# tar -xjf php-5.6.30.tar.bz2
微信扫一扫
[root@localhost src]# tar -xzvf php-5.6.30.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
换下面这条命令就可以了:
[root@localhost src]# tar -xjf php-5.6.30.tar.bz2
相关推荐