Linux Decompression Error

Source: Internet
Author: User

When installing the JDK on Ubuntu, you always encounter errors during the decompression process.

First wget command download file: $wget-C http://download.oracle.com/otn-pub/java/jdk/8u40-b26/jdk-8u40-linux-x64.tar.gz

Prompt download success, the next decompression;

Decompression: $tar-ZXVF jdk-8u40-linux-x64.tar.gz

Always follow the following error message after execution:

Gzip:stdin:not in gzip format
Tar:child returned status 1
Tar:error isn't recoverable:exiting now

Check a lot, some solutions are: $tar-xvf remove Z.

Some say first to confirm whether the file is a zip type: $file jdk-8u40-linux-x64.tar.gz

jdk-8u40-linux-x64.tar.gz:html document, ASCII text, with very long lines, and CRLF line terminators

See the return information, it dawned, is actually an HTML page. So the root cause of the error is this.

Linux Decompression Error

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.