|
BZIP |
|
From
alan@ajackson.org I
ran into a bzip file today, and realised after I had gone
through the gyrations necessary to get it unpacked that
this might be Step by step for installing Bzip files So,
you found a neat piece of open source software, and
downloaded it, but now you realise that the file you
have 1. Type "which bunzip2" - if you get a path echoed back, you already have bunzip installed on your system, so you can proceed to step 4. 2.
You get no response from the which command. You don't
have bunzip installed, so you will need to download it.
That means you need to find it first. I generally start
with Freshmeat.net, and do a search on their database. In
this case, that will 3.
Installing the executable - This is the tricky part. What
you have is something like a file named
bzip2-095d-x86-linux20. if it doesn't work, go back and download the source files and try compiling those. o Become
root, and move the file to the fairly standard
place o To get it
to run properly, you will need softlinks
pointing % cd
/usr/local/bin Now you should be in business. 4.
You have bunzip2 and it works. I like to save a pristine
copy % cp
neatprogram-v1.3.tar.bz2 ~/archive 5.
Now you should go to the Step-by-Step guide for
installing |
|
|
|