What is the difference between .tar.gz and .tar?
- Extension
- .tar.gz
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- The GNU Project
- Jean-loup Gailly
- Description
- It's a TAR archive file compressed using GNU zip compression codec. Mainly used by Linux OS to package programs, files, and installers.
- Tar archive created by tar, a Unix-based utility used to package files together; contains multiple files stored in an uncompressed format; commonly compressed into a .GZ file using GNU Zip compression.
- MIME Type
- application/gzip
- application/x-tar
- Sample
- sample.tar.gz
- sample.tar
- Wikipedia
- .tar.gz on Wikipedia
- .tar on Wikipedia