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

Ubuntu14.10下解决chromium浏览器无法安装adobe flash的问题

时间:2014-12-07 13:44:29      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   ar   color   os   sp   for   

本文参考了一下资源和博客,在此提出表示感谢:
   http://my.oschina.net/u/209016/blog/290067
   http://ubuntuhandbook.org/index.php/2014/10/enable-flash-chromium-browser-ubuntu-14-10/

 

  前段时间装了Ubuntu14.10的32位版本,然后不记得是随系统带的还是自己装的chromium浏览器,可是自从用了chromium浏览器后,
问题来了,网页观看视频的时候检测到没有flash支持,然后一般会有个链接然后让你点击安装,可是安装时候发现选择linux->apt-get安装时候
在软件中心又无法找到该软件.....

   

  那么该怎么办呢?解决办法很简单:

sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install

  

  不过,第一句sudo apt-get install pepperflashplugin-nonfree时候你可能还是会搜不到这个软件,那么推荐你直接下载deb安装(下载地址http://packages.ubuntu.com/trusty/pepperflashplugin-nonfree

  之后就是重启一下浏览器,就可以发现Chromium可以看flash视频啦

 

  原因:

  关于为什么不能直接安装flash插件的原因如下:

  If you’re using a Chromium based web browser in Ubuntu, you may find that the Adobe Flash Player installed from Ubuntu Software Center does not work all the time.

Because ‘Aura’ for Linux, which replaces GTK+, lacks coded support for NPAPI plugins, the “old” Adobe plugin in Ubuntu repositories does no longer play Flash content in Chromium based web browser.

  As a workaround, you can use the ‘Pepper Flash’ which is bundled with Google Chrome that provides the latest Adobe Flash Player for Linux.

 

Ubuntu14.10下解决chromium浏览器无法安装adobe flash的问题

标签:des   style   blog   http   ar   color   os   sp   for   

原文地址:http://www.cnblogs.com/sosohu/p/4149289.html

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