What is the difference between .tgz and .tar.lz?
- Extension
- .tgz
- .tar.lz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- Lzip
- Description
- 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.
- "Tarball" (.TAR file) compressed with Lzip, a lossless data compressor based on the LZMA (Lempel-Ziv-Markov chain) algorithm, and therefore uses the compound file extension ".tar.lz;" often used for distributing linux software packages.
- MIME Type
- application/x-compressed
- application/x-lzip-compressed-tar
- Sample
- sample.tgz
- Wikipedia
- .tgz on Wikipedia
- .tar.lz on Wikipedia