Instale os arquivos TAR no Linux
tar jvxf whatever.tar.bz2
cd whatever/
./configure
make
sudo make install
Sore Shrew
tar jvxf whatever.tar.bz2
cd whatever/
./configure
make
sudo make install