How To Install acpica on Mac with Brew

Package Information:

Name: acpica
Use: OS-independent implementation of the ACPI specification. The ACPI Component Architecture (ACPICA) project provides an operating system (OS)-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI)
URL: https://www.acpica.org/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install acpica using brew
    brew install acpica

acpica is ready to use now!