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

tar: This does not look like a tar archive

时间:2016-01-06 18:20:55      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:tar   gzip   

报错信息如下:

# tar -zxvf extmail-1.2.tar.gz

tar: This does not look like a tar archive

tar: Skipping to next header

tar: Exiting with failure status due to previous errors

解决:

# file extmail-1.2.tar.gz

extmail-1.2.tar.gz: gzip compressed data, from Unix

# gzip -d extmail-1.2.tar.gz

# tar -xf extmail-1.2.tar

tar: This does not look like a tar archive

标签:tar   gzip   

原文地址:http://guowang327.blog.51cto.com/6513732/1732078

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