(sher/her) i love to make awesome things with code! 💕👩🏽💻
brew
commandsprint the current version of brew
update brew
to the latest version
list all the installed packages
brew
brew --version
brew
to the latest versionbrew update
it is recommended to
update brew
to the latest version
before installing a new package.
replace PACKAGE_NAME_HERE
with the name of the package to be installed.
brew install PACKAGE_NAME_HERE
brew list
replace PACKAGE_NAME_HERE
with the name of the package to be uninstalled.
brew uninstall PACKAGE_NAME_HERE
replace PACKAGE_NAME_HERE
with the name of the package to be cleaned up.
brew cleanup PACKAGE_NAME_HERE
brew cleanup
brew outdated
if there is a new version of brew
available,
you may need to
update brew
to the latest version
before you can upgrade the package.
replace PACKAGE_NAME_HERE
with the name of the package to be upgraded.
brew upgrade PACKAGE_NAME_HERE
if there is a new version of brew
available,
you may need to
update brew
to the latest version
before you can upgrade the packages.
brew upgrade