1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/brew.md

532 B

brew

The Homebrew package manager for Linux.

  • Search formula:

brew search {{text}}

  • Install formula:

brew install {{formula}}

  • List all installed formulae:

brew list

  • Get latest version of installed formula (passing no formula updates all installed formulae):

brew upgrade {{formula}}

  • Update brew:

brew update

  • Display information about formula, which contains formula version, installed path, dependencies, etc.:

brew info {{formula}}

  • Check your system for potential problems:

brew doctor