Results 1 to 2 of 2

Thread: HOWTO: Install Adobe Flash 10.1 beta

  1. #1
    Join Date
    Dec 2004
    Location
    St. Louis, MO. U.S.A.
    Beans
    45
    Distro
    Ubuntu 9.10 Karmic Koala

    Lightbulb HOWTO: Install Adobe Flash 10.1 beta

    The Adobe Flash player 10.1 beta was released.

    First download the tarball from here.

    Next close Firefox and uninstall your current flash player by removing "flashplugin-installer" ("sudo apt-get remove flashplugin-installer")

    Then extract the tarball to an empty location. Either right click and choose "Extract Here" or use "tar xzf flashplayer10_1*" in your terminal.
    For 32bit systems you should be able to run "flashplayer-installer" by doing "./flashplayer-installer" in your terminal.
    For 64bit systems it is a little more tricky. You have to use a terminal, cd to the folder where the new flash player is extracted, and run these commands:
    Code:
    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/
    To remove it on 64bit systems run these commands:
    Code:
    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
    If you don't know what 64bit systems are then don't use the commands above...

    Here is a link to the release notes.

    Finally open Firefox, click Tools, choose Add-ons, click the plugins tab, and look for Shockwave Flash 10.1.
    Once you see that you may enjoy your YouTube videos!
    Main Desktop: || ASUS P5Q || C2D E8400 @ 3.8Ghz || G.Skill 2x2GB DDR2 1000 || MSI GeForce 260 (192core) || 2x640GB WD RAID0 || LG 22x DVD || Sunbeam 650Watt || Cooler Master 690 || Windoze 7 64bit \ Ubuntu 9.10 64bit

  2. #2
    Join Date
    Sep 2009
    Beans
    4

    Re: HOWTO: Install Adobe Flash 10.1 beta

    This worked with an Nvidia 9600GT with Flash 10.1 beta 2 with some additional work. (note: amd64 arch) It required Nvidia 195 drivers.

    1) deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main
    2) sudo apt-get update && sudo apt-get install nvidia-195-modaliases nvidia-glx-195

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •