What is the difference between .tar.bz2 and .tgz?
- Extension
- .tar.bz2
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- The GNU Project
- GNU
- Description
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- 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-bzip-compressed-tar
- application/x-compressed
- Sample
- sample.tar.bz2
- sample.tgz
- Wikipedia
- .tar.bz2 on Wikipedia
- .tgz on Wikipedia