Install Flash Player 10 on Ubuntu 10.04 64-bit Lucid Lynx

Posted by Mikko at 3 May 2010

Category: How-To, Linux

Tags: ,

By default, the Flash player in the repositories is a 32-bit version of Flash. This version does not work properly on 64-bit installations of Ubuntu 10.04.

Someone made a bash script to automate the process of installing Flash Player 10 to Ubuntu. All you have to do is to type or copy-paste the following in the Terminal (Applications -> Accessories -> Terminal):

wget http://conradmiguel.com/install-flash.sh
chmod +x install-flash.sh
./install-flash.sh

It will ask for your password. Just provide your password. Restart Firefox and enjoy your Flash Player 10!

======================================

Related posts:

  1. How To: Install Adobe Flash Player on 64-bit Ubuntu 10.10 Maverick Meerkat
  2. Remove Update Manager pop-up in Ubuntu 9.04 Jaunty Jackalope
  3. Birthday, WordCamp Philippines 2010, Ubuntu 10.10
  4. I’m excited for Ubuntu 9.04
  5. Received my Ubuntu 8.04 CDs

43 Comments

  1. andy says

    Thank you, it worked :)

    Reply
  2. Rommel says

    Im glad I found your site. This is what I’m planning to do tonight, install Flash Player 10 in my newly installed Ubuntu 10.04.

    For people having trouble detecting their SATA drives in Ubunut 10.04, I have made it worked just the other day. You can visit my site.

    Thanks!

    Reply
  3. Mats Larsson says

    Wery thankfull!

    Reply
  4. paul says

    Thanks works a treat :)

    Reply
  5. bobot says

    thanks a lot. works for me. muchas gracias…

    Reply
  6. Gaspar says

    Thanks Guys!!!
    Works fine.

    Reply
  7. Ryan says

    Works for me. Thankyou.

    Reply
  8. shreyoshi says

    I can not install flash player with this command. In my machine it says
    wget: unable to resolve host address `conradmiguel.com’
    can you plz help?

    Reply
  9. sanoelk says

    Galing. Salamat!

    Reply
  10. TimZim says

    THANK YOU!!! THIS WORKS!!!

    the simplest way I have found and the only way i have found to work!

    Reply
  11. Angelo says

    the simplest way. thnx great one

    Reply
  12. Fabrizzio says

    It Works!!, Freaking Awesome!

    Reply
  13. Nat says

    Wonderful, thanks a lot.

    Reply
  14. fenixjose says

    Thanks a lot,

    So long trying to install player. At last!!!

    Reply
  15. Dande says

    It works just fine!
    You are the man, my man!!!
    Thanks

    Reply
  16. Songer says

    thank you so much it works great.

    Reply
  17. Songer says

    could you make a tutorial to learn an make this, thanks.

    Reply
  18. Reyn says

    Thanks so much! It worked like a charm. ^_^

    -Reyn

    Reply
  19. sato says

    Cool :-) )

    Reply
  20. dasen says

    64 bit flash player at last, thank you so much!!

    Reply
  21. Leandro says

    Thank you very much for let available this nice script. Before this procedure I was getting a lot of errors in the terminal every time I open Firefox and only your script did the job to fix the things.
    Thank you again !

    Reply
  22. smottt says

    Thank you very much! :)

    Reply
  23. abet says

    thank you very much …

    Reply
  24. Marek says

    Thanx man! Works perfectly, even uninstalls anything that I have tried to do before with flash :)

    Reply
  25. Mandar says

    I tried the fix but get this message
    Resolving conradmiguel.com… failed: Name or service not known.
    wget: unable to resolve host address `conradmiguel.com’
    HELP!!

    Reply
  26. Dyut says

    Resolving conradmiguel.com… 64.22.96.76
    Connecting to conradmiguel.com|64.22.96.76|:80…

    but could not connect…

    Reply
  27. Swiza says

    I did was successful on doing what you suggested above, but I still can’t watch YouTube videos. I then tried to install flashplayer from the adobe site and I get the following error: “Error: Conflicts with the installed package ‘flashplugin-installer’”

    How do I reverse what I did? Can I uninstall it, please help!

    Reply
  28. clappboard says

    thank you so so so so so so so so so so much!!!! you wouldn’t believe how long i spent on this, then one script works like magic!!

    Reply
  29. AsTeR says

    You saved my day guy ! Thanks !

    Reply
  30. Russian says

    Thank you very much!! saved me a headache :)

    Reply
  31. Mike says

    Thank you so much! Adobe’s website was useless…

    Reply
  32. Sibevin says

    Thanks a lot!! Amazing script!! Simple but powerful!!

    Reply
  33. Justin says

    Awesome, I was just about to downgrade to 32 bit so that flash would be easier. Since I have 4 gigs of RAM that would’ve sucked. THANK YOU SO MUCH

    Reply
  34. ProfesorAlga says

    Thanks a lot ! It worked ! :D

    Reply
  35. John McGinnis says

    To OP, hope you don’t mind. Purge if you would rather not include.

    For those that have not been able to get the script to work:

    1)The reason it fails is that it appears that the file libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz is not on the Adobe server from time to time. Do a search it is findable on other sites. I for example found a copy at 4shared.com.

    2) Down load the file once found. It will be in your Downloads directory. Leave it there.

    3) Move the install-flash.sh script to the Downloads directory.

    4) Open Mousepad as root — sudo mousepad &
    at the command line.

    5) You need to comment out these two lines —

    cd ~
    wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz

    to look like this —

    #cd ~
    #wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz

    then save the file. Exit out of mousepad.

    6) Rerun the script. It worked for me with those two changes on the first try.

    To the Geek Brewery and How-To Geek, a well thought out script. Too bad Adobe can’t seem fit to keep their file contents straight.

    Reply
  36. brian says

    didnt work for me :( …it looks like the file is no longer there??

    Reply
  37. Paul says

    404 not found for me

    Reply
  38. sarah-crizelle says

    :) THANKS!

    Reply
  39. nelson campolet says

    thanks

    Reply
  40. Vince says

    Great dude! At last! :) AWESoME!!!

    I am glad to find FILIPINO Ubuntu geeks. I am an Ubuntu user, but I am not as geek as you are. :)

    Reply
  41. Tortugas says

    did not work some one help!

    Reply
  42. Mickael MONSIEUR says

    the flash plugin was moved.
    the new installation script is :

    #!/bin/bash

    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 ~
    #wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
    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
    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 flashplayer10_2_p3_64bit_linux_111710.tar.gz

    Reply
  43. Adobe For Mac says

    I’m not sure the place you are getting your information, however great topic. I needs to spend a while learning much more or figuring out more. Thanks for excellent info I was searching for this information for my mission.

    Reply

Leave a Reply

Leave a Reply
  • (required)
  • (required) (will not be published)