untar a tar file code example
Example 1: extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
Example 2: uncompress tar
tar -xvf filename.tar
Example 3: untar .tar file
tar -xvf yourfile.tar
tar -xvf yourfile.tar.gz
tar -xvf filename.tar
tar -xvf yourfile.tar