Installing Gzip-1.3.5

Estimated build time:           0.1 SBU
Estimated required disk space:  2.6 MB

Contents of Gzip

The Gzip package contains programs to compress and decompress files using the Lempel-Ziv coding (LZ77).

Installed programs: gunzip (link to gzip), gzexe, gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore and znew

Gzip Installation Dependencies

Gzip depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Sed.

Installation of Gzip

Prepare Gzip for compilation:

./configure --prefix=/tools

Compile the package:

make

And install it:

make install