Add Google Chrome Repository
First, download the Google signing key and install it.
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Set up the Google Chrome repository.
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
Install Google Chrome
Update the repository index.
apt update
To Install Google Chrome Stable, use the below command.
apt install -y google-chrome-stable