uncompress tar.gz command code example Example 1: how to untar tar.gz tar xvzf file.tar.gz Example 2: untar tar.gz tar -xzf file.tar.gz