What is the difference between .tbz2 and .tar.bz?
- Extension
- .tbz2
- .tar.bz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Bzip2
- bzip2
- 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.
- This is a compressed archive in the TAR container with the help of the BZIP tool. It was created for use in Unix systems. The TAR container combines several files into one archive that’s placed in a TBZ compressed file. They’re used as installation packets in the installers of some operating systems.
- MIME Type
- application/x-bzip2
- application/x-bzip-compressed-tar
- Wikipedia
- .tbz2 on Wikipedia
- .tar.bz on Wikipedia