Installation of Gzip
Install Gzip by running the following commands:
./configure --prefix=/usr &&
make &&
make install &&
cd /usr/bin &&
mv -f gzip /bin &&
rm -f gunzip zcat &&
cd /bin &&
ln -sf gzip gunzip &&
ln -sf gzip zcat &&
ln -sf gzip compress &&
ln -sf gunzip uncompress