Nov 7, 2011 #1 A 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
Nov 10, 2011 #2 D Darnental New member Joined Nov 10, 2011 Messages 1 Reaction score 0 Points 1 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"
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"