Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 519 Bytes

brew.md

File metadata and controls

28 lines (20 loc) · 519 Bytes

HomeBrew

List installed packages

$ brew list

How do I list available versions?

$ brew search <package-name>

List all outdated formulae and cask.

$ brew outdated

Misc

$ brew update   # updates brew itself
$ brew upgrade  # upgrades all packages installed via brew
$ brew cleanup  # by default, brew doesn't uninstall old versions. cleanup command will do the job
$ brew doctor   # Checks brew state and returns error, if there are any issues