使用wget命令下载的jdk安装包不能解压,每次解压的时候总是出现
gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now这个错误 应该怎么解决呢
把扩展名由.tar.gz改为.tar,然后 tar xvf 文件名.tar 试试
解压 tar zxvf 文件名.tar.gz