0
点赞
收藏
分享

微信扫一扫

tar 命令出错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable:

雨鸣静声 2022-07-12 阅读 65
[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 条评论