What is the difference between .bzip2 and .tbz2?
- Extension
- .bzip2
- .tbz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- bzip2
- Bzip2
- Description
- It is an open-source file compressor and decompressor that is freely available and uses the Burrows-Wheeler codec. It isn't a file archiver as it compresses single files.
- 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
- Wikipedia
- .bzip2 on Wikipedia
- .tbz2 on Wikipedia