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