What is the difference between .tar.xz and .tgz?
- Extension
- .tar.xz
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Tukaani
- GNU
- Description
- File created using Tar archive and XZ compression tools; contains a .TAR archive that has been compressed using .XZ compression, which compresses at a high ratio.
- 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/x-xz-compressed-tar
- application/x-compressed
- Sample
- sample.tar.xz
- sample.tgz
- Wikipedia
- .tar.xz on Wikipedia
- .tgz on Wikipedia