How to install Flash 10.1 on Ubuntu 10.04.1 (64 bit)

Discussion in 'Desktop Operation' started by Hans, Sep 21, 2010.

  1. Hans

    Hans Moderator ISPConfig Developer

    Download the 10.1 tar.gz package from Adobe:
    wget http://download.macromedia.com/pub/...ashplayer_square_p2_64bit_linux_092710.tar.gz
    Then extract the package.

    INSTALL:
    sudo mv libflashplayer.so /usr/lib/mozilla/plugins/
    sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
    sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
    sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/

    REMOVE:
    sudo rm /usr/lib/mozilla/plugins/libflashplayer.so
    sudo rm /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so
    sudo rm /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so
    sudo rm /usr/lib/firefox-addons/plugins/npwrapper.libflashplayer.so
     
    Last edited: Sep 28, 2010
  2. lanceloare

    lanceloare New Member

    Those links didn't work either. Each time I get a Flash player version 9.0 r999. When I try to play a video in youtube, I get a black screen and a message that tells me to update my flash player
     
  3. Hans

    Hans Moderator ISPConfig Developer

    On 27th September (Yesterday there was a new version released.
    I changed the link in my previous post within this thread.
    It works for me, so i hope it will also work for you.
     

Share This Page