View Single Post
Old 01-27-2006, 11:25 PM   #2 (permalink)
Veurruckte
Silver Member
 
Join Date: Jan 2006
Age: 17
Posts: 240
Default

That's a tar/Bunzip2 compressed archive. If you're using KDE or gnome you should be able to right click it and have it automatically extracted. From the shell you can run
$ bunzip2 *.bz2
$ tar -xf *.tar && rm *.tar

Then from there read the INSTALL, or most likely just run

$ ./configure
$ make
# make install

There's heaps of good linux documentation around the web. PM me if you want some Ebooks.
Veurruckte is offline   Reply With Quote