天天看点

tar: This does not look like a tar archive

报错信息如下:

# 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

本文转自 guowang327 51CTO博客,原文链接:http://blog.51cto.com/guowang327/1732078,如需转载请自行联系原作者