google chrome浏览器下载地址:https://www.google.cn/chrome/

smoke@smoke-GS70-2PC-Stealth:~/下载$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
smoke@smoke-GS70-2PC-Stealth:~/下载$ sudo apt install ./google-chrome-stable_current_amd64.deb 

通过打开菜单查看安装的Google Chrome浏览器

升级 Google Chrome

在安装过程中,官方 Google 软件源被添加到你的系统。你可以使用cat命令来验证文件内容:

smoke@smoke-GS70-2PC-Stealth:~/下载$ 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

当一个新的版本被发布时,这确保你的 Google Chrome 可以被自动升级。