Answers for "uninstall brew package"

0

how to uninstall a package installed using homebrew

brew uninstall packageName
Posted by: Guest on November-13-2020
-1

uninstall brew from linux

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
Posted by: Guest on February-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language