mNo edit summary |
(Added the global flash installation section) |
||
Line 44: | Line 44: | ||
<pre> | <pre> | ||
[renich@introdesk Download]$ mkdir -p ~/.mozilla/plugins && mv libflashplayer.so ~/.mozilla/plugins | [renich@introdesk Download]$ mkdir -p ~/.mozilla/plugins && mv libflashplayer.so ~/.mozilla/plugins | ||
</pre> | |||
If you want to enable Flash 10 globaly, you can install it on the /usr/lib64/mozilla/plugins directory. | |||
<pre> | |||
[renich@introdesk Download]$ su -c 'mv libflashplayer.so ~/.mozilla/plugins' | |||
</pre> | </pre> | ||
Revision as of 07:48, 30 November 2008
Flash 64-bit (native) Installation HowTo
This HowTo covers the Flash 64-bit native plugin installation on Fedora 10.
The installation instructions have been interpreted from: Adobe Labs' Linux 64-bit Alpha Release Notes
System Requirements
- Fedora 10 (others untested)
- Firefox
Procedure
Remove all previous Flash installations
[renich@introdesk ~]$ su -c 'yum remove flash-plugin'
Remove nspluginwrapper
Since nspluginwrapper is said to degrade performance (known issues), we must remove it.
[renich@introdesk ~]$ su -c 'yum remove flash-plugin'
Download the plugin
At the time of the writting of this HowTo, you can download the plugin from here. Please visit Adobe Labs for more information.
Decompress it
[renich@introdesk Download]$ tar -xzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
Move it into place
If you want to install it for personal use or you don't have access to root privileges, just copy it into your home directory's .mozilla/plugins directory. Create if if necesary.
[renich@introdesk Download]$ mkdir -p ~/.mozilla/plugins && mv libflashplayer.so ~/.mozilla/plugins
If you want to enable Flash 10 globaly, you can install it on the /usr/lib64/mozilla/plugins directory.
[renich@introdesk Download]$ su -c 'mv libflashplayer.so ~/.mozilla/plugins'
Testing
Open Firefox and go to your favorite Flash-enabled site for a test.
Troubleshooting
Please, be sure to follow the steps located at: Flash Player's Installation Notes