<<O>>  Difference Topic GigaUnzipping (r1.1 - 23 Jul 2005 - PeterKnaggs)
Line: 1 to 1
Added:
>
>
META TOPICPARENT LinuxHints

Unzipping large files on linux

Thanks to Thomas Stromberg for describing this increasingly essential tool p7zip for extracting zip files (usually created using PKZip 4.50) which contain files larger than 4 gigabytes. You'll know you need it if you see a skipping: warning containing the following message from unzip:

need PK compat. v4.5 (can do v2.1)

Download p7zip and build it using:

make
make install

Use it like this to extract the files from the big zip archive:

7za x bigfile.zip

-- PeterKnaggs - 21 Jul 2005

Back to LinuxHints - Everything GNU ever wanted to know about Linux

Revision -
Revision r1.1 - 23 Jul 2005 - 17:55 - PeterKnaggs