|
|
(13 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| ==== Enabling Flash Plugin ====
| | #REDIRECT [[Flash]] |
| | |
| ===== 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 flash-plugin nspluginweapper.i386 \
| |
| alsa-plugins-pulseaudioi386'
| |
| </pre>
| |