%general-entities; ]> $LastChangedBy$ $Date$ UnZip-&unzip-version; UnZip Introduction to UnZip The UnZip package contains ZIP extraction utilities. These are useful for extracting files from ZIP archives. ZIP archives are created with PKZIP or Info-ZIP utilities, primarily in a DOS environment. The UnZip package has some locale related issues. For a full explanation of the issues and some possible solutions, see the section of the . Package Information Download (HTTP): Download (FTP): Download MD5 sum: &unzip-md5sum; Download size: &unzip-size; Estimated disk space required: &unzip-buildsize; Estimated build time: &unzip-time; User Notes: Installation of UnZip Install UnZip by running the following commands: make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux To test the results, issue: LD_LIBRARY_PATH=$PWD make check. Now, as the root user: make prefix=/usr install Command Explanations linux: This target in the Makefile makes assumptions that are useful for a Linux system when compiling the executables. To obtain alternatives to this target, use make list LOCAL_UNZIP=...: This sets the compilation flags to allow UnZip to handle files upto 4 GB. Contents Installed Programs Installed Library Installed Directories funzip, unzip, unzipfsx, zipgrep, and zipinfo libunzip.so None Short Descriptions funzip allows the output of unzip commands to be redirected. funzip unzip lists, tests or extracts files from a ZIP archive. unzip unzipfsx is a self-extracting stub that can be prepended to a ZIP archive. Files in this format allow the recipient to decompress the archive without installing UnZip. unzipfsx zipgrep searches files in a ZIP archive for lines matching a pattern. zipgrep zipinfo produces technical information about the files in a ZIP archive, including file access permissions, encryption status, type of compression, etc. zipinfo libunzip.so contains the API functions required by the UnZip programs. libunzip.so