LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1410|回复: 4

firfox安装Adobe Flash Player插件出错

[复制链接]
发表于 2008-8-2 15:12:36 | 显示全部楼层 |阅读模式
刚安装的Fedora 9,安装完以后打开网页FIRFOX提示更新,谁知道更新完了之后出错,手动更新也是如此。本人新手。谢谢。
问题:Firfox无法安装此组件,因为"install-ers..rdf"(由该组件提供)格式不正确。请联系其作者。
发表于 2008-8-7 21:03:27 | 显示全部楼层
遇到相似的问题,为什么不能update adobe flash player automatically
回复 支持 反对

使用道具 举报

发表于 2008-8-7 21:13:27 | 显示全部楼层
http://www.adobe.com/go/getflashplayer
用rpm 或者yum方式皆可
回复 支持 反对

使用道具 举报

发表于 2008-8-8 17:02:22 | 显示全部楼层
Fedora Flash Plugin
         
         
                             


   
OpenSource Flash Plugins
Fedora 9 features the Open Source Flash player,
Swfdec
.  You can install the Swfdec plugin for Firefox using
Yum
.
sudo yum install swfdec-mozilla
Fedora 9 also provides
Gnash
.
sudo yum install gnash-plugin
Install Adobe Flash Using Yum
Alternatively, you can use Adobe's Flash plugin.  To install the Adobe Flash plugin on Fedora 9 visit
http://www.adobe.com/products/flashplayer/
and click Download Now.  Then select YUM for Linux and download the provided RPM (adobe-release-i386-1.0-1.noarch.rpm).
Install the downloaded RPM which installs /etc/yum.repos.d/adobe-linux-i386.repo.
sudo rpm -i  adobe-release-i386-1.0-1.noarch.rpm
Check that you can access the Adobe Yum repository.
yum --disablerepo=* --enablerepo=adobe* list
Next, remove the Fedora Swfdec and Gnash plugin to avoid conflicts.
sudo yum remove swfdec-mozilla gnash-plugin
Now, install the Adobe Flash Plugin
sudo yum install flash-plugin
Finally, add the Adobe plugin is in your $HOME/.mozilla/plugins folder.
mkdir -p $HOME/.mozlla/plugins
cd $HOME/.mozlla/plugins
ln -s /usr/lib/flash-plugin/libflashplayer.so .
For Fedora 9 i386, you should be done.  If you are running x86_64, read on.
Firefox x86_64 with 32-bit Adobe Flash
The Adobe Flash plugin is not available as an x86_64 package. If you
need to run a 64-bit browser, but need Adobe Flash, you can use
ndiswrapper
to run the 32-bit Adobe Flash plugin on the 64-bit Firefox browser.
First, install
Livna's release package for Fedora 9
.  This will provide you with access to
Livna.org's Fedora 9 YUM repository
using /etc/yum.repos.d/livna.repo.
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
Next, install ndiswrapper from
Livna.org
.
sudo yum -y install ndiswrapper
Now, install both the i386 and x86_64 packages for nspluginwrapper from Fedora's YUM repositories
sudo yum -y install nspluginwrapper.{i386,x86_64}
Finally, install the i386 version of libflashsupport and the i386 version of pulseaudio-libs (for flash sound support).
sudo yum -y install pulseaudio-libs.i386 libflashsupport.i386
Sources
fedorasolved.org:
Adding the Flash Player Plugin
adobe.com:
Adobe - Flash Player: Installation instructions
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/48325/showart_724298.html
回复 支持 反对

使用道具 举报

发表于 2008-8-9 11:45:17 | 显示全部楼层
手动,手动
...
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表