how do you install a tar bz2 file?

Asdasdasd

New member
Joined
Nov 7, 2011
Messages
0
Reaction score
0
Points
0
im running ubuntu 11.10 and i need to install a tar.bz2... how do i do this? thanks in advance
 
1. Open a terminal
2. Type "tar yxf thing.tar.bz2"
3. It probably created a directory, type "ls" to see what the new directory name is then CD to it
4. Type "./configure"
5. Type "make && make install"
 
Back
Top