how to extract the tar.gz file in ubuntu code example Example 1: how to untar tar.gz tar xvzf file.tar.gz Example 2: extract tar.gz ubuntu terminal tar -xvf yourfile.tar.gz