What is the difference between .cab and .tgz?
- Extension
- .cab
- .tgz
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft
- GNU
- 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.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/vnd.ms-cab-compressed
- application/x-compressed
- Sample
- sample.cab
- sample.tgz
- Wikipedia
- .cab on Wikipedia
- .tgz on Wikipedia