Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience.
Install Flash Player 9 Update in Ubuntu Dapper
First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following Repository list and save the file
deb http://3v1n0.tuxfamily.org dapper 3v1n0
deb-src http://3v1n0.tuxfamily.org dapper 3v1n0
Install Flash Player 9 Update in Ubuntu Edgy
First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following Repository list and save the file
deb http://3v1n0.tuxfamily.org edgy 3v1n0
deb-src http://3v1n0.tuxfamily.org edgy 3v1n0
Now you need to copy the key for this Repository list using the following
sudo wget http://3v1n0.tuxfamily.org/EDD1E155.gpg -O- sudo apt-key add -
Update the source list using the following command
sudo apt-get update
Install flash player Plugin and flash player using the follwoing command
sudo apt-get install flashplugin-nonfree flashplayer-nonfree
One more method is you can install this from pre compiled binary .If you want to install pre compiled binary download flashplayer from here
extract the tar.gz file and copy libflashplayer.so file to /usr/lib/mozilla/plugins or ~/.mozilla/plugins (check where this directory is located in your ubuntu desktop)
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
or
sudo cp libflashplayer.so ~/.mozilla/plugins
change the permissions using the following command
sudo chmod +x /usr/lib/mozilla/plugins/libflashplayer.so
sudo chmod +x ~/.mozilla/plugins/libflashplayer.so
Install Flash Player 9 Update in Ubuntu
Related Posts:
Install LAMP Server in ubntu(with screenshots)Automatic LAMP (Linux, Apache, MySQL and PHP) In about 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP server up a… Read More
Finch - How to use Pidgin via Terminal ConsoleFor those who have starts getting in love with Terminal Console in Ubuntu, you may love to be able to do everything from the Terminal console. Even if… Read More
How to Change Ubuntu Server from DHCP to a Static IP AddressIf the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. … Read More
Install .rpm packages in Ubuntua Ubuntu normally use .deb package for application installer. However, if you have an rpm file for a package you wish to install, and if you cannot fi… Read More
Simple Linux Socket Programming in UbuntuNormally, people start learning programming with some simple typical Hello World sample. However, I'm searching for some challenge as my first try. So… Read More
0 comments:
Post a Comment