search
install
list outdated package
upgrade
update
tap
If you install any formula, brew will search by the order:
- custom repo
- homebrew/core
pin
Preventing formula from being upgraded when issuing the brew upgrade formula command.
clean
homepage
list
This will list all formulae including auto installed dependencies.
leaves
Show installed formulae that are not dependencies of another installed formula.
check info
if you occurs
Error: formula: /usr/local/Homebrew/…/xxx.rb:6 syntax error, unexpected <<
Fetch and reset Homebrew and all tap repositories to their latest origin/master.
also
As we can see on the info page, packages are installed to /usr/local/Cellar/
folder.
The normal flow is: update
-> upgrade
-> cleanup
.