What is the difference between .bz2 and .tar?
- Extension
- .bz2
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- Julian Seward
- Jean-loup Gailly
- Description
- 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).
- Tar archive created by tar, a Unix-based utility used to package files together; contains multiple files stored in an uncompressed format; commonly compressed into a .GZ file using GNU Zip compression.
- MIME Type
- application/x-bzip2
- application/x-tar
- Sample
- sample.bz2
- sample.tar
- Wikipedia
- .bz2 on Wikipedia
- .tar on Wikipedia