gzip: stdin: unexpected end of file Linux解压文件出错

[root@localhost jdk1.8]# tar -zxvf jdk-8u161-linux-x64.tar.gz
jdk1.8.0_161/
jdk1.8.0_161/javafx-src.zip

gzip: stdin: unexpected end of file
tar: 归档文件中异常的 EOF
tar: 归档文件中异常的 EOF
tar: Error is not recoverable: exiting now
 

[root@localhost jdk1.8]# ls -lht jdk-8u161-linux-x64.tar.gz
-rw-r--r--. 1 root root 420K 10月 25 14:41 jdk-8u161-linux-x64.tar.gz
[root@localhost jdk1.8]# 
[root@localhost jdk1.8]# 
[root@localhost jdk1.8]# 
[root@localhost jdk1.8]# 
[root@localhost jdk1.8]# 
[root@localhost jdk1.8]# ls -lht jdk-8u161-linux-x64.tar.gz
-rwxrw-rw-. 1 root root 181M 10月 25 10:58 jdk-8u161-linux-x64.tar.gz
 

查了一下是因为复制过来的文件损坏了 再次复制一次就解决了

你可能感兴趣的:(gzip: stdin: unexpected end of file Linux解压文件出错)