What is the difference between .tbz2 and .tar?
- Extension
- .tbz2
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- Bzip2
- Jean-loup Gailly
- Description
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- 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.tar
- Wikipedia
- .tbz2 on Wikipedia
- .tar on Wikipedia