From Fedora Project Wiki

Revision as of 04:26, 21 November 2008 by Pfrields (talk | contribs) (General editorial love)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Fedora 10

Enabling Flash Plugin

Adobe offers several methods to install their 32-bit Flash Player 10. In general, the YUM version is preferred, since it allows the player to be updated automatically through Fedora's normal update mechanism. The YUM version simply installs the repository configuration files, after which you must install Flash Player.

For i386

After installing the yum repository, run the following command:

su -c 'yum install flash-plugin alsa-plugins-pulseaudio'

You must authorize Adobe's key to complete the installation. You may see a message indicating that alsa-plugins-pulseaudio is already installed. This is not a problem. After the installation, exit all copies of Firefox to enable the plugin.

For X86_64

At the time of this release, Adobe has an alpha version of a 64-bit player. These instructions cover installation of the 32-bit player on a 64-bit (x86_64) platform.

After installing Adobe's yum repository, run the following command:

su -c 'yum install flash-plugin nspluginwrapper.i386 \
    alsa-plugins-pulseaudio.i386'

You must authorize Adobe's key to complete the installation. After the installation, exit all copies of Firefox' to enable the plugin.

Checking the plugin

Following the installation for either architecture, start Firefox and type the following text in the address bar:

about:plugins

A section similar to the following should appear:

Flash-check-2.png

This information tells you that Adobe Flash Player has been successfully installed.

SELinux problems

In some cases, {{{nspluginwrapper}}} produces SELinux AVC errors, some of which may prevent viewing Flash content. Changing the relevant SELinux boolean may resolve this problem, but eliminates a great deal of additional security when using {{{nspluginwrapper}}}. To make the change, run the following command:

su -c 'setsebool -P allow_unconfined_nsplugin_transition=0'