%general-entities; ]> $LastChangedBy$ $Date$ UnZip-&unzip-version; Introduction to <application>UnZip</application> 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. 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; Additional downloads Required Patch: Required Patch: Recommended Patch: Installation of <application>UnZip</application> Install UnZip by running the following commands: patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch && patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch && patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch && cp unix/Makefile . && make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux && make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz && make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install && cp -d libunzip.so* /usr/lib Command explanations make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux: This command overrides the prefix variable that is set to /usr/local in the Makefile, sets the LOCAL_UNZIP environment variable to instruct UnZip to use the shrinking algorithm based on the LZW compression algorithm, and builds the executables for a Linux system. The alternatives to 'linux' can be seen with a make list command. make ... linux_shlibz: Build shared libunzip and link UnZip against it and zlib. Contents The UnZip package contains unzip, funzip, unzipfsx, zipgrep, zipinfo and the libunzip library. Description unzip unzip lists, tests or extracts files from a ZIP archive. funzip funzip allows the output of unzip commands to be redirected. unzipfsx unzipfsx is the 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. zipgrep zipgrep is a grep for ZIP archives. zipinfo zipinfo produces technical information about the files in a ZIP archive, including file access permissions, encryption status, type of compression, etc.