brew
The Missing Package Manager for macOS (or Linux)
Install the Latest Version of brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install the Latest Version of brew
into home
git clone https://github.com/Homebrew/brew ~
Update brew
Itself
brew update
Show Outdated Formulae
brew outdated
Upgrade Specific Formula
brew upgrade awscli
Upgrade All Outdated Formulae
brew upgrade