linux open tar.gz code example
Example 1: extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
Example 2: untar tar.gz
tar -xzf file.tar.gz
Example 3: extract tar.gz linux command line
tar xvzf file.tar.gz
Example 4: how to unzip using tar
tar -xf archive.tar.gz