- Check brew health:
brew doctor
- Update brew itself:
brew update
- Update all installed packages:
brew upgrade
- Install package:
brew install FORMULA
- Uninstall package:
brew uninstall FORMULA
- List all installed packages:
brew list
- Remove all old version packages:
brew cleanup
Last active
November 4, 2016 02:29
-
-
Save wyudong/5ce67db3e0caddf2c4a8f5e3cc430d2a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment