What is the difference between .lzma and .tbz2?
- Extension
- .lzma
- .tbz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- 7-Zip
- Bzip2
- 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.
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- MIME Type
- application/x-lzma
- application/x-bzip2
- Sample
- sample.lzma
- Wikipedia
- .lzma on Wikipedia
- .tbz2 on Wikipedia