Source Info: https://linuxize.com/post/how-to-install-google-chrome-web-browser-on-debian-10/
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
During the installation, the official Google Chrome apt repository will be added to your system. Use the cat command to verify that the repository file has been created:
cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
When a new version is released, you can update the Google Chrome package through your desktop standard Software Update tool or by running the following commands in your terminal:
sudo apt update
sudo apt upgrade