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