mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 09:50:19 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| Homebrew | https://brew.sh | Brew: The Missing Package Manager for macOS (and Linux). |
Updating brew
brew has its own built-in upgrade management.
brew update
brew upgrade
Cheat Sheet
Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
How to install CLI packages
brew update
brew install node
How to install GUI packages
brew update
brew cask install docker
Where are things installed?
/usr/local/Cellar/
/opt/homebrew-cask/Caskroom/
brew screwed up everything, now what?
Sometimes you're compelled against all reason to do something really stupid,
like brew upgrade or brew update python, and your whole system gets borked.
For Mojave, Catalina, Big Sur, and above:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
For High Sierra and below:
/bin/bash -c ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"