2017-01-07 20:40:50 +03:00
|
|
|
# brew
|
|
|
|
|
|
|
|
> The Homebrew package manager for Linux.
|
|
|
|
|
2017-05-24 23:31:16 +03:00
|
|
|
- Search for available formulas:
|
2017-01-07 20:40:50 +03:00
|
|
|
|
|
|
|
`brew search {{text}}`
|
|
|
|
|
2017-05-24 23:31:16 +03:00
|
|
|
- Install the latest stable version of a formula (use `--devel` for development versions):
|
2017-01-07 20:40:50 +03:00
|
|
|
|
|
|
|
`brew install {{formula}}`
|
|
|
|
|
2017-01-15 08:58:18 +03:00
|
|
|
- List all installed formulae:
|
2017-01-07 20:40:50 +03:00
|
|
|
|
2017-01-15 08:58:18 +03:00
|
|
|
`brew list`
|
2017-01-07 20:40:50 +03:00
|
|
|
|
2017-09-27 14:33:31 +03:00
|
|
|
- Update an installed formula (if no formula name is given, all installed formulae are updated):
|
2017-01-07 20:40:50 +03:00
|
|
|
|
2017-01-15 08:58:18 +03:00
|
|
|
`brew upgrade {{formula}}`
|
2017-01-07 20:40:50 +03:00
|
|
|
|
2017-08-23 12:05:50 +03:00
|
|
|
- Fetch the newest version of Linuxbrew and all formulae from GitHub:
|
2017-01-07 20:40:50 +03:00
|
|
|
|
|
|
|
`brew update`
|
|
|
|
|
2017-09-16 18:55:11 +03:00
|
|
|
- Show formulae that have a more recent version available:
|
2017-08-23 12:05:50 +03:00
|
|
|
|
|
|
|
`brew outdated`
|
|
|
|
|
2017-05-24 23:31:16 +03:00
|
|
|
- Display information about a formula (version, installation path, dependencies, etc.):
|
2017-01-15 08:58:18 +03:00
|
|
|
|
|
|
|
`brew info {{formula}}`
|
2017-01-23 19:43:15 +03:00
|
|
|
|
2017-05-24 23:31:16 +03:00
|
|
|
- Check your Linuxbrew installation for potential problems:
|
2017-01-23 19:43:15 +03:00
|
|
|
|
|
|
|
`brew doctor`
|