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

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/194620.html

(0)
上一篇 2021年11月16日
下一篇 2021年11月16日

相关推荐

发表回复

登录后才能评论