What is the difference between .tbz2 and .tar.xz?
- Extension
- .tbz2
- .tar.xz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Bzip2
- Tukaani
- 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.
- File created using Tar archive and XZ compression tools; contains a .TAR archive that has been compressed using .XZ compression, which compresses at a high ratio.
- MIME Type
- application/x-bzip2
- application/x-xz-compressed-tar
- Sample
- sample.tar.xz
- Wikipedia
- .tbz2 on Wikipedia
- .tar.xz on Wikipedia