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


(Fig. 01: Flash Player 9 installed)

Method #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 sudo dpkg -i install_flash_player_10_linux.deb
Start firefox and type about:plugins. You should see list of plugins including Flash 10.

Method #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:

(Fig. 02: Flash Player 10 installed)

You can now view any flash based site (see featured demos and videos on official site) or video from Youtube video sharing site :)


(Fig.03: Flash 10 demo featured at official site)

Flash 10 64 bit Linux version

However, there is no 64 bit version of Flash 10 exists for Linux systems. You can install and use Flash, Java, Real Player 32 bit plugins under 64 bit Linux Firefox version

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 31 comments… read them below or add one }

1 Mitko 05.16.08 at 3:33 pm

Seems that macromedia decided to change the download location:

wget http://download.macromedia.com/pub/labs/flashplayer10
--17:32:34-- http://download.macromedia.com/pub/labs/flashplayer10
=> `flashplayer10'
Resolving download.macromedia.com... 88.221.187.191
Connecting to download.macromedia.com|88.221.187.191|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
17:32:34 ERROR 404: Not Found.

2 vivek 05.16.08 at 4:45 pm
3 Mitko 05.19.08 at 10:20 pm

thx. got it to work.

4 Romeo Adrian Cioaba 06.13.08 at 7:16 pm

I wrote a tutorial on how to install flash player 10 on linux 64 bit

5 Sayantan Das 07.17.08 at 1:30 pm

hi,
i have installed flash player 10 on ubuntu 8.04 with firefox 3.0 . after installing, these sites are crashing specifically:
1. http://www.bbc.co.uk
2. http://www.natwest.com

firefox crashes with segmentation fault

also the flash animation is very slow compared to flash player 9.i can see the difference if i go to the adobe website.

any suggestions how to fix the issue

6 Oliver 07.20.08 at 11:29 pm

New version is out at http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_070208.tar.gz
which seems to be working better than the previous beta for me.

7 Sam 08.08.08 at 3:24 pm

Why are you telling people to remove files instead of using the package management system?

apt-get remove flashplugin-nonfree

8 Alejandro 09.08.08 at 10:56 pm

For Ubuntu 64 bit users you can intall the latest flash 10 RC with 2 clicks here

9 Kevin J 09.21.08 at 2:25 am
10 Alejandro 09.21.08 at 5:32 pm

The installer for Ubuntu 64 bit users has been updated so tha you can intall the latest Flash 10 RC released by adobe on Sept 15 2008.
You can intall the latest flash 10 RC with just 2 clicks here

11 Alejandro 10.16.08 at 3:06 am

The installer for Ubuntu 64 bit users has been updated so tha you can intall the latest Flash 10 released by adobe on October 15 2008.
For 64 bit users see The easiest way to install Flash 10 on Ubuntu 64 bits

12 cease 10.21.08 at 10:17 am

i’ve been trying to install as sudo , but every time i get to the point it asks me to enter /usr/lib/mozilla and its says WARNING: Please enter a valid installation path.. any ideas.

13 Jeroen 10.22.08 at 9:54 pm

I’m afraid that ubuntu says that the repo has a newer version that the adobe site. But both versions don’t appear in the about:plugins pase of firefox. So I reinstalled the older version that just works.
Did I understand it rigth that this is still a beta version?

14 Jamie 10.27.08 at 10:03 am

I simply used:
sudo apt-get install adobe-flashplugin

and it removed the old one and installed v10 without a hitch :)

15 sekson 11.12.08 at 9:18 am

it work thank you ขอบคุณครับ

16 Greta 11.14.08 at 1:00 am

I have a problem… I keep getting this error, but I’m not quite sure what it means. Flash used to work fine on Ubuntu 8.04, but now that I upgraded to 8.10, it says:

ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.

Any solutions?

17 vivek 11.14.08 at 3:44 am

Greta,

You need to install 64 bit flash player as you are using x86_64.

18 Schlandower 12.26.08 at 10:32 am

I ran into problems when trying to install the amd64 version of Flash Player 10 on Ubuntu 8.10 (Intrepid) using method 1 as this version available from Adobe is for the 32 bit systems.

This is how I overcame it:

With your browser closed (not running) – VERY important!!!!!!!!!!!!!!!!!!!!!!

1: Uninstall flashplayer-nonfree
2: Download the libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz file from http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz, save this file to you home directory (a storage place as good as any). I sugest you use wget for this. wget -c http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz
3: untar the archive tar -zxvf libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz this will leave you with libflashplayer.so
4: I sugest you open a terminal and go to the flashplayer directory (if you created one) and issue the following command: sudo cp -v libflashplayer.so /usr/lib/mozilla/plugins
5: now start Firefox, go to the address bar and type “about:plugins”, you should see a list of plugins, scroll down ans you will find libflashplayer.so listed with the description and version, the version should now read 10.

There you go it is installed.

Enjoy browsing.

19 somename 01.03.09 at 11:12 pm

hi there, I had to remove the old plugin from firefox to make it work:

tools->addons->plugins -> remove flash[...] 9

20 michael 01.12.09 at 10:13 pm

nobody uses linux, its horrible

21 javed 01.15.09 at 11:19 am

it is best player

22 HolyGhost23 03.06.09 at 6:16 pm

t every time i get to the point it asks me to enter /usr/lib/mozilla and its says WARNING: Please enter a valid installation path.. WTF IS WRONG

23 Barmaley 03.13.09 at 4:31 pm

Schlandower, where did you take this link: http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz? Its not possible to get it from Adobe website, and there is still only i386 version available… Some one should know some secret places… :)

24 Matt 03.27.09 at 11:22 pm

Method #1 falls down at the first hurdle: you don’t say where to save the grabbed .deb file so that the 2nd step (”sudo dpkg -i sudo dpkg -i install_flash_player_10_linux.deb”) can access it.

Sorry but I just don’t have the innate knowledge of how to cope with this.

One day… this will be really easy!

25 gunnar-eee 04.02.09 at 7:57 pm

Darn, nobody seems to indicate to what location the player actually gets installed. The path is no longer to under /usr/lib but it goes somewhere else ??

26 hc 04.21.09 at 11:12 am

sorry,I can’t do it! it’s error!!!

27 Jarod Edwards 04.24.09 at 5:59 pm

I got the new ubuntu but Abode Flash Player not working i tried Every thing
and mine is 32 bit

28 An Aspiring Person 05.03.09 at 9:15 pm

Hey. I keep following the instructions that were posted and it works fine for me. BUT THERES ONE MAJOR PROBLEM, even though flash is said to be installed in Addons,
it doesn’t actually work.

For example, if I go to you and watch a vid, the place where the video would be is gone, yet firefox says that I’ve installed flashplayer 10 as an addon.

Any suggestions? PLEASE!

29 asdf 05.08.09 at 9:29 pm

sudo update-alternatives –config mozilla-flashplugin

30 Vlad 05.19.09 at 12:31 pm

I’ve put /usr/lib/firefox-3.0.10/ when asked about the firefox installation dir.

I guess you should change the -3.0.10 according to your own installation.

31 Milton 06.19.09 at 1:07 pm

This worked for me:
1. Go to http://get.adobe.com/flashplayer/ and download the .tar.gz version.
2. Close all browsers and open a terminal window.
3. cd to the folder where the .tar.gz folder is located and run these commands:
1. gunzip .tar.gz-folder
2. tar -xvf the-.tar-folder-that-you-just-created
4. cd into the folder that you just craeted (for me it was “install_flash_player_10_linux”).
5. Now run these commands:
1. ./the-installationfile (for me “./flashplayer-installer”)
2. Press Enter.
3. Press Enter again.
4. Enter the location of where your browser is installed (for me “/usr/lib/firefox”) and press enter.
5. Press the y-key.
6. Press the n-key.
Done.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Previous post: Splashtop to Ship ASUS Motherboards With Linux Preinstalled On BIOS

Next post: XO Laptop: Hello Windows ~ Goodbye Linux :(