首页 > 技术文章 > Ubuntu系统 安装谷歌 Chrome 浏览器

aiguona 2017-08-07 09:23 原文

在 Ubuntu 16.04 中安装谷歌 Chrome 浏览器,步骤:

1.sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

 

2.wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

 

3. sudo apt-get update

 

4.sudo apt-get install google-chrome-stable

推荐阅读