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