how to delete .tar.gz file in linux 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