What is the difference between .tgz and .tbz?
- Extension
- .tgz
- .tbz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- Bzip2
- Description
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- .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.tgz
- Wikipedia
- .tgz on Wikipedia
- .tbz on Wikipedia