2014-02-02 18:35:06 +00:00
|
|
|
# brew
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Package manager for OS X.
|
2014-02-02 18:35:06 +00:00
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Search for available formulas:
|
2014-02-02 18:35:06 +00:00
|
|
|
|
|
|
|
`brew search {{text}}`
|
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Install the latest stable version of a formula (use `--devel` for development versions):
|
2014-02-02 18:35:06 +00:00
|
|
|
|
|
|
|
`brew install {{formula}}`
|
|
|
|
|
2017-01-15 05:58:18 +00:00
|
|
|
- List all installed formulae:
|
2014-02-02 18:35:06 +00:00
|
|
|
|
2017-01-15 05:58:18 +00:00
|
|
|
`brew list`
|
2014-02-02 18:35:06 +00:00
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Update an installed formula (passing no formula updates all installed formulae):
|
2014-02-02 18:35:06 +00:00
|
|
|
|
2017-01-15 05:58:18 +00:00
|
|
|
`brew upgrade {{formula}}`
|
2014-02-02 18:35:06 +00:00
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Update brew itself:
|
2014-02-02 18:35:06 +00:00
|
|
|
|
|
|
|
`brew update`
|
2014-02-03 10:48:48 +00:00
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Display information about a formula (version, installation path, dependencies, etc.):
|
2017-01-15 05:58:18 +00:00
|
|
|
|
|
|
|
`brew info {{formula}}`
|
2017-01-22 19:40:53 +00:00
|
|
|
|
2017-05-24 21:31:16 +01:00
|
|
|
- Check your Homebrew installation for potential problems:
|
2017-01-22 19:40:53 +00:00
|
|
|
|
|
|
|
`brew doctor`
|