open tar bz2 files linux code example
Example: install tar.bz2 file
#Extract the file tar.bz2
tar -xjvf file.tar.bz2
#Compile and install
cd file
./configure
make
sudo make install
#Extract the file tar.bz2
tar -xjvf file.tar.bz2
#Compile and install
cd file
./configure
make
sudo make install