Answers for "where brew installed packages in mac"

27

install brew in mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Posted by: Guest on November-29-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 "where brew installed packages in mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language