Install Adobe Flash Player 10 on Ubuntu 64bit
UPDATE: Native Adobe 64bit Flash Player has been released.
I have put together a small tutorial on how to install the native flash player 10 64bit plugin for linux.
Adobe recently launched Flash Player 10 Beta codenamed "Astro". Great news, as it supports a bunch of new features, but as usually nothing yet for the 64 bit users. I'm going to show you how to get flash player 10 running on Ubuntu 64bit using nspluginwrapper. Before doing anything in the terminal make sure you close Firefox else you might not get the expected result.
1. Make sure you don't have any other flash plugin installed on your system:
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
1.1 To be sure we don't have any other old flash libs let's cleanup the folders where it usually resides:
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper
2. Install ia32-libs and latest nspluginwrapper
sudo apt-get install ia32-libs nspluginwrapper
3. Download the latest flash player from Adobe Labs and extract it:
cd ~
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_051508.tar.gz
tar zxvf flashplayer10_install_linux_051508.tar.gz
sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf ~/install_flash_player_10_linux/
4. Use nspluginwrapper to install the plugin and link it to firefox
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
EDIT: here is how to install flash player 10 on 64bit systems for Liferea and Vuze
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/xulrunner-addons/plugins/
5. Start Firefox and type in the address bar about:plugins and press enter. You should get a result similar to this one:
6. Go to http://labs.adobe.com/technologies/flashplayer10/demos/index.html and test the new features.
EDIT: if you are lazy by nature, you can just grab install_flash_player_10_ubuntu64bit, a small script i put together. Make it executable (chmox +x install_flash_player_10_ubuntu64bit) and run it in terminal. It will kill ask you for root password the kill any Firefox you might have running and install the flash player 10
NOTE: for the new and improved script follow this URL: http://meandubuntu.wordpress.com/2008/08/20/flash-10-rc-on-ubuntu-amd64/
September 4th, 2009 - 06:58
your tutorial appears to be about installing flashplayer 10 on 64 bit ubuntu.
My problem is that i cannot watch youtube videos on Opera 10, though I can watch them on Firefox. I am using Ubuntu 9.4 (64 bit version) and the Youtube problem on Firefox appeared to be resolved by visiting the medibuntu site and installing codecs as directed. This sorted Firefox out, but not Opera10. Any ideas, please? Thanks a lot. John
September 6th, 2009 - 18:19
http://lmgtfy.com/?q=Flash+player+10+on+Opera+10
September 11th, 2009 - 00:43
Hi! I was surfing and found your blog post… nice! I love your blog.
Cheers! Sandra. R.
September 14th, 2009 - 05:07
fyi, the download link for the flash player seems to have changed to http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz. Thanks for much for the post, it was immensely helpful!!
September 14th, 2009 - 08:44
Thanks Mark,
I have updated the script so it now installs the last update Adobe released on July 30, 2009
Regards,
R
September 18th, 2009 - 18:35
great work for ubuntu 64bit tnk you so much
November 10th, 2009 - 23:38
Did not work for me.
Got this error on step 4
nspluginwrapper: no appropriate viewer found for /usr/lib/mozilla/plugins/libflashplayer.so
My browser crashes when opening sites that use flash. It was working, then i installed a bunch of codecs and one of them messed up flash, and then i uninstalled all flash related codecs/plugins, and i cannot figure out how to reinstall it to work.
November 11th, 2009 - 02:00
Hi,
the native 64bit plugin is out. Please try installing native 64bit flash player for linux
Regards,
R
January 10th, 2010 - 19:16
The url in the wget posts a 404 but I googled and found this:
ftp://ftp.internat.freebsd.org/pub/FreeBSD/ports/local-distfiles/chinsan/flashplugin/flashplayer10_install_linux_051508.tar.gz
this worked.
January 26th, 2010 - 03:28
This didn’t work for me. I think it’s because I have an AMD processor rather than intel. Is there anything I can do?