Install Chrome - Homebrew

To install Google Chrome on macOS using Homebrew, you can use the following command in Terminal:

brew install --cask google-chrome

You can update Google Chrome on macOS using Homebrew with the following command in Terminal:

brew update && brew upgrade --cask google-chrome

This command uses Homebrew and the cask feature to install GUI applications such as Google Chrome. If you do not already have Homebrew installed, you will need to install it first. You can install Homebrew with this command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

After installing Homebrew, you can proceed with the command to install Google Chrome. This is a simple way to manage applications through the command line on macOS.