Homebrew
The missing package manager for Linux -- most tools are installed via brew
Quick summary
Homebrew is a package manager that started on macOS and now fully supports Linux (Linuxbrew). It installs packages to /home/linuxbrew/.linuxbrew and keeps them isolated from system packages. The bootstrapper uses Homebrew as the primary package manager for all developer tools.
Common tasks
Basic Usage
brew install ghBasic Usage
brew search ghBasic Usage
brew update && brew upgradeBasic Usage
brew listWhat is it?
Homebrew is a package manager that started on macOS and now fully supports Linux (Linuxbrew). It installs packages to /home/linuxbrew/.linuxbrew and keeps them isolated from system packages. The bootstrapper uses Homebrew as the primary package manager for all developer tools.
Basic Usage
Install a package:
Search for packages:
Update all packages:
List installed packages:
Check for outdated packages:
Get info about a package: