ubuntu16.04安装chrome谷歌浏览器

Posted a318013800

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04安装chrome谷歌浏览器相关的知识,希望对你有一定的参考价值。

按下 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谷歌浏览器的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04安装chrome谷歌浏览器

ubuntu下安装chrome

Ubuntu 16.04 安装google浏览器

Ubuntu 16.04中安装谷歌Chrome浏览器

在 Ubuntu 16.04 中安装谷歌 Chrome 浏览器

Ubantu 16.04下安装谷歌浏览器(转)