1、使用命令行添加密钥
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add –
PS:如果第一步没办法运行先安装wget[安装方法链接]
https://www.cnblogs.com/L5251/articles/11199312.html
2、使用命令行添加Google Chrome PPA
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3、安装或升级Google Chrome。使用以下命令来安装最新的Google Chrome稳定版本。 如果您已经安装了较旧的版本,它将使用最新版本来升级当前安装的版本。
sudo apt-get update
sudo apt-get install google-chrome-stable
4、验证是否成功安装
google-chrome --version # 查看版本
# 返回
Google Chrome 75.0.3770.142