How to extract a Tar Ball in Linux
In Linux, when you would like to extract a "tar.gz" file, you need to open your terminal and type this in:
In Linux, when you would like to extract a "tar.gz" file, you need to open your terminal and type this in:
tar -zxvf FILE.tar.gz
tar xvjf FILE.tar.bz2
tar xvjf FILE.tar.bz2