5 examples for brew
# Install the package "git"
brew install git
# Remove the package "git"
brew uninstall git
# Search for packages with "fish" in the name
brew search fish
# your_comment_here
# Search for packages with "fish" in the name
brew search fish
# Get info including a URL about the package "fish"
brew info fish
# Install the package "fish"
brew install fish
# Remove the package "fish"
brew uninstall fish
# List installed packages
brew list
# Update packages including brew itself (dosen't upgrade)
brew update
# Upgrade packages (after you updated)
brew upgrade
# Troubleshoot
brew doctor
your_command_here