EDIT 4 (14 July 2011): Adobe released Adobe Flash Player 11 beta 1 so i’ve wrote a tutorial on how to install adobe flash player 11 on linux 64 bit
EDIT 3 (17 Sept 2010): Adobe launched Adobe® Flash® Player “Square” so i’ve put together a tutorial on how to install adobe flash player square on linux
EDIT 2: Libflashplayer is now hosted on this site since Adobe killed the URL. It’s not anything official or whatever, just a temp home 🙂
EDIT: updated the scripts to install the 64-bit Flash Player 10 alpha refresh for Linux that was released on February, 2010.
Adobe FINALLY released a native 64bit Flash Player 10 plugin. Although this is still an alpha release, the news is very exciting for Linux users, since we don’t longer depend on nspluginwrapper, which although does the job, has it’s drawbacks.
I have put together a small tutorial on how to install the native flash player 10 64bit plugin for linux.
#!/bin/bash # Script created by # Romeo-Adrian Cioaba [email protected] echo "Stopping any Firefox that might be running" sudo killall -9 firefox echo "Removing any other flash plugin previously installed:" sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper sudo rm -f /usr/lib/mozilla/plugins/*flash* sudo rm -f ~/.mozilla/plugins/*flash* sudo rm -f /usr/lib/firefox/plugins/*flash* sudo rm -f /usr/lib/firefox-addons/plugins/*flash* sudo rm -rfd /usr/lib/nspluginwrapper echo "Installing Flash Player 10" cd ~ # since adobe is not hosting libflashplayer anymore, the lib is downloaded from my site. # wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz wget http://www.myscienceisbetter.info/flash-player/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz tar zxvf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz sudo cp libflashplayer.so /usr/lib/mozilla/plugins/ echo "Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it." sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/ sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/ # now doing some cleaning up: sudo rm -rf libflashplayer.so sudo rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
You can now restart firefox 😉
Some users seem to have problems with viewing this page, so i wrapped everything needed to install the native 64bit flash player on linux into a shell script. Grab the Ubuntu script here, chmod +x and execute it.
Thanks to Claudio de Taunay for providing a script that works in OpenSuSE 11. You can pick it up here.
Thanks to Homer Xing from the Ailurus project you can now install native flash player 64bit on Fedora. You can pick up the script here.
Let me know if you encounter any bugs.
the scripts to install in different distro:
Ubuntu: install native flash 64bit on Ubuntu
Fedora: install native flash 64bit on Fedora
OpenSuse: install native flash 64bit on OpenSuse
This article is translated to Serbo-Croatian language by Anja Skrba from Webhostinggeeks.com.
198 replies on “Install native 64bit Flash Player 10 on Linux”
Really thank you for the advice!!Very helpful!Keep up the good work!
Glad this was helpful for you, katerina 🙂
thanks all right, very, very gooooooood
i followed your instructions from echo “Installing Flash Player 10” (skipped everything before that and had firefox running the same time) and it installed fine on latest version of ubuntu 64 😀
THANK YOU !!!!!! everyone should do this on their first install of ubuntu 64:)
(only problem i had was with entering my password… caps lock was on and i didnt know it:@)
Awesome! Thank you so much. The Bash script worked like a charm.
Not all distros use dpkg/sudo, including Slackware, Fedora, SuSE, etc.
Thank you, it really helped.
I’m using openSUSE in my laptop. I tried your method to install flash player, but it doesn’t work. I had to create new folders, because they were not in the /usr/lib/.
go-linux-go:/usr/lib # mkdir mozilla
go-linux-go:/usr/lib # mkdir mozilla/plugins
go-linux-go:/usr/lib # mkdir firefox-addons
go-linux-go:/usr/lib # mkdir firefox-addons/plugins
go-linux-go:/usr/lib # mkdir xulrunner-addons
go-linux-go:/usr/lib # mkdir xulrunner-addons/plugins
However I made two softlink as you mentioned.
go-linux-go:/usr/lib # ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
go-linux-go:/usr/lib # ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/
and I got the result ,
[email protected]:/usr/lib/firefox-addons/plugins> ls -l
total 0
lrwxrwxrwx 1 root root 42 2009-09-11 18:59 libflashplayer.so -> /usr/lib/mozilla/plugins/libflashplayer.so
[email protected]:/usr/lib/xulrunner-addons/plugins> ls -l
total 0
lrwxrwxrwx 1 root root 42 2009-09-11 19:01 libflashplayer.so -> /usr/lib/mozilla/plugins/libflashplayer.so
but flash player does not work in youtube.com
can you help me, please?
Props for fine simple script for install 64 bit flash on linux. No more ndiswrapper for me.
Thanks for pointing me in the right direction!
Thanks for the excellent post, the flash player is now version libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
Awesome, script worked like a charm, I’ve been fooling around with this issue for quite a while 🙂
omg! you’re awesome, thank you so much for making this work! the shell script worked perfectly to get my flash working in fullscreen on a Kubuntu 9.04 64bit install. You’re a pro and I really appreciate the script. Cheers,
-dv-
Hello Romeo!
I have F11 64-bit and I want to install the Flash plugin. The wget command doesn’t work for me:
[[email protected] ~]$ wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
–2009-10-15 23:37:44– http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
Rezolvare download.macromedia.com… 88.221.35.191
Connecting to download.macromedia.com|88.221.35.191|:80… conectat.
Cerere HTTP trimisă, se aşteaptă răspuns… 404 Not Found
EROARE 2009-10-15 23:37:45 404: Not Found.
Do you have any ideas?
Problem solved.
Adobe released another version of libflashplayer and changed the name. You can find it here:
http://labs.adobe.com/downloads/flashplayer10.html
Hi Valeriu,
Try the latest URL from Adobe: http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
Regards,
R
Just ran the script and succeeded in seconds. Many thanks for this.
Does the same method work for Epiphany as well?
That worked awsome.
Great! The skript worked perfect on my Ubuntu 9.04. Thank you!
DJ
y0 u’re G3N1U5
worked PERFECT
epic epic epic
congrats dude you rule the world now 😉
Romeo, thanks a lot!
I have taken your script and modified it so that it automagically installs the latest version. I hope you don’t mind! It’s available on my blog: http://constantcuriousity.blogspot.com/2009/10/automatic-adobe-flash-on-amd64.html
Had a flash problem quite a while and didn‘t find a solution but with your script everything works fine! Thanks a lot! 🙂
Oh, and btw it works in Ubuntu 9.10.
thanks a lot!! it worked just at the first try 😉
I tried your script in 9.10 and it appears to create an error crashing at any site with flash. Help on troubleshooting this and getting it to work would be awesome.
I installed a clean ubuntu karmic koala 9.10 and the script worked flawless for me. Did you installed any other plugins for FF that might break FF in conjunction with flash?
The url seems to have changed, I got 404, the new url, which worked for me was
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
thankyou for this.
Thank you very much, this script was very helpful. And by the way, working fine for my karmic koala 9.10 just right now, smoothly.
Finally got it working on Jaunty! Thanks, buddy!
🙂 thank you, worked fine !
Thanks alot, this script helped, couldn’t get flash working on my desktop, but it was working great on my laptop. this script fixed my Karmic Koala 9.10 on my desktop. Laptop is 32bit….lol. I just figured out why it worked fine.
Just wanted to say “thanks” for your time and effort. The Ubuntu script worked perfect on my 9.10 64 bit version.
Best regards,
Thanks again!
Thank you,
I am using Karmic Koala with 2.6.31-15 kernel. Everything is okay. Good news is that I can now run heavy weight flash applications…
Glad this script is still helping people 🙂
OpenSource FTW!!
Thanks for your instructions and to helix for the latest version.
Great script, but there’s a new version; this site:
http://labs.adobe.com/downloads/flashplayer10_64bit.html
has the link for it, which is to:
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
excelente.. funciona 100% en ubuntu 9.10
saludos
On december 8. they have released new version 10.0.42.34. Can you fix this to your script?
Thanks
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz
This worked for me but had some very weird side effects. I lost all of my emails and the settings for evolution, all the videos in my videos folder, and a seemingly random bunch of documents from the documents folder. Any ideas why?
Ian,
the script should not do that, as you can see for yourself if you check it out. You lost all those files from another source.
Regards,
R
Updated the script!
Thanks for the tip
Great! Fix my flash problem – I was about to install the 32bit version of Ubuntu! this is great! Thanks.
Thank you! The only way I have found to get Adobe Flashplayer working on Ubuntu Linux 9.19 x64! Thanks again!
thanks man! your script worked just fine! have a nice day.
if you have Fedora 12 just delete from the script:
echo “Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.”
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/
and just copy:
cp libflashplayer.so /usr/lib64/mozilla/plugins/
Thanks!
Your shell script worked nicely for Ubuntu 9.10 x64 on a Dell 1420 laptop.
It’s a great blessing that you’ve made the effort to not only find a fix, but you’ve gone to the trouble to codify and publish it.
Thanks again,
Ken
To everyone that installed OSS4 as sound driver instead ALSA on Ubuntu 9.10 (Karmic Koala):
* The script published on this page makes the sound of flash player work great !!
Thank you very much!
GENIUS! Thanks so much! Worked perfectly.
Dude thank you very much. Now my 64 bit flash plugin under Firefox isn’t choppy anymore. Thank you very much… Keep it up!
Thank you, Worked perfectly.
I am using Karmic Koala with 2.6.31-16-generic kernel. Everything is okay. Your script worked just fine!
Thanks so much!
Lo use en Karmic Koala con kernel 2.6.31-16-generic. Todo salió bien. Tu script funcionó perfecto!
Muchas gracias.
Just wanted to leave a comment, good work like this cannot go unnoticed, I have been trying to figure out how to get flash to work on 64 bit linux for some time now, kudos man.
very much appreciated compadre, keep up the good work.
Best tutorial, all the others out there sux, they don’t remove the files completely, Tnx to the author, and now i can go through my java netbeans tutorial 🙂
muchos gracia senior! De un otro usario feliz!
Thank you, works as a charm for me too on Hardy.
You are great, thanks and have a wonderful 2010
It looks like there’s a newer version available from Adobe: 10.1p2. Will you be updating your script to include it? I tried changing a few lines in your script but it did not work for me.
Thanks, by the way, for your script!
Sorry, please disregard my prior comment re: 10.1p2 – it does not appear to be a 64 bit version.
Excellent work! I’ve found various scripts online that were supposed to install flash, but yours is the only one that worked worth a tinkers’ damn – Thank you!
AWSOME
Still no Flash Player running for me on Ubuntu 9.10 w/ FireFox3.5 browser. The script seemed to execute fine but still no Flashplayer 10. Any help would be appreciated. Thanks.
your science is indeed better 😛
you’re a good man, Charlie Brown. thank you.
i ran your script and it seemed like it all went through properly – checking about:plugins shows flash 10.0 r42 is installed and no errors came up while the script was running. however, firefox crashes every time something tries to use flash. i have to use flashblock to even browse without having a random ad crash firefox.
any ideas?
Thanks a tonne for this , all other tutorials did not do a clean install and firefox always showed the previous version on ubuntu 8.04 , 64 bit. A few others tutorials had you linking to the npwrapper.libflashplayer.so and even that didnt work as expected or was flash version 9.0.260 masquerading as version 10.0
Importantly this tutorial worked perfectly. This is the most uptodate ( as of Jan 2010) libflashplayer.so flashplayer 10 installation that works perfectly. I can now enjoy my Hulu desktop on my linux box, thanks to you
SuSE 11.1 + FF 3.6 worked like a charm with the script. Thank you.
Perfect! quick and easy to use. Thank you!
Thank you thank you thank you thank you
you are great
thank you very much
Yes ! you have saved me a ton of time
Great script, tnx a lot, but the version native of flash 64Bits not work in some channel in justin.tv and metacafe 🙁
Thanks so much, it works great!
BBC flashplayer crashes before playing them but Youtube works fine. I am using Ubuntu 9.10 and Firefox 3.5.7. Obviously 64-bit Ubuntu as well! Any ideas? Oh by the way great script!
freaking awesome… one stop fix for all my flash player woes… you are brilliant!!! thank you!
The 64 bit linux beta version was released 2010-02-11:
http://labs.adobe.com/downloads/flashplayer10_64bit.html
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
Any plans on updating this script to the latest alpha?
NWM. I just exchanged *libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz with libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz. (In my case I had to change sudo killall -9 firefox with sudo killall -9 firefox-bin)
Thank you so much! Your a big help to newbies like me.
Keep on posting! I’ll check your site once in a while.
Thanks again! 😀
I’m new to linux and Adobe didnt bother putting instructions or even a download for 64 bit linux on their site! I got it from Package manager and i was dead lost on waht to do. Thanks so much! Just download it and ./file, cant get easier than that.
Big hand for you! It works flawlessly.
Thanks for the instructions, however not only this version, but the newest February 2010 version from http://labs.adobe.com/downloads/flashplayer10_64bit.html has NO SOUND.
Is there any way to change sound libraries with Flash? I’m thinking to force it to use Alsa instead of OSS or whatever it’s currently using. I have no clue what it’s currently using. Obviously it’s not using the system Alsa or I’d hear something… right? Thanks, Vic
Great job Romeo! Had huge trouble finding a solution that actually worked.
tnx. works perfect for ubuntu 9.10 64bit
Meh, this works but for me firefox crashes every time you leave a page with flash on it. 😐
I hate adobe.
Thank you, I was looking for a quick how-to and this did the job perfectly.
i’ve updated the scripts today to grab the latest version of the flash player for 64bit
This is a life saver. Not being able to watch BBC iplayer was driving me mad.
Cheers Romeo 🙂
yeaaaaaaaaaah : D
i love youtube again
a loooot of thanks!!
Confirming your update works. Just installed on Ubuntu Hardy-64 and all seems fine. Add another “thanks” to your list.
Thank you so much, your script was a big help.
You are a credit to the Linux community 🙂
HI,
This how-to work for me very much.
Thanks.
Ubuntu 10.04 64 bits.
Funciono perfect, gracias
Awesome. Thanks a lot.
Thanks for the script kind sir.
No i have adobe flash on ps3 firefox. 🙂
Thank you!
Thanks!
Thanks!
Thanks!
This works very well on Ubuntu 10.04 RC 64 -it. Thank you very much!
Absolutely the best! Worked like a charm!
Thanks a lot, this one worked!
THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANKS SOOOOO MUCH U’VE JUST SAVED MA LIFE!!!!
really great 🙂
thanks alot man !
Great work, man! Thanks! 😀
With some minor adjustments, it works for Debian too.
Basically, all you need is to substitute ‘firefox’ with ‘iceweasel’.
This worked on lucid lynx 64-bit. My pr0n works! 🙂
wow. thank you for this. it took me a while to find this..everything else i found just did not work. Great job.
In Fedora 12 I am not able to play the youtube.. after executing it is saying plugin in missin
Worked like a charm, thanx !
Got to say tho;
First thing i got to see after running your script was Oprah shaving dr Phill’s mustache. So now I’m wondering if it wasn’t a mistake after all…
I am a new to linux user. I grabber the script but don’t know what to do next. Please help.
Between grabbing it and chmod +x and execute , and ./file, is where I need help. I have no idea what they mean. What specifically do I do with the script that I downloaded?
Never mind, I figured it out on my own. Working perfectly, thanks.
Thanks! After a heap of trouble, your file provided an easy way to get the BBC iPlayer running in Firefox on Ubuntu 10.04. Cheers!
i had to adjust the paths for the symbolic links on fedora 12 64bit.
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib64/mozilla/plugins/
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib64/xulrunner-1.9.1/components
the paths provided didnt exist on my system and was preventing from firefox (and i guess xulrunner stuff) from actually seeing/using the installed plugin
Thank you so much. Early I had to switch windows in virtual box to get flash 10. This is a nice script.
Thanks again…
And you wonder why Windows is THE operating system..:))
This is no longer working. I am new to to linux and love it so far except the flash player is out of date. I am using Fedora 13 64. I used your code but the url does not work.
Thanks a lot. I just tried the script on Ubuntu 10.04 64-bit and it worked perfectly
Thanks!! Great tutorial, and simple instructions!! It works on Ubuntu 10.4 Lucid Lynx 64 bit.
I run the script ok on my 64 bit Ubuntu 8.10 and Firefox 3.5.3, but no flash player is installed in Firefox, Although libflashplayer.so is in /usr/lib/mozilla/plugins/ directory. Please help.
———————————————————————–
[email protected]:~/Inastall_SW_HW$ ./native-64bit-flash-installer.sh
Stopping any Firefox that might be running
[sudo] password for umart01:
firefox: no process killed
Removing any other flash plugin previously installed:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package gnash is not installed, so not removed
Package gnash-common is not installed, so not removed
Package mozilla-plugin-gnash is not installed, so not removed
Package swfdec-mozilla is not installed, so not removed
Package libflashsupport is not installed, so not removed
The following packages were automatically installed and are no longer required:
texlive-common libsgmls-perl libgpg-error-dev docbook-utils docbook-dsssl
libsp1c2 lmodern libostyle1c2 texlive-pstricks docbook-xsl texlive-base-bin
texlive-latex-base texlive-fonts-recommended libdbd-sqlite3-perl sp jadetex
texlive-generic-recommended texlive-latex-recommended openjade
texlive-latex-recommended-doc dvipdfmx latex-beamer gettext prosper tipa
asciidoc texlive-latex-base-doc sgmlspl latex-xcolor cvs libidn11-dev
libtasn1-3-dev texlive-fonts-recommended-doc pgf libcurl4-gnutls-dev
docbook-xsl-doc-html tcl8.5 libgcrypt11-dev texlive-base texlive-doc-base
texlive-base-bin-doc libgnutls-dev libsvn-perl xmlto texlive-pstricks-doc
tex-common libldap2-dev
Use ‘apt-get autoremove’ to remove them.
The following packages will be REMOVED:
flashplugin-nonfree* nspluginwrapper*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 651kB disk space will be freed.
(Reading database … 209252 files and directories currently installed.)
Removing flashplugin-nonfree …
Purging configuration files for flashplugin-nonfree …
dpkg – warning: while removing flashplugin-nonfree, directory `/usr/lib/iceweasel/plugins’ not empty so not removed.
Removing nspluginwrapper …
dpkg – warning: while removing nspluginwrapper, directory `/usr/lib/firefox/plugins’ not empty so not removed.
Processing triggers for man-db …
Installing Flash Player 10
–2010-06-18 21:20:11– http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
Resolving download.macromedia.com… 125.252.203.191
Connecting to download.macromedia.com|125.252.203.191|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 3731155 (3.6M) [application/x-gzip]
Saving to: `libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz’
100%[======================================>] 3,731,155 159K/s in 23s
2010-06-18 21:20:34 (159 KB/s) – `libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz’ saved [3731155/3731155]
libflashplayer.so
Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.
[email protected]:~/Inastall_SW_HW$ cat /etc/issue
Ubuntu 8.10 \n \l
[email protected]:~/Inastall_SW_HW$
Games on Newgrounds work fine, but with no sound. Youtube video’s and Myspace music are being played at double speed with no sound though..
Thank you very much! The script worked out-of-the-box on my Debian machine.
It worked like a charm for me 🙂
Thank you so much!
Best regards 🙂
Thank you for showing me the location of the 64 bit .so. I could make Chrome (build 5.0.375.99) use the plug-in using the following steps
#gzip -dc libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz | tar -xvf –
#mkdir /opt/google/chrome/plugins
#mv libflashplayer.so /opt/google/chrome/plugins
thanx for the help. I had been trying for three days on other threads but this one worked fine for me.
Easy steps:
(1) Remove currently installed versions of Flash.
sudo apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
(2)Download the 64-bit Flash plugin and extract that file:
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz && tar xvfz libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
(3)Put the file into /usr/lib/flashplugin-installer/libflashplayer64.so or /usr/lib/firefox-addons/plugins/libflashplayer64.so or (or in ~/.mozilla/plugins for a single-user install):
sudo mv libflashplayer.so /usr/lib/firefox-addons/plugins/libflashplayer64.so
(or)
sudo mv libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer64.so
(4)mk into it.
sudo mkdir /usr/lib/flashplugin-installer
(5)Install the link (60 is the priority, you can use any value 0-100)
sudo update-alternatives –install /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
Restart the firefox .. now check youtube.
All the best
#################Try the above steps in terminal window##############
WOW DUDE !!! You’re DA MAN !!!!
Seriously, i’ll keep a high priority bookmark on your site !!!
Thanks !
Merci !
Danke!
Klik Pudik ! (Learn to speak martian on martiantalk.com)
Thank you soooooooo much for this. I spent 6 months ignoring youtube issues on 9.10. When I upgraded to 10.0.4 and found even more issues I thought I would kill somebody. Then I run this one little script and youtube works like it should.
Very good work, especially in the cleaning-up before installing !
How UN-original of me : another “Thank you” message !
Now I can watch Regina Spektor’s videos again 🙂
Sir… You are the man! This has been driving me nuts… But your script worked perfectly…
Running the commands in your script was effortless.
Flashplayer now works flawlessly for me.
I love you.
😉
fantastic script. works fine. thanx
Excellent, it works grea for me!!
This was absolutely necessary to have the capability to view You-tube videos so that my daughter will be more akin to boot Ubuntu instead of Vista on her Laptop.
Version 10.04 (lucid) amd64 / Linux Kernel 2.6.32-24-generic
Firefox 3.6.8
Great job, thanks again.
Great work !!
Thank you! +)
Great Job! I have been trying to figure this out. You saved me sooooo…. much time. Thank you!
actually, windows doesn’t has native 64bit flashplayer, as far as i know 😛
installing the 32bit flashplayer in a wrapper is pretty easy by default in linux nowadays.
great job man…work smooth on my computer…10x.
Excellent work, perfect on first run.
The ubuntu script worked like a charm. Thx
System: Kubuntu 64 bits KDE 4.5.0
Glad to find a link to the Linux 64-bit Flash plugin.
Now if only they had the 10.1 version up at a similar URL… 😛
Muchos gracias!
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
– link no longer works…
how can you call this a tutorial?
it seems that adobe dropped the link to libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz so i’m going to host it instead for now.
you can get it at: http://www.myscienceisbetter.info/flash-player/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
This didn’t work on CentOS 5.4 and firefox 3. Doesn’t show up as a flash plugin in about:plugins, will have to go back to the wrapper.
Doesn’t work on Fedora 13 with su – …
Stopping any Firefox that might be running
firefox: no process killed
Removing any other flash plugin previously installed:
Loaded plugins: presto, refresh-packagekit
Setting up Remove Process
No Match for argument: flash-plugin
No Match for argument: gnash
Package(s) gnash available, but not installed.
No Match for argument: gnash-plugin
Package(s) gnash-plugin available, but not installed.
No Match for argument: swfdec
No Match for argument: swfdec-mozilla
Resolving Dependencies
–> Running transaction check
—> Package nspluginwrapper.x86_64 0:1.3.0-13.fc13 set to be erased
–> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
nspluginwrapper x86_64 1.3.0-13.fc13 @updates 450 k
Transaction Summary
================================================================================
Remove 1 Package(s)
Installed size: 450 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : nspluginwrapper-1.3.0-13.fc13.x86_64 1/1
Removed:
nspluginwrapper.x86_64 0:1.3.0-13.fc13
Complete!
Installing Flash Player 10
fedora-native-64bit-flash-installer.sh: line 19: wget: command not found
tar: libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
cp: cannot stat `libflashplayer.so’: No such file or directory
Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.
ln: target `/usr/lib/firefox-addons/plugins/’ is not a directory: No such file or directory
ln: target `/usr/lib/xulrunner-addons/plugins/’ is not a directory: No such file or directory
Thanks… it’s works
New version of “libflashplayer.so” from Adobe (released 15 Sept 2010)
http://labs.adobe.com/downloads/flashplayer10.html
adobe flash player “square” is in alpha state.
Thanks — I’ve been trying to load the Flash Player Square and nothing was working (and am new to Ubuntu and Linux). This worked like a charm
Thanks a lot…
The link used to download tar.gz package is not working already, need another way.
I am using Gentoo Linux.
Thanks for such a great script. My neopets games work now 😛
nice nice tutorial help me alot thanks
I needed to install the .so file into /usr/lib64/mozilla…. not /usr/lib/mozilla….
The Fedora Script installs into lib, not lib64
This is on a clean F13 machine.
thanks a lot man.
THANKS!
Finally… thanks
Awesome!!
Worked !!
Thanks a lot my friend, for your help!
Styl (Brazil)
YOU ARE FANTASTIC!!! Daniel (Germany) thanks a lot!
I seem to remember there was a way to put it in the .mozilla directory and not need root to do this. I could just be misremembering this. Thanks for the how to though, I always forget the directory.
Thanks, it worked great! 😀
gracias me hizo un parote tu ayuda ahora a disfrutar peliculas de youtube
found the 64bit version on Adobe’s site… I haven’t tried it since yours worked just fine for me, but thought I’d pass along the URL. 🙂 Thx man!
http://labs.adobe.com/downloads/flashplayer10_square.html
Well absolutely NOT WORKING for me. I followed the above steps, and the flash player worked fine first time. But it is totally unreliable in that, 1 out of every 3 times I boot into my machine, the flash player does not work. For example, in youtube.com, when I right click on the video box, it says, ‘Movie not loaded’. Unreliability is worse than failure of the player. Ain’t it?
I don’t have any other package related to flash other than the flashplayer square. I took notes of all other softwares running parallel to firefox to find out which one is clashing with the flashplayer. Still, I found the behavior to be random. Please discuss if yours stopped working after a while.
Super thank you so much, I am first time user of unbutu and now it works but how do I do with google chome? please help
thx a lot for script…It’s working perfectly. 🙂
thank you!!!!
thanks a lot..
Thanks a lot! I hope the firefox won’t crash again.
By the way, there is an update of the plugin. ^.^
very nice, thanks
This was exactly what I needed. Thanks for sharing! 🙂
I’m using CentOS. I tried it with the fedora installer but it didn’t work.
It says:
libflashplayer.so
Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.
ln: target `/usr/lib/firefox-addons/plugins/’ is not a directory: No such file or directory
ln: target `/usr/lib/xulrunner-addons/plugins/’ is not a directory: No such file or directory
THAAAAAAAAAAAAAAAAAAAAAAAAAAANK YOU!!!!!!!!!!!!!!! (now, why don’t you work for Ado…um NEVER MIND!!! :-d
[…] all though this threat is old I guess I will add a useful script here. This nice guy at http://www.myscienceisbetter.info/in…-on-linux.html wrote this good script/howto to install 64bit flash all though there are repos for it as […]
i wish i did 🙂 i bet the money there are good 🙂
Hi,
Thanks for putting the instructions together.
There is this thing I don’t understand. All the Flash Player comes as a .so file. I am not able to launch AIR apps. I think like, I need the executable version of the player rather than the .so. Any ideas?
Thanks.
Hi,
to launch AIR apps, you need to install Adobe AIR (http://get.adobe.com/air/). There are some detailed instruction on how to get this done on 64bit machines: http://kb2.adobe.com/cps/521/cpsid_52132.html
hope it helps!
regards,
R
good job
great job
YAY! YOU ROCK! THANK YOU SO MUCH!!!
(This is my first time using Linux and installing this flash player was particularly a headache.)
Doesn’t work.
Thank u very much
You are pro 😀
Thank you so much!
I am rather new to Linux (or at least doing anything beyond regular windows things), so I just pasted the commands into openoffice and put them into the konsole and hoped for the best. It has worked marvellously, although I am unsure what happened to flash in the first place lol 🙂
I don’t usually start and end a message with the same thing, but thank you! 🙂
worked for a bit in Trisquel 4.5 but crashed… and keeps crashing….
oh and you might want to update the flash file to the latest release… which is 10.3.181.14 😀
The script worked like a charm! Thank you very much 🙂
Thank you very much for the script. I think you can add the following url to wget which is the newest version of flash player from Adobe.Otherwise browser will block (Chrome) execution.
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
Hey,
Thanks for the awesome tutorial.
I am on ubuntu x64 using firefox 4 and chrome 12. I tried using the steps you mentioned. But it still shows me as using version 10,3,162,29.
Any ideas what I may be missing?
Many Thanks
many thanks!
New as of (16/08/2011) working fedora (works on CentOS 6 as well) script:
#!/bin/bash
# Script created by
# Romeo-Adrian Cioaba [email protected]
echo “Stopping any Firefox that might be running”
killall -9 firefox
echo “Removing any other flash plugin previously installed:”
yum remove -y flash-plugin gnash gnash-plugin swfdec swfdec-mozilla nspluginwrapper
rm -f /usr/lib/mozilla/plugins/*flash*
rm -f ~/.mozilla/plugins/*flash*
rm -f /usr/lib/firefox/plugins/*flash*
rm -f /usr/lib/firefox-addons/plugins/*flash*
rm -rfd /usr/lib/nspluginwrapper
echo “Installing Flash Player 10”
cd /tmp
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
cp libflashplayer.so /usr/lib/mozilla/plugins/
echo “Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.”
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/
# now doing some cleaning up:
rm -rf libflashplayer.so
rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
Gets flash working for Firefox and Chrome.
Thanks
/usr/lib/mozilla/plugins doesn’t exist (Fedora 15)
Where I am supposed to put the lionk ?????
I am actually pleased to glance at this weblog posts which includes plenty of valuable information, thanks for providing these kinds of data.
Still works 🙂
Very thank you for you awesome work.It`s brillant.Greetings from germany.Martin
Merci
I notice that my lptoap gets hot when going to sitethat contain flash. In linux you can run top or OSXrun activity monitor and you will see that flash pagescause the cpu usage to spike. sometimes when you navigateaway from the page the cpu continues to be used. My batterylife doubles if I quit firefox and restart it with no flashpages. I would have to say that if Adobe wants flash workingon every browser that they should try to minimize some of thiscpu waste. It is not very green to cause millions of computersto waste so much cpu and energy. Most modern computers usesignificantly less power when the cpu is idle.
[…] for the tutorial on installing native 64bit Flash Player 10 on Linux. You can find the article here, but most importantly the script […]