mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 09:33:51 +02:00
brew.md: add Linuxbrew version (#1229)
See https://github.com/Linuxbrew/homebrew-core/pull/1472 for context.
This commit is contained in:
parent
957f0211f3
commit
4260559fb2
1 changed files with 27 additions and 0 deletions
27
pages/linux/brew.md
Normal file
27
pages/linux/brew.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# brew
|
||||
|
||||
> The Homebrew package manager for Linux.
|
||||
|
||||
- Search formula:
|
||||
|
||||
`brew search {{text}}`
|
||||
|
||||
- Install formula:
|
||||
|
||||
`brew install {{formula}}`
|
||||
|
||||
- List installed formulae [with matching name]:
|
||||
|
||||
`brew list {{[text]}}`
|
||||
|
||||
- Get latest version of installed formula (passing no formula updates all installed formulae):
|
||||
|
||||
`brew upgrade {{[formula]}}`
|
||||
|
||||
- Update brew:
|
||||
|
||||
`brew update`
|
||||
|
||||
- Switch version of formula:
|
||||
|
||||
`brew switch {{formula}} {{version}}`
|
Loading…
Add table
Reference in a new issue