|
@@ -42,7 +42,7 @@ filename format:
|
|
|
|
|
|
|
|
|
<para>
|
|
|
-When you have a file that is tar'ed and bzip'ed, you unpack it by
|
|
|
+When you have a file that is tar'ed and bzip2'ed, you unpack it by
|
|
|
running:
|
|
|
</para>
|
|
|
|
|
@@ -78,6 +78,16 @@ book is going to install a program, it's up to you to unpack the source
|
|
|
archive.
|
|
|
</para>
|
|
|
|
|
|
+<para>
|
|
|
+When you have a file that is gzip'ed, you unpack it by running:
|
|
|
+</para>
|
|
|
+
|
|
|
+<blockquote><literallayout>
|
|
|
+
|
|
|
+ <userinput>gunzip filename.gz</userinput>
|
|
|
+
|
|
|
+</literallayout></blockquote>
|
|
|
+
|
|
|
<para>
|
|
|
After you have installed a package you can do two things with it. You can
|
|
|
either delete the directory that contains the sources or you can keep it.
|