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:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cabextract using brew
    brew install cabextract

cabextract is ready to use now!