Answers for "where does brew install packages on mac"

15

install homebrew on mac

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Posted by: Guest on January-15-2020
1

how to list brew packages installed

brew list #on most macs
/opt/homebrew/bin/brew list # mac M1 chips
Posted by: Guest on March-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language