8

How do I open a CAB file on Mac OS X?

Thilo
  • 3,425

5 Answers5

10

The Unarchiver supports them too.

3

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
divieira
  • 216
3

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.

Thilo
  • 3,425
2

You may use the freeware StuffIt Expander 2010.
It supports over 30 archive file formats, including CAB.

harrymc
  • 498,455
0

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