gzip: stdin: not in gzip format

linux下 用tar -zxf xxx.tar.bz2

错误error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors

这个压缩包没有用gzip格式压缩  所以解压的时候也不用加上z 

直接tar -xf 就可以了。

posted @ 2014-12-02 10:11  Jason-Holt  阅读(161)  评论(0编辑  收藏  举报