What is the difference between .lzma and .tar.bz2?
- Extension
- .lzma
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- 7-Zip
- The GNU Project
- Description
- A compressed file format that uses LZMA (Lempel-Ziv-Markov chain Algorithm) compression for higher compression ratio and fast decompression. Mainly used by 7-Zip file archivers.
- 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
- application/x-bzip-compressed-tar
- Sample
- sample.lzma
- sample.tar.bz2
- Wikipedia
- .lzma on Wikipedia
- .tar.bz2 on Wikipedia