当前位置: 技术问答>linux和unix
释放压缩TAR包,急,在线等
来源: 互联网 发布时间:2015-08-26
本文导语: 我用命令tar zxvf 文件名 释放压缩TAR包,结果出现下面的错误信息: tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains obsolescent base-64 headers gzip: stdin: unexpected end of file tar: Child r...
我用命令tar zxvf 文件名 释放压缩TAR包,结果出现下面的错误信息:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
不知是何原因,应如何处理,请各位多多指教.
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
不知是何原因,应如何处理,请各位多多指教.
|
文件损坏了,重新下载吧
|
释放TAR包,你试试不用 z 选项看看!
tar -xvf yourtarfile.tar
tar -xvf yourtarfile.tar
|
执行 file xxx.tar.gz 看一下
|
tar -xvf yourtarfile.tar