The brew Utility (Mac OS)
Detection
which brewInstallation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Usage
brew listbrew install my_program # where my_program is the name of the program to be installedbrew uninstall my_program # where my_program is the name of the program to be installedLast updated