* The easiest way to install Flash 10 on Ubuntu 64 bits
Posted on October 15th, 2008 by Alejandro. Filed under 64-Bit, Firefox, Flash, Linux, Ubuntu.
IMPORTANT UPDATE #2: Adobe has released a NATIVE 64bit Flash Player, Please see this post
UPDATE #1: Users of Ubuntu 8.10 Intrepid, click here.
Users of Ubuntu 8.04 keep reading.
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








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!!!
:DDDD
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 >.<