What is the difference between .tar.lzma and .bz2?
- Extension
- .tar.lzma
- .bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- 7-Zip
- Julian Seward
- 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.
- An archive file developed by Bzip2 compressor mainly found on Unix OS. Its popularly used to move Linux application packages because of its high-level compression algorithms i.e. the Burrows-Wheeler compression and Run-Length Encoding (RLE).
- MIME Type
- application/x-lzma-compressed-tar
- application/x-bzip2
- Sample
- sample.bz2
- Wikipedia
- .tar.lzma on Wikipedia
- .bz2 on Wikipedia