Solve unzip files on Linux tar.gz error (gzip: stdin: not in gzip format)

  • Input #tar -xvf jdk-8u131-linux-x64.tar.gz, after executing the command being given as follows: 

gzip: stdin: not in gzip format 
tar: Child returned status 1 
tar: Error is not recoverable: exiting now 
Write pictures described here

  • Solution: The reason given is that this package is not compressed with gzip compression format, so do not add z instructions on it 
Published 139 original articles · won praise 13 · views 9306

Guess you like

Origin blog.csdn.net/qq_18671415/article/details/103868507