Using Homebrew
To install a package (or Formula in Homebrew vocabulary) simply type:
To update Homebrew's directory of formulae, run:
Note: If that command fails you can manually download the directory of formulas like this:
To see if any of your formulas need to be updated:
To update a formula:
Homebrew keeps older versions of formulas installed on your system, in case you want to roll back to an older version. That rarely is necessary, so you can do some cleanup to get rid of those old versions:
If you want to see what formulas Homebrew would delete without actually deleting them, you can run:
To see what you have installed (with their version numbers):
To search for formulas you run:
To get more information about a formula you run:
To uninstall a formula you can run:
Last updated
Was this helpful?