snippetbashTip
brew update — Fetch the newest version of Homebrew and all formulae from GitHub using `git` and perform any necess
Viewed 0 times
thenewestcommandclifetchversionhomebrewbrew update
Problem
How to use the
brew update command: Fetch the newest version of Homebrew and all formulae from GitHub using git and perform any necessary migrations. To upgrade all installed formulae, use brew upgrade. More information: <https://docs.brew.sh/Manpage#update-up-options>.Solution
brew update — Fetch the newest version of Homebrew and all formulae from GitHub using git and perform any necessary migrations. To upgrade all installed formulae, use brew upgrade. More information: <https://docs.brew.sh/Manpage#update-up-options>.Fetch the newest version of Homebrew and all formulae:
brew {{[up|update]}}Code Snippets
Fetch the newest version of Homebrew and all formulae
brew {{[up|update]}}Context
tldr-pages: common/brew update
Revisions (0)
No revisions yet.