What is the difference between .tar.lzma and .tar.bz2?
- Extension
- .tar.lzma
- .tar.bz2
- 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.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/x-lzma-compressed-tar
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .tar.lzma on Wikipedia
- .tar.bz2 on Wikipedia