What is the difference between .tar.lzma and .gz?
- Extension
- .tar.lzma
- .gz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- 7-Zip
- The GNU Project
- Description
- "Tarball" (.TAR file) compressed with .LZMA (Lempel-Ziv-Markov chain Algorithm) compression, and thus uses the compound file extension ".tar.lzma;" often used for distributing linux software packages.
- This is a compressed archive file that contains one or more files compressed by standard GNU zip (gzip) compression algorithm. It is mainly used by Unix OS.
- MIME Type
- application/x-lzma-compressed-tar
- application/x-compressed
- Sample
- sample.gz
- Wikipedia
- .tar.lzma on Wikipedia
- .gz on Wikipedia