unistall all homebrew packages
while [[ `brew list | wc -l` -ne 0 ]]; do
for EACH in `brew list`; do
brew uninstall --force --ignore-dependencies $EACH
done
done
unistall all homebrew packages
while [[ `brew list | wc -l` -ne 0 ]]; do
for EACH in `brew list`; do
brew uninstall --force --ignore-dependencies $EACH
done
done
how to uninstall a package installed using homebrew
brew uninstall packageName
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us