Google chrome is the maximum popular net browser in the global. it's far a fast, intuitive, and secure browser constructed for the modern web. Chrome is not an open-source browser, and it isn't blanketed in the default Debian repositories. it's far primarily based on chromium, an open-source browser that is available inside the Debian repositories.
In this article, we can cover a way to set up the google chrome internet browser on Debian nine.
Complete the subsequent steps to install google chrome on your Debian Device:
Open your terminal both by way of using the ctrl+alt+t keyboard shortcut or by using clicking on the terminal icon.
Run the subsequent wget command to download the cutting-edge google-chrome .deb bundle:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo apt install ./google-chrome-stable_current_amd64.deb
$ cat /etc/apt/sources.list.d/google-chrome.list
Output
### 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
Whilst a new version is released, you may replace the google-chrome package deal thru your computer widespread software update device or via strolling the subsequent commands for your terminal:
$ sudo apt update
$ sudo apt upgrade