What is the difference between .xz and .tbz2?
- Extension
- .xz
- .tbz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Tukaani
- Bzip2
- Description
- Commonly used for Linux software distribution, XZ files are archive files compressed with XZ compression algorithm. It may hold one or more compressed 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-xz
- application/x-bzip2
- Wikipedia
- .xz on Wikipedia
- .tbz2 on Wikipedia