What is the difference between .tbz2 and .tar.bz2?
- Extension
- .tbz2
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Bzip2
- The GNU Project
- 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.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/x-bzip2
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .tbz2 on Wikipedia
- .tar.bz2 on Wikipedia