今天在linux下 用tar -zxvf xxx.tar.bz2
然后就报这个错。
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
解决方案:压缩包没有用gzip格式压缩, 所以解压的时候也不用加上z。直接tar -jxvf 就可以了。
今天在linux下 用tar -zxvf xxx.tar.bz2
然后就报这个错。
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
解决方案:压缩包没有用gzip格式压缩, 所以解压的时候也不用加上z。直接tar -jxvf 就可以了。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。