Welcome 微信登录

首页 / 操作系统 / Linux / Linux下为火狐浏览器安装Adobe Flash Player插件

今天想要在linux下上网看个电影,结果打开浏览器,提示没有安装flash player插件,点击自动安装,却提示系统不支持最新版本的插件,我的系统是用的RHEL 5.5。没办法,google一番,下载到一个软件包install_flash_player_11_linux.i386.tar.gz。安装方法如下,做个总结:将软件包解压:[root@test /]# tar zxvf install_flash_player_11_linux.i386.tar.gz /tmp/flashplayer[root@test /]# ls /tmp/flashplayerlinuxusr  libflashplayer.so我们看到解压出来的东西有个usr文件夹,一个库文件。库文件需要放在火狐浏览器安装插件的路径下。但当时我不知道这个路径。搜索一下:[root@test /]# find /usr/ -name firefox/usr/lib/firefox-3.0.18/firefox切换到这个路径看到firefox是个文件,不是目录,并没有找到plugin的路径。继续搜索,换一个关键词mozilla:[root@test /]# find /usr -name mozilla/usr/lib/mozilla/usr/share/mozilla看这次搜索结果,切换到/usr/lib/mozilla/下,果然在这里[root@test /]# cd /usr/lib/mozilla/[root@test /]# lsextensions  plugins  plugins-wrapped[root@test /]#好了,这下就可以执行下面的操作了:[root@test /]# cp /tmp/flashplayer/libflashplayer.so /usr/lib/mozilla/plugins/ -rf[root@test /]# chmod 755 /usr/lib/mozilla/plugins/libflashplayer.so[root@test /]# cp /tmp/flashplayer/usr/* /usr/ -rf偷了个懒,直接给libflashplayer.so赋755的权限。这样就已经安装完毕,然后重启Mozilla firefox就可以啦!!相关阅读:Ubuntu下火狐浏览器安装Flash及书签使用相关事项  http://www.linuxidc.com/Linux/2013-03/80487.htm强大的Vim 编辑器GRUB引导程序配置文件分析相关资讯      火狐浏览器插件  本文评论 查看全部评论 (0)
表情: 姓名: 字数