» 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?
|
Then Digg it! Or use another bookmark button below to show your support & help me spread the word. |
RelatedArticles like this one» Create your own screencast |
tags: ubuntu, flash, video, flv
category: Howto - Desktop
read: 5,930 times






tagcloud
#9. Mehdi on 11 March 2010
I am using Ubuntu 9.10 and going to watch flash files of below web site but I couldn't. In addition, the colors are not real in skype and youtube.
Would you please help me?
... [more]
http://www.bbc.co.uk/languages/french/lj/intros/
Thanks,
Mehdi
#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`