12345678910111213141516171819 |
- <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 gzip compress &&
- ln -sf gunzip uncompress</userinput></screen></para>
- </sect2>
|