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

0016 ubuntu下给firefox安装flash插件

时间:2015-01-30 19:45:23      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:linux   ubuntu   flash   plugins   firefox   

问题来源:之前通过网上方法为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插件

标签:linux   ubuntu   flash   plugins   firefox   

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

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