To unzip a *.gz file, type
{{{
Gunzip <filename>.gz
}}}
To untar a tar file again
{{{
Tar xvf <filename>.tar
}}}
[Linux]