%general-entities; ]> 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 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> By default, UnZip does not support shrink decompression. To enable it or to obtain more information, check out the UnZip FAQ at . Install UnZip by running the following commands: patch -Np1 -i ../unzip-&unzip-version;-fix-Makefile.patch && patch -Np1 -i ../unzip-&unzip-version;-fix-libz.patch && patch -Np1 -i ../unzip-&unzip-version;-dont-make-noise.patch && cp unix/Makefile . && make prefix=/usr linux && make prefix=/usr linux_shlibz && make prefix=/usr install && cp -a libunzip.so* /usr/lib Command explanations make prefix=/usr linux: This command overrides the prefix variable that is set to /usr/local in the Makefile and builds the executables for a linux system. The alternatives to 'linux' can be seen with a 'make list' command. make prefix=/usr linux_shlibz: Build shared libunzip and link UnZip against it and zlib. Contents The UnZip package contains unzip , funzip, unzipfsx, zipgrep and zipinfo. 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.