按下 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
文章标签: ubuntuchrome

最新文章

  1. codevs 1772 歌词
  2. js中setTimeout()时间参数设置为0的探讨
  3. linux常用工具集合
  4. C#将科大讯飞语音合成文件转换为MULAW音频格式
  5. silverlight 4 tools for vs2010无法在vs2010 SP1上安装的解决办法
  6. xml配置文件
  7. 理解 Android 本地数据存储 API
  8. Ubuntu14.04 固定IP
  9. delphi非IE内核浏览器控件TEmbeddedChrome下载|TEmbeddedChrome代码
  10. 面向对象程序设计-C++_课时24多态的实现
  11. git 使用随笔
  12. bzoj 3991: [SDOI2015]寻宝游戏
  13. Spring MVC Restful Put方法无法获取参数值
  14. yii2下载
  15. VS2015 使用GIT同步到github
  16. find ctime 加减n时间范围
  17. aurora 64B/66B ip核设置与例程代码详解
  18. mui体验理解
  19. C++中的break,continue和return语句小结
  20. Java技术----Java泛型详解

热门文章

  1. 【Leetcode】376. Wiggle Subsequence
  2. Spring Boot (5) Spring Boot配置详解
  3. Asp.net MVC4 Step By Step(4)-使用Ajax
  4. Verification之PSL之use
  5. 请不要继续使用VC6.0了!
  6. codeforces 466B Wonder Room(思维,暴力)
  7. C#第三节课(1)
  8. windows 下关于nginx的操作
  9. 【ZOJ 4060】Flippy Sequence
  10. 【ACM】hdu_1004_Let the Balloon Rise