linux解压“gzip: stdin: unexpected end of file tar: Unexpected EOF in archive报错
程序员文章站
2022-05-30 16:39:51
...
linux解压“gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now”报错
1、解压文件
// An highlighted block
[[email protected] ~]# tar zxf httpd-2.4.46.tar.gz
// An highlighted block
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
2、要在临时文件里寻找
// An highlighted block
[[email protected] ~]# cd /tmp/VMwareDnD/
在下面几个目录中寻找压缩包
// An highlighted block
[[email protected] VMwareDnD]# ls
5IGzsB bnF25L fvHgL1 PsArUB QLTQxt s02GPh
// An highlighted block
[[email protected] VMwareDnD]# ls fvHgL1/
httpd-2.4.46.tar.gz
3、进入目录进行解压
// An highlighted block
[[email protected] VMwareDnD]# cd fvHgL1/
[[email protected] fvHgL1]# ls
httpd-2.4.46.tar.gz
[[email protected] fvHgL1]# tar zxf httpd-2.4.46.tar.gz
[[email protected] fvHgL1]#
推荐阅读
-
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpect
-
解压出错:gzip: stdin: unexpected end of file的解决
-
linux解压“gzip: stdin: unexpected end of file tar: Unexpected EOF in archive报错
-
tar解压出错:gzip: stdin: unexpected end of file的解决
-
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpect
-
tar解压报错 gzip: stdin: unexpected end of file tar: Unexpected EOF in archive