码迷,mamicode.com
首页 > 其他好文 > 详细

gzip: stdin: not in gzip format tar: Child returned status 1. tar Error is not recoverable: exiting now

时间:2018-02-13 12:33:10      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:root   return   child   status   图片   com   bsp   使用   方法   

 

最近在研究log4j。在Log4j官网下载了tar.gz.文件。解压时候出现错误。

1. wget https://www.apache.org/dyn/closer.lua/logging/log4j/2.10.0/apache-log4j-2.10.0-bin.tar.gz. 很顺利压缩包下载了。

    技术分享图片

2. 解压文件  

    tar -zxvf apache-log4j-2.10.0-bin.tar.gz

    出现下列错误:

    技术分享图片

3. 网上搜了各种solution都没有得到解决。

   1)solution 1: 这个压缩包没有用gzip格式压缩,所以不用加z指令.解决方法:使用 $ tar -xvf xxxx.tar.gz 命令(即去掉z参数)

   2)下载.zip 文件。也就是上图apache-log4j-2.10.0-bin.zip 文件,依然有错误。

 

RootCase:

这个问题苦恼了我很久,最后终于找到了问题,原来我的这个链接不是最终下载的链接。应该继续点进去,出现下图下面的才是正确的链接。问题解决。

技术分享图片

 

gzip: stdin: not in gzip format tar: Child returned status 1. tar Error is not recoverable: exiting now

标签:root   return   child   status   图片   com   bsp   使用   方法   

原文地址:https://www.cnblogs.com/Jesse-Li/p/8446299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!