How To :: Unpack a .tgz file in Linux

tgz files are gzip compressed tar archives, so they can be unpacked like this : tar xzf <filename>.tgz