What is the difference between .tgz and .bz2?
- Extension
- .tgz
- .bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- Julian Seward
- 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.
- An archive file developed by Bzip2 compressor mainly found on Unix OS. Its popularly used to move Linux application packages because of its high-level compression algorithms i.e. the Burrows-Wheeler compression and Run-Length Encoding (RLE).
- MIME Type
- application/x-compressed
- application/x-bzip2
- Sample
- sample.tgz
- sample.bz2
- Wikipedia
- .tgz on Wikipedia
- .bz2 on Wikipedia