How do I open a CAB file on Mac OS X?
5 Answers
In my case, neither The Unarchiver or cabextract were able to extract the .cab file, but the latter pointed me to unshield (https://github.com/twogood/unshield), which unpacked the file successfully.
Both cabextract and unshield are available in Homebrew (brew install unshield).
The syntax to unpack a file named data.cab with unshield is:
unshield x data.cab
- 216
The Unarchiver failed to open my particular CAB file ("error decrunching"), so I tried another pretty open-source app, called keka, which could do it.
There is also a cross-platform command-line tool that works: cabextract.
- 3,425
You may use the freeware StuffIt Expander 2010.
It supports over 30 archive file formats, including CAB.
- 498,455
Using unshield (brew install unshield):
Most install packages contain 3 files:
data1.hdr, data1.cab and data2.cab
Which can be extracted with:
unshield x data1.hdr