When unzip is used in Linux, the End-of-central-directory signature not found and vertusignature errors are returned.

Source: Internet
Author: User

When unzip is used in Linux, the End-of-central-directory signature not found and vertusignature errors are returned.
In Linux, when unzip is used for decompression, an error is returned:
$ Unzip abc.zip
 
Archive: abc.zip
End-of-central-directory signature not found. Either this file is not
A zipfile, or it constitutes one disk of a multi-part archive. In
Latter case the central directory and zipfile comment will be found on
The last disk (s) of this archive.
Unzip: cannot find zipfile directory in one of abc.zip or
Abc.zip.zip, and cannot find abc.zip. ZIP, period.


Use jar to solve
$ Jar xvf abc.zip
If
Jar: Command not found
Download from yum
$ Yum-y install java-1.6.0-openjdk-devel
The installation takes about two or three minutes.
Run again after installation
Run again
$ Jar xvf abc.zip

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.