how to open tar.gz file linux code example
Example 1: linux unpack tar.gz file
tar -zxvf file_name.tar.gz
Example 2: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 3: install from tar gz file unix
tar -xzvf filename.tar.gz
Example 4: tar.gz files
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file