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