|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| = Flash 64-bit (native) Installation HowTo =
| | #REDIRECT [[Flash]] |
|
| |
|
| This HowTo covers the Flash 64-bit native plugin installation on Fedora 10. | | This is not needed. Please, visit Fedora's official [[Flash]] HowTo. |
| | |
| {{Admon/important | Be aware that, at the moment of the writing of this HowTo, the Flash 10 plugin is in alpha development state; don't expect it to work perfectly and try to contribute a bit with bug reporting at their bug management site; at: [http://bugs.adobe.com/flashplayer/ Adobe Bug and Issue Management System] }}
| |
| | |
| The installation instructions have been interpreted from: [http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html Adobe Labs' Linux 64-bit Alpha Release Notes]
| |
| | |
| == System Requirements ==
| |
| | |
| * Fedora 10 (others untested)
| |
| * Firefox
| |
| | |
| == Procedure ==
| |
| | |
| === 1. Remove all previous Flash installations ===
| |
| | |
| <pre>
| |
| [renich@introdesk ~]$ su -c 'yum remove flash-plugin'
| |
| </pre>
| |
| | |
| === 2. Remove nspluginwrapper ===
| |
| | |
| Since nspluginwrapper is said to degrade performance [http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html#known (known issues)], we must remove it.
| |
| | |
| <pre>
| |
| [renich@introdesk ~]$ su -c 'yum remove flash-plugin'
| |
| </pre>
| |
| | |
| === 3. Download the plugin ===
| |
| | |
| At the time of the writting of this HowTo, you can download the plugin from [http://labs.adobe.com/downloads/flashplayer10.html here]. Please visit [http://labs.adobe.com/ Adobe Labs] for more information.
| |
| | |
| === 4. Decompress it ===
| |
| | |
| <pre>
| |
| [renich@introdesk Download]$ tar -xzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
| |
| </pre>
| |
| | |
| === 5. 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.
| |
| | |
| <pre>
| |
| [renich@introdesk Download]$ mkdir -p ~/.mozilla/plugins && mv libflashplayer.so ~/.mozilla/plugins
| |
| </pre>
| |
| | |
| == Testing ==
| |
| | |
| Open Firefox and go to your favorite Flash-enabled site for a test.
| |
| | |
| == Troubleshooting ==
| |
| | |
| Please, be sure to follow the steps located at: http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html#install
| |
| | |
| == References ==
| |
| | |
| * http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html
| |