[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
tar 命令出错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable:
阅读 65
2022-07-12
[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
相关推荐
精彩评论(0)