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