Guide To Install cabextract On Mac using Brew
Package Information:
Name: cabextract
Use: cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files
URL: https://www.cabextract.org.uk/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cabextract using brew
brew install cabextract
cabextract is ready to use now!