%general-entities; ]> Zip-&zip-version; Zip Introduction to Zip The Zip package contains Zip utilities. These are useful for compressing files into ZIP archives. &lfs122_checked; 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 Zip Install Zip by running the following commands: make -f unix/Makefile generic CC="gcc -std=gnu89" This package does not come with a test suite. Now, as the root user: make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install Command Explanations CC="gcc -std=gnu89": This parameter overrides the CC variable that is set to cc in the unix/Makefile file. On LFS cc is a symlink to gcc, and it uses (ISO 9899:2017 with GNU extensions) as the default but Zip is a legacy package where some grammar constructs are invalid in ISO 9899:1999 and newer standards. prefix=/usr: This parameter overrides the prefix variable that is set to /usr/local in the unix/Makefile file. Contents Installed Programs Installed Libraries Installed Directories zip, zipcloak, zipnote, and zipsplit None None Short Descriptions zip compresses files into a ZIP archive zip zipcloak is a utility to encrypt and decrypt a ZIP archive zipcloak zipnote reads or writes comments stored in a ZIP file zipnote zipsplit is a utility to split ZIP files into smaller files zipsplit