Linux, Open Source, Web, Engineering, Technology
October 15, 2008
The easiest way to install Flash 10 on Ubuntu 64 bits
IMPORTANT UPDATE #2: Adobe has released a NATIVE 64bit Flash Player, Please click here to the newer post
To install Flash 10 version 10.0.12.36 on Ubuntu 8.04 64 Bits, (Released October 15 2008)
Copy and Paste the following on the terminal:
wget http://queleimporta.com/downloads/flash10_en.sh && sudo chmod +x flash10_en.sh && sudo sh ./flash10_en.sh
Done!
Note: If you just want to see the code for the script, it is available here:
http://queleimporta.com/downloads/flash10_en.sh
Posted by Alejandro. Filed under 64-bit, Firefox, Flash, Linux, Ubuntu.

October 15th, 2008 at 6:21 pm
[...] UPDATE #2: Flash 10 version 10.0.12.36 has been released on october 15 2008. Click here to view my latest post … [...]
October 15th, 2008 at 8:17 pm
Excelente!!
October 16th, 2008 at 9:18 am
Thanks, it works.
October 16th, 2008 at 12:27 pm
Sorry, but will this work with 64bit browsers installed? Or will the browser have to be 32bit?
October 16th, 2008 at 12:38 pm
@ MJ
Browsers have to be the 64bit version.
October 16th, 2008 at 2:51 pm
Thanks for the info Alejandro! The previous fix I was using only worked properly with 32bit versions of the browsers.
October 16th, 2008 at 6:20 pm
[...] 64-bit Flash Player. I don’t have a 64-bit Ubuntu installation to test on, but Alejandro left a link in the comments that could help 64-bit [...]
October 17th, 2008 at 2:41 am
[...] fonte: (via) [...]
October 17th, 2008 at 7:02 am
I`ve just used the script. But I have some problems with flash anyway:
When open youtube the video isn`t shown, but sound is present.
October 18th, 2008 at 9:10 am
Hi, how i can remove the script?
October 18th, 2008 at 2:07 pm
Failed here:
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
gives a segmentation fault
October 19th, 2008 at 6:02 am
Works perfectly on Ubuntu 8.10 x64! Thanks man! @:)
October 19th, 2008 at 9:00 pm
Thanks much. This script worked excellent.
October 19th, 2008 at 9:13 pm
Thank you again, it works, though Opera seems to crash randomly (I’m not sure if it’s Opera or this script)
October 20th, 2008 at 12:07 am
Hey… here’s a little linux tip : there is no need to make the script executable if you are running ‘sh’ explicitly !
So, your command can be this :
wget http://queleimporta.com/downloads/flash10_en.sh && sudo sh ./flash10_en.sh
Or, you can even do it without a temporary file, causing wget to output the URL to standard output, then pipe the result into a sudo shell
wget -O – http://queleimporta.com/downloads/flash10_en.sh | sudo sh
October 20th, 2008 at 12:05 pm
Thanks! Your script worked without any glitch!
October 20th, 2008 at 11:33 pm
Thank you,nice person :/
October 23rd, 2008 at 10:34 am
Thank you so much – works great!
October 27th, 2008 at 12:10 am
thank you. this script worked perfectly!
October 29th, 2008 at 2:41 pm
Intrepid 8.10 amd64 — fixed the problem
November 1st, 2008 at 12:54 pm
THANK YOU SO MUCH!!!!!!!!!!!!!!!!!!!!!!!
IT WAS JUST PERFECT!
November 1st, 2008 at 1:43 pm
[...] users, Ubuntu 8.04 LTS, see this post Share and [...]
November 4th, 2008 at 6:34 am
Wow, Super fantastic! Worked great for me on 64 bit Ubuntu 8.10
November 6th, 2008 at 1:01 pm
Oh my god IT WORKS!!! I spent 1 month trying to solve this problem and was about to give up on Ubuntu and use my extra hard drive as storage for XP. I use ubuntu 8.04 on 64bit AMD athlon.
I can’t beleive the ubuntu documentation site is so rubbish on this issue!!
November 10th, 2008 at 4:16 pm
Hey Thx- when upgrading to unbuntu 8.10 this issue occurred where I was unable to hear music from flash player.thx for saving my many days of frustration. I hope to help others like you have helped me.
November 12th, 2008 at 3:57 pm
It works, but it’s slower than another option I wanted to try. How do I undo all this? (I’m not yet expert with terminal)
November 14th, 2008 at 3:33 am
Thanks, works great with ubuntu 8.10_64bit, but after this Installation some Sites loads very slowly. Is a Collision with Fasterfox possible?
Sorry for my bad English
November 14th, 2008 at 4:46 am
Hmmm…
All works except small swf on my website.
November 15th, 2008 at 6:19 pm
Excelent!!
Thanks you so much!!
Very god job!!!
November 17th, 2008 at 8:24 pm
It removes the previous 32bit version of flash 10 and then installs the just released 64bit beta version from Adobe. So far everything works good for me and it does seem faster than using the wrapper.
Just copy from the “#!/bin/bash” to the bottom and paste it to a file and then run it.
sudo bash “file_name.sh”
Test here
http://www.adobe.com/products/flash/about/
Should be version 10,0,20,7
December 11th, 2008 at 6:15 pm
THANK you. flashplugin-nonfree wouldn’t work thanks to Adobe moving the URL, and gnash is just a joke. I’ve been fighting with this all day, and your script did the trick. Appreciate it!
December 19th, 2008 at 6:25 am
Dude, you are heaven sent. I’ve been trying to get flash to work on firefox for weeks. All the gibberish at those other sites was driving me nuts.
December 29th, 2008 at 9:45 pm
Fantastic.
Thanks a lot. I could not figure out what the problem was!!
January 4th, 2009 at 4:42 pm
Ok, what do you do after you copy that and put it in the terminal? I have no idea >.<
February 1st, 2009 at 6:37 pm
just installed ubuntu 8.04 x64 did the update thing and then copy and pasted your code, THANK YOU it worked like a charm, just had to type y when requested and terminal did the rest, keep up the good work once again
THANK YOU
February 6th, 2009 at 10:30 am
There is a new version out. Version: 10.0.15.3 This script upgrades me to 10,0,12,10. How can I update the script to pull the latest version? How did you get the download location for the original script?
February 6th, 2009 at 11:20 am
@ Linux Newb
You need to use the newer version of the script located here –> http://queleimporta.com/en/finally-adobe-releases-native-64-bit-flash-10-for-linux/
February 21st, 2009 at 2:39 pm
Flash now has a 64-bit linux version of flash-player available as of version 10. They don’t seem to make it easy to download, though.
I was able to run this flash-player on Fedora at work. Caveat: I used a package from a thirdparty somewhere on the net. The same RPM package does not easily install on ubuntu, given all my software is installed using dpkg.
February 27th, 2009 at 4:49 pm
GREAT! It works. Thank you!
March 2nd, 2009 at 3:58 pm
To install Flash 10 version 10.0.12.36 on Ubuntu 8.04 64 Bits, (Released October 15 2008)
Copy and Paste the following on the terminal:
wget http://queleimporta.com/downloads/flash10_en.sh && sudo chmod +x flash10_en.sh && sudo sh ./flash10_en.sh
was the advice I saw. As a newbie,I haven’t found tat it is possible to paste into the terminal window by pressing V so I had to type it, and must’ve put an extra space in or left one out, so it didn’t work for me.So how do you “paste it’ pls?
March 2nd, 2009 at 4:11 pm
to paste on the terminal use ctrl+shft+v
March 5th, 2009 at 3:31 pm
Worked like a charm – thank you very much. I have repeatedly had problems with npviewer – very happy to be done with it!!!
March 5th, 2009 at 6:19 pm
It’s works! THX
March 6th, 2009 at 11:22 am
I do have a problem after this install. Some web site cause Firefox to crash as the page is loading. It was suggested on the Ubuntu Forums that it could be my video card – an Nvidia. There is a thread on the Adobe site that I think confirms that the problem is related to the video card. I am still happier with the new install than I was with npviewer – there are not that many sites that cause a problem and the only impact is the failure of Firefox. The Abode home page is one that crashes Firefox with an “illegal instruction”. Thanks again for posting the install help.
March 15th, 2009 at 8:31 am
You are GENIUS! Ablolutely the best way to solve this problem. I tried all those “tips” before I came across your excellent solution. I am in dept to you!
All the best!
Antti Haverinen
May 21st, 2009 at 3:55 am
I have been TEARING my hair out since upgrading to Ubuntu 8.10 recently. Nothing I tried would work. And now this – a solution! Thankyou thankyou thankyou!
June 13th, 2009 at 4:23 am
fantastic script!!!
July 2nd, 2009 at 9:49 pm
Wow, thanks a lot!. It works on my Ubuntu 9.04-32 bits, firefox and opera play flash, after much searching finally works.
July 10th, 2009 at 1:04 am
Thank you – so simple with your help. Transformed my Ubuntu 9.04 -64 with Firefox 3.5 instantly. So much mucking around before that.
August 25th, 2009 at 1:02 am
hey it works….for 4 day i tried everything to fix it but just this worked…thanx
August 29th, 2009 at 3:54 pm
I would like to see more blog entries like this one
August 29th, 2009 at 10:55 pm
do you play wow ? maybe we could join forces
September 30th, 2009 at 1:44 am
a native Flash for 64 bit… type in:
wget http://queleimporta.com/downloads/flash10_x64_en…. && sudo chmod +x flash10_x64_en.sh && sudo sh ./flash10_x64_en.sh
Works great for me!
October 29th, 2009 at 11:07 pm
Craigslist w4m NSA, Seattle w4m Chicago w4m New York, Cleveland, San Francisco Portland, San Antonio, Houston, Las Vegas, Los Angelas, Sacramento, Orlando, Dallas, friends and hot gals live and local. Get some on Halloween! http://budurl.com/localbuddies
November 2nd, 2009 at 6:07 pm
dude that is so awesome… I just finish it in a few seconds…
April 2nd, 2010 at 7:26 pm
I used yor advise on 9.10 64 bit and it works great! Haven got a clue what I did, but thanks for the trouble you took to write this all on the web.
April 17th, 2010 at 4:04 am
gracias escribeme si hablas español
May 13th, 2011 at 7:07 am
I feel so much happier now I unedrasntd all this. Thanks!