%general-entities; ]> $LastChangedBy$ $Date$ Zip-&zip-version; Zip Introduction to <application>Zip</application> The Zip package contains Zip utilities. These are useful for compressing files into ZIP archives. Package information Download (HTTP): Download (FTP): Download MD5 sum: &zip-md5sum; Download size: &zip-size; Estimated disk space required: &zip-buildsize; Estimated build time: &zip-time; Installation of <application>Zip</application> Install Zip by running the following commands: make prefix=/usr -f unix/Makefile generic_gcc Now, as the root user: make prefix=/usr -f unix/Makefile install && install -v -m644 man/zip.1 /usr/share/man/man1 Command explanations make prefix=/usr -f unix/Makefile generic_gcc: This command overrides the prefix variable that is set to /usr/local in the unix/Makefile which is used as a Makefile and builds the executables for a Linux system. The alternatives to 'generic_gcc' can be seen with a make -f unix/Makefile list command. Contents Installed Programs Installed Libraries Installed Directories zip, zipcloak, zipnote, zipsplit None None Short Descriptions zip compresses files into a ZIP archive. zip zipcloak is disabled in this version of Zip. It will display a message about how to support encryption by recompiling with zcrypt27.zip. zipcloak zipnote reads or writes comments stored in a ZIP file. zipnote zipsplit is a utility to split ZIP files into smaller files. zipsplit