当前位置: 技术问答>linux和unix
linux下解压*.tar.gz文件
来源: 互联网 发布时间:2017-03-13
本文导语: linux下用命令tar -zxvf解压*.tar.gz文件时报错: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 求大神指点是什么原因?谢谢。 | ...
linux下用命令tar -zxvf解压*.tar.gz文件时报错:
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
求大神指点是什么原因?谢谢。
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
求大神指点是什么原因?谢谢。
|
file 查看文件格式是否是gzip,如果不是一般tar -xf 会自动辨别包类型。
如果是gzip,可能下载过程损坏,重新下载或换个地方下载。
如果是gzip,可能下载过程损坏,重新下载或换个地方下载。
|
估计是文件损坏了
|
嗯,应该是文件不完整了
|
应该是文件不完整,重新下载。