how to extract .gz file in ubuntu code example
Example 1: untar tar.gz
tar -xzf file.tar.gz
Example 2: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
tar -xzf file.tar.gz
Unzip a . GZ file by typing "gunzip" into the "Terminal" window