码迷,mamicode.com
首页 > 其他好文 > 详细

tar 报错gzip: stdin: not in gzip format

时间:2015-01-07 16:27:54      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

今天在linux下 用tar -zxf xxx.tar.bz2

然后就报这个错。

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

解决方案:压缩包没有用gzip格式压缩, 所以解压的时候也不用加上z。直接tar -xf 就可以了。

tar 报错gzip: stdin: not in gzip format

标签:

原文地址:http://www.cnblogs.com/renshengbuduanxuexi/p/4208526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!