What is the difference between .tzo and .tar.bz2?
- Extension
- .tzo
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Tukaani
- The GNU Project
- Description
- TAR.LZO is UNIX associated file that is a combination of TAR and LZO. In this file format files are archived as TAR file and LZO compression technique is used to compress the TAR file. The compression works on Lempel-Ziv-Oberhume data library technique to compress the TAR 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-tzo
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .tar.bz2 on Wikipedia