how ot extract .tar.gz linux code example Example 1: how to untar tar.gz tar xvzf file.tar.gz Example 2: unzip tar.gz tar -xvf file.tar.gz