Linux---tar解压报错Child returned status 1

时间:2016-01-25 19:42:16   收藏:0   阅读:1105
#tar zxvf zlib-1.2.8.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

解决方法如下:改为去掉z即可完成解压 ,没错就是这么简单

tar xvf



原文:http://ezioauditor.blog.51cto.com/8742351/1738335

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!