Logo for the site

List of useful commands for Homebrew

This snippet is just a cheatsheet for homebrew

  • #homebrew
  • #cheatsheet

This command is used for `Installing` a package

brew install $(packagename)

This command is used for `Uninstalling` a package

brew uninstall $(packagename)

This command is used for `Updating` a `specific` package

brew upgrade $(packagename)

This command is used for `Listing` all package and thier versions

brew list --versions

This command is used for `Updating` `all` the packages

brew upgrade

This command is used for `Updating` the Homebrew

brew update

Tweet this snippet

Edit on github

call-n

Passionate software engineer trying to learn as much about code and design

Links

All rights reserved © calo.dev 2022