Need Help For ubuntu

Guys i am using Ubuntu 9.1 on my laptop.

I am facing problem with Flash player for mozilla.

Any advice what to do, tried ot manually install it but of no use. :(

Please :help
 

chief

Prime VIP
Cleanup

Open a terminal and type:

Code:
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:

Code:
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]"

Source

Code:
http://kevin.vanzonneveld.net/techblog/article/fix_flash_problems_on_ubuntu/


Vaise Ubuntu forum te search karna si pehle :an
 
Top