Netscape and possibly mozilla are known to decompress .tgz files, so you may just need to do: tar -tf file.tgz to see where it puts files and then a final tar -xvf file.tgz. The files all extract into their own directory from what I recall, but it was YEARS ago.