What is the difference between .gz and .tbz?
- Extension
- .gz
- .tbz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- The GNU Project
- Bzip2
- Description
- This is a compressed archive file that contains one or more files compressed by standard GNU zip (gzip) compression algorithm. It is mainly used by Unix OS.
- .TBZ is a file that contains TAR archived files then compresses them using BZIP compression algorithm. Commonly used with UNIX OS.
- MIME Type
- application/x-compressed
- application/x-bzip-compressed-tar
- Sample
- sample.gz
- Wikipedia
- .gz on Wikipedia
- .tbz on Wikipedia