install tgz ubuntu code example
Example 1: install from tar gz file unix
tar -xzvf filename.tar.gz
Example 2: install tar.bz2 file
#Extract the file tar.bz2
tar -xjvf file.tar.bz2
#Compile and install
cd file
./configure
make
sudo make install
Example 3: run tar.xz ubuntu
tar xf [filename]