From Fedora Project Wiki
< User:Jjmcd | Drafts
(New page: ==== Enabling Flash Plugin ==== Fedora includes <code>swfdec</code> and <code>gnash</code>, which are free and open source implementations of Flash. We encourage you to try either of the...) |
No edit summary |
||
Line 1: | Line 1: | ||
==== Enabling Flash Plugin ==== | ==== Enabling Flash Plugin ==== | ||
===== For i386 ===== | |||
Unlike earlier releases, special steps are required to install the proprietary Adobe Flash Player 10 on Fedora 10. | |||
===== For X86_64 ===== | |||
Select the YUM version of the Adobe Flash Player from Adobe's download page. This installed Adobe's software repository so that updates can be applied by the normal Fedora update process. | |||
Next some helper files are needed in addition to the Flash Player: | |||
<pre>su -c 'yum install | <pre> | ||
su -c 'yum install flash-plugin nspluginweapper.i386 \ | |||
alsa-plugins-pulseaudioi386' | |||
</pre> | </pre> | ||
Revision as of 14:01, 19 November 2008
Enabling Flash Plugin
For i386
Unlike earlier releases, special steps are required to install the proprietary Adobe Flash Player 10 on Fedora 10.
For X86_64
Select the YUM version of the Adobe Flash Player from Adobe's download page. This installed Adobe's software repository so that updates can be applied by the normal Fedora update process.
Next some helper files are needed in addition to the Flash Player:
su -c 'yum install flash-plugin nspluginweapper.i386 \ alsa-plugins-pulseaudioi386'