What is the difference between .tzo and .tar.gz?
- Extension
- .tzo
- .tar.gz
- 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's a TAR archive file compressed using GNU zip compression codec. Mainly used by Linux OS to package programs, files, and installers.
- MIME Type
- application/x-tzo
- application/gzip
- Sample
- sample.tar.gz
- Wikipedia
- .tar.gz on Wikipedia