recoverable专题

解压报错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exit

在解压tar.gz包的时候报如下错误 [root@localhost tomcat]# tar -zxvf apache-tomcat-7.0.77.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 现在我提供一下我总结的解决

解决Linux使用tar解压包出现Error is not recoverable: exiting now

当你在LInux使用解压命令的时候 tar -zxvf 被解压的文件名 出现以下异常: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 原因是该文件不支持gzip的解压方式,我们去掉z参数,使用 tar -xvf 被解压的文