how to extract a tar.gz file in linux code example
Example 1: untar tar.gz
tar -xzf file.tar.gz
Example 2: extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
Example 3: how to unzip using tar
tar -xf archive.tar.gz
tar -xzf file.tar.gz
tar -xvf yourfile.tar.gz
tar -xf archive.tar.gz