2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gzip</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Gzip by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-10-27 23:21:44 +01:00
|
|
|
<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>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|