Linux system unzip file error solution

Source: Internet
Author: User
Tags bz2

Data.zip file has more than 4G, decompression when the problem.

    1. Archive:data.zip
    2. End-of-central-directorysignature not found. Either Thisfile is not
    3. A zipfile, or itconstitutes one disk of a multi-partarchive. In the
    4. latter case the centraldirectory and ZipFile comment would be found on
    5. The last disk (s) of thisarchive.
    6. Unzip:cannot find Zipfiledirectory in one of Bbs.zip or
    7. Data.zip.zip,and cannot find Data.zip.ZIP, period.

In this case, you need to use 7zip to decompress

    1. wgethttp://downloads.sourceforge.net/project/p7zip/p7zip/9.13/p7zip_9.13_src_all.tar.bz2?r=http:// Sourceforge.net/projects/p7zip/files/&ts=1283040874&use_mirror=voxel
    2. TAR-JXVF p7zip_9.13_src_all.tar.bz2
    3. CD p7zip_9.13
    4. Make
    5. Make install

Installation is complete,

    1. 7za x Data.zi succeeded.

One, Linux, using unzip decompression, error:

Unzip Trunk.zip

Archive:trunk.zip
End-of-central-directorysignature not found. Either Thisfile is not
A zipfile, or it constitutesone disk of a multi-partarchive. In the
latter case the centraldirectory and ZipFile comment would be found on
The last disk (s) of thisarchive.
Unzip:cannot find Zipfiledirectory in one of Trunk.zip or
Trunk.zip.zip,and cannot find Trunk.zip.ZIP, period.


File size is 2.2G, it may be unzip set this limit. Find the jar to solve it online:

Jar XVF Trunk.zip

(1). If it appears

Jar:command not found

(2). To download with Yum

Yum-y Install Java-1.6.0-openjdk-devel

(3). Run again

Jar XVF Trunk.zip

Can succeed, it seems, unzip limit is quite big ah.

Linux system unzip file error solution

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.