Results 1 to 5 of 5

Thread: Trouble with Flash!

  1. #1
    Join Date
    Jan 2008
    Location
    Norway
    Beans
    1,527
    Distro
    Ubuntu Development Release

    Trouble with Flash!

    Flash does not work even though it is installed. I am running on 64 bit Karmic if anyone wonders.

  2. #2
    Join Date
    May 2005
    Location
    Sydney
    Beans
    365
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Trouble with Flash!

    I'm no expert, but are you running the 64bit version of the flash player? The 32bit one doesn't work apparently.

    Have a look at this thread, which includes instructions on installing the 64bit version.
    Last edited by Zeedok; January 2nd, 2010 at 02:19 AM.

  3. #3
    Join Date
    Jan 2008
    Location
    Norway
    Beans
    1,527
    Distro
    Ubuntu Development Release

    Re: Trouble with Flash!

    Quote Originally Posted by Zeedok View Post
    I'm no expert, but are you running the 64bit version of the flash player? The 32bit one doesn't work apparently.
    I installed flash from the repo, so i guess it is 64 bit flash.

  4. #4
    Join Date
    Jan 2008
    Location
    Norway
    Beans
    1,527
    Distro
    Ubuntu Development Release

    Re: Trouble with Flash!


  5. #5
    Join Date
    Apr 2007
    Location
    Hamden, CT
    Beans
    649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Trouble with Flash!

    First remove all flash packages that you installed through the repos. Easiest way is to open up Ubuntu Software Center, and type in flash in the query and uninstall those packages that are on your system.

    Or you can do it more in depth, and manually by typing these commands into a terminal.

    Code:
    sudo apt-get remove --purge flashplugin-installer
    Code:
    rm -f ~/.mozilla/plugins/libflashplayer.so
    Code:
    rm -f /usr/lib/flashplugin-installer/libflashplayer.so
    Code:
    rm -f /usr/lib/adobe-flashplugin/libflashplayer.so
    Then head over to this website and follow the instructions. There is a user on here that made a script for this, but I can't seem to pin it down. Essentially this website shows you how to do the same thing just manually.

    http://humphreybc.wordpress.com/2009...ash-in-ubuntu/

    In a nutshell, you are going to download the plugin. Extract it to your computer and copy it over to the folders where we just removed them up top

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
  •