tar.gz linux untar code example Example 1: how to untar tar.gz tar xvzf file.tar.gz Example 2: linux unpack tar.gz file tar -zxvf file_name.tar.gz