How to extract filename.tar.gz file

2019-03-07 17:17发布

I want to extract an archive named filename.tar.gz.

Using tar -xzvf filename.tar.gz doesn't extract the file. it is gives this error:

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

7条回答
贪生不怕死
2楼-- · 2019-03-07 18:01

Check to make sure that the file is complete. This error message can occur if you only partially downloaded a file or if it has major issues. Check the MD5sum.

查看更多
登录 后发表回答