tar命令--数据解档(三)解压.tar.gz文件报错 gzip:stdin:not in gzip format

毕竟是生产。。。。。

提示以下信息: 
  gzip: stdin: not in gzip format 
  tar: Child returned status 1 
  tar: Error is not recoverable: exiting now

原因是:这个压缩包没有用gzip格式压缩,所以不用加z指令

解决办法:使用 $ tar -xvf xxxx.tar.gz 命令(即去掉z参数)

原文地址:https://www.cnblogs.com/wqbin/p/11805150.html

时间: 2024-10-09 22:22:19

tar命令--数据解档(三)解压.tar.gz文件报错 gzip:stdin:not in gzip format的相关文章

解压tar.gz文件报错gzip: stdin: not in gzip format解决方法

解压tar.gz文件报错gzip: stdin: not in gzip format解决方法 在解压tar.gz文件的时候报错 1 2 3 4 5 [[email protected] Downloads]$ tar -zxvf clion-141.351.4.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 原来原因是这个

Linux tar 命令参数及用法详解--Linux打包备份命令

linux tar命令参数及用法详解--linux打包备份命令 tar命令 tar - tar 档案文件管理程序的 GNU 版本.下面将逐个介绍其含义tar [-cxtzjvfpPN] 文件与目录 ....常用参数:-c :建立一个压缩文件的参数指令(create 的意思):-x :解开一个压缩文件的参数指令!-t :查看 tarfile 里面的文件!特别注意,在参数的下达中, c/x/t 仅能存在一个!不可同时存在!因为不可能同时压缩与解压缩.-z :是否同时具有 gzip 的属性?亦即是否需

解压.tar.gz出错gzip: stdin: not in gzip format tar: /Child returned status 1 tar: Error is not recoverable: exiting now

先查看文件真正的属性是什么? [[email protected] ~]# tar -zxvf tcl8.4.16-src.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now [[email protected] ~]# file tcl8.4.16-src.tar.gz tcl8.4.16-src.tar.gz: HTML d

tar解压包的时候出现错误 gzip: stdin: not in gzip format

在Linux环境下,通过tar -zxvf 命令解压文件时遇到"gzip: stdin: not in gzip format"等错误:如图所示 1 [email protected]:/usr/java# tar -zxvf jdk-8u144-linux-x64.tar.gz 2 gzip: stdin: not in gzip format 3 tar: Child returned status 1 4 tar: Error is not recoverable: exitin

tar命令--数据归档

虽然zip命令能够很好的将数据压缩和归档到单个文件,蛋挞不是linux 和unix的标准归档工具. ta命令最开始是用来将文件写到磁盘设备上的归档.然而他也能把输出写道文件里. 你会发现这个可选参数是真的多!!! 可以没有时间换成简易版:tar命令--数据归档(二) tar --help 用法: tar [选项...] [FILE]... GNU ‘tar’ 将许多文件一起保存至一个单独的磁带或磁盘归档,并能从归档中单独还原所需文件. 示例 tar -cf archive.tar foo bar

加压压缩文件报错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

压缩包是直接weget 后面加官网上的tar包地址获取的 [[email protected] ~]# tar -zxvf /home/hadoop/hadoop-2.6.5-src.tar.gz gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now[[email protected] ~]# tar -xvf /home/hadoop/hadoo

tar 报错gzip: stdin: not in gzip format

今天在linux下 用tar -zxf xxx.tar.bz2 然后就报这个错. gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors 解决方案:压缩包没有用gzip格式压缩, 所以解压的时候也不用加上z.直接tar -xf 就可以了.

【JNI编程】使用javah命令生成头文件报错的解决方案

异常信息: 提示找不到某个类(要进行编译的类) 产生异常的开发环境: jdk7.0 ndk版本: android-ndk-r7b 解决方案: 在环境变量classpath中添加android.jar这个文件的目录 如:E:\eclipse\android-sdks\platforms\android-8\android.jar 问题描述: 刚开始研究JNI,然后让这个问题折腾了一上午,使用javah来生成java的class文件没问题,但是生成包含android特有的类库的class文件就出错,

tar解压bz2文件报错

用tar命令解压文件的时候出错了,信息如下: tar -jvxf jemalloc-3.6.0.tar.bz2 ./nginx/ tar (child): bzip2: Cannot exec: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error is not recoverable: exiting now 解决方法很简