What is the difference between .bz2 and .tbz2?
- Extension
- .bz2
- .tbz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Julian Seward
- Bzip2
- Description
- 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).
- 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-bzip2
- application/x-bzip2
- Sample
- sample.bz2
- Wikipedia
- .bz2 on Wikipedia
- .tbz2 on Wikipedia