Install Flash Ubuntu Hardy Heron
June 1, 2008
Test Drive Flash Player 10 Beta in Ubuntu
Adobe has released the Flash Player 10 Beta simultaneously for Linux, Mac, and Windows. This version includes performance improvements, new 3D transformations, Adobe Pixel Bender filters, streaming video improvements, and new text layout capabilities.
Websites very likely won’t be taking advantage of these new features until the stable release is out, so Adobe has a page of demos you can try.
Two large complaints about Flash on Linux are fullscreen video and 64-bit support. Neither have been resolved in this release. Playback of fullscreen video (which causes low framerates and high CPU usage) seems to be only slightly improved. I have found that there is a general performance increase.

If you want to try Flash Player 10 you can download and install it yourself, but here are some terminal commands that you can copy and paste to get going quickly:
- Remove your existing Flash plugin, if you have one installed. This command will remove Flash 9 if you installed it from Ubuntu’s repository:
sudo apt-get remove flashplugin-nonfree - Download and extract the Flash Player 10 Beta to your home directory:
wget -O - http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_051508.tar.gz | tar xz -C ~ - The user plugins folder may not exist yet, try to create it but ignore any errors if the directory already exists:
mkdir ~/.mozilla/plugins/ - Copy the Flash plugin the the Firefox plugins directory to install it:
cp ~/install_flash_player_10_linux/libflashplayer.so ~/.mozilla/plugins/libflashplayer.so - Remove the directory that was downloaded (if you get a warning about deleting a write-protected file, press y and Enter to continue):
rm -r ~/install_flash_player_10_linux
Restart Firefox to enable the new plugin.
And here’s how to uninstall it:
- Remove the new plugin:
rm ~/.mozilla/plugins/libflashplayer.so - Reinstall Flash 9 from the repositories (if you wish):
sudo apt-get install flashplugin-nonfree
[update] I’ve been using the Flash 10 plugin for over a week now, and the only issue I’ve had is the occasional website that thinks my version of Flash is too old.

July 8, 2008 at 4:39 am
$ wget -O – http://download.macromedia.com/pub/labs/flashplayer10
…
HTTP request sent, awaiting response… 404 Not Found
16:57:19 ERROR 404: Not Found.
July 13, 2008 at 10:18 pm
The new URL for the DL is:
http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_070208.tar.gz
August 23, 2008 at 1:17 pm
A million thank-yous. Now I don’t have to squint to see my vegetable porn.
August 24, 2008 at 9:34 pm
A working flash at last I have no problems accept when the website thinks my flash is an older version Thank you for making the use of the internet enjoyable! using Hardy Heron 8.04
September 5, 2008 at 9:07 am
New link: http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_081108.tar.gz
They’re making it a bit frustrating by removing any possibility of navigation into the
http://download.macromedia.com/pub/labs/flashplayer10/
directory, but you can get the new link from
http://labs.adobe.com/downloads/flashplayer10.html