What is the difference between .bzip2 and .tgz?
- Extension
- .bzip2
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- bzip2
- GNU
- Description
- It is an open-source file compressor and decompressor that is freely available and uses the Burrows-Wheeler codec. It isn't a file archiver as it compresses single files.
- 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.
- MIME Type
- application/x-bzip2
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .bzip2 on Wikipedia
- .tgz on Wikipedia