tar解压报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tar解压报错相关的知识,希望对你有一定的参考价值。
在解压jdk时,报错如下:
[[email protected]_22_86_centos tools]# tar xf jdk-8u144-linux-x64.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
查看jdk的信息如下:
[[email protected]_22_86_centos tools]# file jdk-8u144-linux-x64.tar.gz
jdk-8u144-linux-x64.tar.gz: html document, ASCII text, with very long lines, with CRLF line terminators
是由于下载jdk时没有正真下载到jdk文件,而是下载到了一个页面
然后直接在windows下面下载,再用rz命令或者xftp上传,再解压就好了!
本文出自 “doublelinux” 博客,谢绝转载!
以上是关于tar解压报错的主要内容,如果未能解决你的问题,请参考以下文章