How to Install Flash Player 10 Under Ubuntu Linux
Adobe flash player version 10 (code-named “Astro”) has been released and available for download. It has many new features such as:
- Visual performance improvements
- 3D effects
- Custom Filters and Effects
- Advanced Text Layout
- Enhanced Drawing API
- Performance improvements and much more.
You must uninstall any currently installed Flash Player before installing the beta under Linux or Mac / Windows computer. Open Firefox and type following at url box:
about:plugins
(IMG 1: Flash Player 9 installed)
1: Install Ubuntu flash 10 Player
Visit this url and grab .deb file. Uninstall old flashplayer 9 ( if installed ):
$ sudo apt-get remove flashplugin-nonfree
Now, install Flash 10 (make sure Firefox is not running):
$ sudo dpkg -i install_flash_player_10_linux.deb
Start firefox and type about:plugins. You should see list of plugins including Flash 10.
2: Install Flash Player 10 Final in your home directory
If you need to install flash plugin in your home directory, type the following commands. To uninstall type the command:
$ cd ~/.mozilla
$ rm flashplayer.xpt libflashplayer.so
Visit adobe website to grab flash player 10 tar.gz (tar ball). Download and install flash player 10 (please exit any browsers you may have running):
$ cd /tmp
$ wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
$ tar -zxvf install_flash_player_10_linux.tar.gz
$ cd install_flash_player_10_linux
$ ./flashplayer-installer
Sample output:
Copyright(C) 2002-2006 Adobe Macromedia Software LLC. All rights reserved.
Adobe Flash Player 10 for Linux
Adobe Flash Player 10 will be installed on this machine.
You are running the Adobe Flash Player installer as a non-root user.
Adobe Flash Player 10 will be installed in your home directory.
Support is available at http://www.adobe.com/support/flashplayer/
To install Adobe Flash Player 10 now, press ENTER.
To cancel the installation at any time, press Control-C.
NOTE: Please exit any browsers you may have running.
Press ENTER to continue...
----------- Install Action Summary -----------
Adobe Flash Player 10 will be installed in the following directory:
Mozilla installation directory = /home/vivek/.mozilla
Proceed with the installation? (y/n/q): y
NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.
Installation complete.
Perform another installation? (y/n): n
Please log out of this session and log in for the changes to take effect.
The Adobe Flash Player installation is complete.
Now open Firefox and type about:plugins:

(IMG. 2: Flash Player 10 installed)
You can now view any flash based site
Similar Posts:
- How to install Flash player on Mandriva
- How to Install Flash Player 10.1 Beta 2 in Ubuntu 9.10 Karmic Koala
- How to Install Flash Player 10 on OpenSuse and Suse
- How to install Flash plugin for Firefox in Slackware 12.1
- Install Flash Player 10 on 64bit Linux
- how to install flash player on mandriva shell script
- How to install flash player on ubuntu 64 bit
- How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9
- Install Flash Plugin Manually in Firefox on Vista
- Script to Install Flash Player 10 on 64bit Ubuntu Linux
What about 64 bit Ubuntu?
if this dosen`t work try this: http://www.flashconf.com/flash-scripts/how-to-install-flash-player-on-ubuntu-64-bit/