What is the difference between .tbz2 and .tar.lzma?
- Extension
- .tbz2
- .tar.lzma
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Bzip2
- 7-Zip
- Description
- 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.
- "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.
- MIME Type
- application/x-bzip2
- application/x-lzma-compressed-tar
- Wikipedia
- .tbz2 on Wikipedia
- .tar.lzma on Wikipedia