123456789101112131415161718 |
- <sect2>
- <title>Installation of Gzip</title>
- <para>Install Gzip by running the following commands:</para>
- <para><screen><userinput>./configure --prefix=/usr &&
- make &&
- make install &&
- cd /usr/bin &&
- mv gzip /bin &&
- rm gunzip zcat &&
- cd /bin &&
- ln -sf gzip gunzip &&
- ln -sf gzip zcat &&
- ln -sf gunzip uncompress</userinput></screen></para>
- </sect2>
|