首页 > 系统服务 > 详细

ubuntu16.04安装chrome谷歌浏览器

时间:2018-07-01 13:22:08      阅读:245      评论:0      收藏:0      [点我收藏+]

按下 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谷歌浏览器

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!