What is the difference between .tar.bz2 and .tbz?
- Extension
- .tar.bz2
- .tbz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- The GNU Project
- Bzip2
- Description
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- .TBZ is a file that contains TAR archived files then compresses them using BZIP compression algorithm. Commonly used with UNIX OS.
- MIME Type
- application/x-bzip-compressed-tar
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .tar.bz2 on Wikipedia
- .tbz on Wikipedia