码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 16.04中安装谷歌Chrome浏览器

时间:2018-03-23 13:03:45      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:chrome浏览器   source   /etc/   repo   更新列表   浏览器   com   jin   公钥   

1.进入 Ubuntu 16.04 桌面,按下 Ctrl + Alt + t 键盘组合键,启动终端。

2.在终端中,输入以下命令:

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

将下载源加入到系统的源列表

3.在终端中,输入以下命令:

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

导入谷歌软件的公钥,用于下面步骤中对下载软件进行验证

4.在终端中,输入以下命令:

        sudo apt-get update

用于对当前系统的可用更新列表进行更新

5.在终端中,输入以下命令:

        sudo apt-get install google-chrome-stable

执行对谷歌 Chrome 浏览器(稳定版)的安装

6.在终端中执行以下命令:

        /usr/bin/google-chrome-stable

将会启动谷歌 Chrome 浏览器

 

参考网址:

https://jingyan.baidu.com/article/335530da98061b19cb41c31d.html

Ubuntu 16.04中安装谷歌Chrome浏览器

标签:chrome浏览器   source   /etc/   repo   更新列表   浏览器   com   jin   公钥   

原文地址:https://www.cnblogs.com/d442130165/p/8629468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!