How To Install Google Chrome on Debian 10 / Debian 9

Google Chrome – Do you need an introduction? Who knows, you may be reading this on Google Chrome browser on your Windows desktop or smartphone. Why wasting time on something you already know what it is.
Let’s get straight into the installation of Google Chrome on Debian 10 / Debian 9.
Requirement
Add Google Repository
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 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.
sudo apt update
Google Chrome Stable
Install Google Chrome using the below command.
sudo apt install -y google-chrome-stable
Google Chrome Beta
Want to try Google Chrome beta, run:
sudo apt install -y google-chrome-beta
Open Google Chrome
Once the Chrome installation is complete, you can start Google Chrome by typing below command in the terminal or going to Activities on Debian.
Graphical Mode

Command Line
Google Chrome Stable:
google-chrome
OR
google-chrome-stable
Google Chrome beta:
google-chrome-beta
You can set Google Chrome as the default web browser.

Screenshot of Google Chrome running on Debian.

Conclusion
That’s All. I hope you were able to install Google Chrome on Debian 10 / Debian 9 without any issues. Please share your feedback in the comments section.