unzip files via terminal code example
Example 1: terminal unzip
sudo apt-get install unzip
unzip file.zip
Example 2: how to unzip gzip files in terminal
for a .gz file use: gunzip name_of_file.gz
sudo apt-get install unzip
unzip file.zip
for a .gz file use: gunzip name_of_file.gz