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