From 11ce06ae65258859cc43ab338e2a81f880b011e4 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 6 Jul 2001 15:25:48 +0000 Subject: Removed indentation from commands (from
to git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/install.xml | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) (limited to 'chapter02') diff --git a/chapter02/install.xml b/chapter02/install.xml index d091763f0..07f72784c 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -13,9 +13,11 @@ section. To start with, change to the $LFS/usr/src directory by running: -
- cd $LFS/usr/src -
+ + +cd $LFS/usr/src + + If a file is tar'ed and gzip'ed, it is unpacked by @@ -23,10 +25,12 @@ running either one of the following two commands, depending on the filename: -
- tar xvzf filename.tar.gz - tar xvzf filename.tgz -
+ + +tar xvzf filename.tar.gz +tar xvzf filename.tgz + + @@ -34,9 +38,11 @@ If a file is tar'ed and bzip2'ed, it is unpacked by running: -
- bzcat filename.tar.bz2 | tar xv -
+ + +bzcat filename.tar.bz2 | tar xv + + Some tar programs (most of them nowadays but not all of them) are @@ -50,9 +56,11 @@ your host system decided to patch bzip2. If a file is just tar'ed, it is unpacked by running: -
- tar xvf filename.tar -
+ + +tar xvf filename.tar + + When an archive is unpacked, a new directory will be created under the @@ -73,17 +81,21 @@ can be used they need to be uncompressed first. If a file is gzip'ed, it is unpacked by running: -
- gunzip filename.gz -
+ + +gunzip filename.gz + + If a file is bzip2'ed, it is unpacked by running: -
- bunzip2 filename.bz2 -
+ + +bunzip2 filename.bz2 + + After a package has been installed, two things can be done with it: -- cgit v1.2.3-54-g00ecf