首页 Linux网维 tar命令出错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error

tar命令出错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error

tar命令报错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error系统:linux问题…

tar命令报错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error系统:linux问题:使用wget命令下载安装包,然后使用tar命令解压.tar.gz报错

tar命令出错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error插图

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

问题根源:下载的安装包损坏我下载的是jdk,根本没注意包的大小(损坏包的大小是5k)解决办法:如果不是一眼就看到包大小有问题,就把包下载到你本地,解压看一下查看是否损坏.从官网有时候获取的地址,都不一定行。

实在不行,你就自己下载到本地,然后上传到服务器再解压其他问题:gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors。

解决办法:我没遇见过,网上都说是命令参数有问题你可以:tar zxvf xxxxx.tar.gz   或者tar -zxvf xxxxx.tar.gz补充:tar命令参数的涵义bz2格式用jgz格式用z。

c是创建x是解压缩v是详细信息f是指定文件

免责声明:文章内容不代表本站立场,本站不对其内容的真实性、完整性、准确性给予任何担保、暗示和承诺,仅供读者参考,文章版权归原作者所有。如本文内容影响到您的合法权益(内容、图片等),请及时联系本站,我们会及时删除处理。

作者: 3182235786a

为您推荐

linux文件命令

linux文件命令

在 Linux 中,我们可以使用 `with open()` 语句和 `write()` 函数来写入文件。以下是一个简单...
linux的命令

linux的命令

以下是一个简单的 Linux 命令示例,该命令将显示当前日期和时间: “`c #include <st...
linux 命令

linux 命令

由于 Linux 命令是由 C 语言编写的,因此下面是一个简单的用中文编写的 Linux 命令示例,它将输出“Hello...
linux命令tar

linux命令tar

这个问题看起来有些模糊,我不确定您是想了解如何在 Linux 系统中使用 tar 命令,还是如何编写一个名为 tar 的...
linux压缩命令

linux压缩命令

Linux压缩命令:高效管理文件和目录 Linux操作系统提供了一系列强大的压缩命令,使您能够高效地管理文件和目录。无论...

发表回复

返回顶部