What is the difference between .cab and .tar.bz2?
- Extension
- .cab
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft
- The GNU Project
- Description
- A CAB file is a Windows Cabinet file saved in an archive format native to Microsoft Windows that supports .ZIP, Quantum, and LZX data compression algorithms. CAB files contain compressed data and is used for Windows software installations such as system files, network components, and device drivers.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/vnd.ms-cab-compressed
- application/x-bzip-compressed-tar
- Sample
- sample.cab
- sample.tar.bz2
- Wikipedia
- .cab on Wikipedia
- .tar.bz2 on Wikipedia