{{tag>debian howto google chrome}}
====== Debian - Google Chrome ======
* https://unix.stackexchange.com/questions/53330/google-chrome-repo-debian-stable
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
vim /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 http://dl.google.com/linux/chrome/deb/ stable main
apt update
apt install google-chrome-stable
----
~~DISCUSSION~~