» Fix Flash Problems on Ubuntu
I had some difficulties playing Flash videos lately. Problems ranged from lagging sound, to ugliness, to idling black screens, to strange gray Play buttons that didn't do anything. The following solved my Flash issues on Ubuntu.
A very short & simple article this time.
You could take the graphical approach (use Synaptic & visit Adobe site), but I'm using commandline cause copy-pasting is really fast and concise, so here we go:
Cleanup
Open a terminal and type:
sudo echo -n "Cleaning up... "
sudo aptitude purge swfdec-mozilla
sudo aptitude purge adobe-flashplugin
sudo echo "[done]"
Install Adobe Flashplayer 10 on Ubuntu
Open a terminal and type:
sudo echo -n "Downloading... "
cd /tmp
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.deb
sudo echo "[done]"
sudo echo -n "Installing... "
sudo aptitude install libcurl3
sudo dpkg -i ./install_flash_player_10_linux.deb
sudo echo "[done]"
That's it
Restart Firefox and go & enjoy some Youtube videos again : )
Stay up to date
You can track my blog
articles and
comments. You may also find my
bookmarks interesting. Or
Follow me on Twitter
Like this Article?
|
Your money is no good here, but you can boost morale by spreading the word! : ) |
RelatedArticles like this one» Create your own screencast |
tags: ubuntu, flash, video, flv
category: Howto - Desktop
read: 13,978 times






tagcloud
#17. Max on 23 June 2010
#16. Kevin on 10 June 2010
@ amac: Thanks a lot for sharing!
@ Jack Henderson: Glad it worked out!
#15. Jack Henderson on 05 June 2010
#14. amac on 27 May 2010
sudo aptitude purge flashplugin-installer
followed by a rerun of dpkg and everything was fine after that.
#13. blues on 21 May 2010
I noticed that the installation package is only for 32-bit systems. Any chance you might know and post the url for the 64-bit package?
#12. Kevin on 24 April 2010
#11. gurpreet on 12 April 2010
#10. Daniel Cunningham on 12 April 2010
I also cross-posted your solution onto some of the Ubuntu user forums. Seems a lot of folks were having similar problems. Thanks again.
#9. Daniel Cunningham on 12 April 2010
I'm a long-time (8+year) user of Ubuntu. Currently using (latest) version 9.10. Followed your steps, and it worked like a charm. Thanks VERY much for a useful procedure!
I think one of the reasons your procedure is so useful is that it fixes one of the "little" (but also quite common) problems that can happen with Ubuntu. It's not like playing the latest videos is SUPER-critical, but when you know the same videos can play on a Mac or even a M$ Window$ system, it's a little... annoying.
... [more]
And problems like this can baffle non-technical users (heck, even I was sort of "ignoring" it until I crossed an "annoyance threshold"). So, if Ubuntu is to gain more mainstream acceptance, they need to have very simple & straightforward fixes for the standard set of "annoyance" problems that occur. And... these fixes need to be able to be followed by less than uber-geeky (i.e. non-technically inclined) persons.
Now, for a technical question: why do you think the process work? In other words, what is wrong with the codec components we replaced, and what is better about the ones we used? And is there a way to let the Ubuntu world get the "best" set of the components right "out of the box" (or ISO/install, if you prefer)?
Best regards,
-- Daniel Cunningham
#8. Kevin on 21 February 2010
#7. Marion on 07 February 2010
#6. MIke on 04 February 2010
#5. Matthew on 13 December 2009
#4. Enzo on 08 June 2009
Thanks again
-Enzo
#3. Sam on 30 May 2009
#2. Kevin on 22 May 2009
#1. gavin on 21 May 2009
I did `sudo apt-get install libcurl3`, then `sudo dpkg -i ./install_flash_player_10_linux.deb`