Version 3 of tgz

Updated 2003-01-06 14:04:54

Files with a .tgz extension, such as extension.tgz are tarballs compressed with gzip. They can be extracted using tar by running tar -zxvf extension.tgz If you don't have a Unix-like system or Cygwin you can still extract files from a tgz archive. WinZip may be able to handle them (DKF - Yes it does...). Another program called QuickZip does gzip'ed files IIRC. Note: Netscape often will decompress .tgz files without letting you know, so tar -xvf extension.tgz may be all that's needed. .tar.gz is used more commonly in some circles.

Related: tbz tarball gzip zip