The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
I used to download and unzip files with a browser and file manager until I realized I could do it all from the terminal, without clicking or switching windows. I now use just six commands all the time ...