首页 > 系统服务 > 详细

0016 ubuntu下给firefox安装flash插件

时间:2015-01-30 19:42:17      阅读:259      评论:0      收藏:0      [点我收藏+]
问题来源:之前通过网上方法为firefox安装了flash插件,但是最近ubuntu 提示安装新的flash,下载adobe-flashplugin_11.2.202.438.orig.tar.gz文件根本没有进度。

getflash 网站慢的要死,根本不显示Download按钮
最后在 http://www.softpedia.com/ 找到 11.2.202.438 版本的flash

32位Adobe Flash Player 11.2.202.438
http://linux.softpedia.com/get/Utilities/Adobe-Flash-Player-for-Linux-18853.shtml

64位Adobe Flash Player for 64-bit 11.2.202.438
http://linux.softpedia.com/get/Internet/HTTP-WWW-/Adobe-Flash-Player-for-64-bit-Linux-42958.shtml

可以使用 sudo apt-get remove --purge flashplugin-installer 命令卸载老版本的flash

解压后,执行如下命令即可让 firefox浏览器 播放flash视频

sudo cp -r usr/* /usr
cp libflashplayer.so /home/<user>/.mozilla/plugins/

<user> 为你的用户名

为chrome和opera 浏览器需要安装PepperFlashPlayer 插件,请参考如下链接
http://blog.csdn.net/zcube/article/details/42276073

0016 ubuntu下给firefox安装flash插件

原文:http://blog.csdn.net/zcube/article/details/43309783

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