Skip to content

Instantly share code, notes, and snippets.

@wyudong
Last active November 4, 2016 02:29
Show Gist options
  • Save wyudong/5ce67db3e0caddf2c4a8f5e3cc430d2a to your computer and use it in GitHub Desktop.
Save wyudong/5ce67db3e0caddf2c4a8f5e3cc430d2a to your computer and use it in GitHub Desktop.
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment