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