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

ubuntu16.04安装chrome谷歌浏览器

时间:2018-07-01 13:41:23      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:attr   content   blank   系统设置   date   linu   inux   ber   播放器   

按下 Ctrl + Alt + t 键盘组合键,启动终端。
输入以下命令:

sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
  • 1
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
  • 1
sudo apt-get update
  • 1
 sudo apt-get install google-chrome-stable
  • 1
/usr/bin/google-chrome-stable
  • 1

为chrome安装Flash播放器插件

屏幕右上角,“系统设置”–>“软件和更新”–>“其它软件”
勾选“Canonical合作伙伴”
点击“关闭”
终端输入:

sudo apt install adobe-flashplugin
  • 1

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq551551/article/details/78885704
文章标签: ubuntu chrome

ubuntu16.04安装chrome谷歌浏览器

标签:attr   content   blank   系统设置   date   linu   inux   ber   播放器   

原文地址:https://www.cnblogs.com/pengmn/p/9249824.html

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