What is the difference between .tar.gz and .tgz?
- Extension
- .tar.gz
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- The GNU Project
- GNU
- Description
- It's a TAR archive file compressed using GNU zip compression codec. Mainly used by Linux OS to package programs, files, and installers.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/gzip
- application/x-compressed
- Sample
- sample.tar.gz
- sample.tgz
- Wikipedia
- .tar.gz on Wikipedia
- .tgz on Wikipedia