Wanted: Unix zip command-line program with zip64 support

32bit-64bitcompression

Is there a Unix command-line program that implements ZIP with ZIP64 support? The standard zip program won't ZIP files bigger than 2**32 bytes.

I don't want to use .tar.gz format, because with ZIP I can access the files without decompressing the entire archive.

I don't want to use 7zip because there is no native Python support for 7zip archives.

Thanks.

Best Answer

Last time I checked Info-zip was available for just about every OS ever invented and it does do zip64. You may have to build it yourself for your particular system. You don't say which Unix you've got but there is a high chance they are pre-build packages available for yours already.

Just check out the home-page