Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Can't remove flashplugin-nonfree

  1. #11
    Join Date
    Jan 2009
    Beans
    32
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't remove flashplugin-nonfree

    Quote Originally Posted by Temüjin View Post
    I'm guessing there are residual config files left for the flashplugin-nonfree package:
    Code:
    sudo dpkg -P flashplugin-nonfree
    Well, this seems to work (not detected using the terminal anymore), except for the fact that both Epiphany and Chrome STILL see the old version. Any way I can fix that, or would I have to *gulp* purge both browsers and reinstall them (which I'd like to avoid as much as possible)?

  2. #12
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Can't remove flashplugin-nonfree

    Search for files with 'libflash*' on your system. You probably have an old version hanging around that isn't associated with a package.

  3. #13
    Join Date
    Jan 2009
    Beans
    32
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't remove flashplugin-nonfree

    Quote Originally Posted by Temüjin View Post
    Search for files with 'libflash*' on your system. You probably have an old version hanging around that isn't associated with a package.
    Found two:

    /usr/lib/openoffice/basis-link/program/libflashli.so
    /usr/lib/adobe-flashplugin/libflashplayer.so

    ...

    Wait, I just found out what's going on. Opera is using flashplugin-alternative.so (which I never thought to check). As for Firefox... *checks* I, uh, have no idea (though I'm assuming the same). ^^;

    So, is it safe for me to just remove libflashplayer.so, or would it break Flash updates?

  4. #14
    Join Date
    Jan 2009
    Beans
    32
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't remove flashplugin-nonfree

    Bump, as I have NO idea what to do anymore.

  5. #15
    Join Date
    Mar 2008
    Location
    Sparta NC
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't remove flashplugin-nonfree

    Have you removed the files you found? Have you restarted the browser?

    Code:
    sudo rm /usr/lib/openoffice/basis-link/program/libflashli.so
    sudo rm /usr/lib/adobe-flashplugin/libflashplayer.so
    Last edited by fancypiper; December 18th, 2009 at 09:59 AM.
    "Not a window in the house but somehow there's more light..."

    Linux Power Tools

  6. #16
    Join Date
    Mar 2008
    Location
    Sparta NC
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't remove flashplugin-nonfree

    What's going on? Triple post!
    Last edited by fancypiper; December 18th, 2009 at 09:57 AM.
    "Not a window in the house but somehow there's more light..."

    Linux Power Tools

  7. #17
    Join Date
    Mar 2008
    Location
    Sparta NC
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't remove flashplugin-nonfree

    Double post
    "Not a window in the house but somehow there's more light..."

    Linux Power Tools

  8. #18
    Join Date
    Sep 2009
    Beans
    19

    Re: Can't remove flashplugin-nonfree

    You are probably gonna have to open the Synaptic, type in flash player in the 'quick search' and remove everything that has the words "flash player" in it.

    That is what I had to do when my flash player stopped working. My next step was to reinstall 'adobe-flashplugin' and that straightened everything out for me but that may not be your next step (depending on what you are doing).

  9. #19
    Join Date
    Jan 2009
    Beans
    32
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't remove flashplugin-nonfree

    Quote Originally Posted by fancypiper View Post
    Have you removed the files you found? Have you restarted the browser?

    Code:
    sudo rm /usr/lib/openoffice/basis-link/program/libflashli.so
    sudo rm /usr/lib/adobe-flashplugin/libflashplayer.so
    I actually marked adobe-flashplugin for complete removal first (easier to do, easier to reinstall later). Browsers still saw the old Flash. Then I fired up the terminal. Here's what I tried:

    Code:
    siggy@siggy-laptop:~$ locate libflash
    /home/siggy/.mozilla/plugins/libflashplayer.so
    /home/siggy/.opera/cache/temporary_download/libflashsupport_1.0~2219-2_i386.deb
    /usr/lib/openoffice/basis3.1/program/libflashli.so
    "What? An extra plugin location I missed? Lets remove that and see what happens."

    Code:
    siggy@siggy-laptop:~$ sudo rm /home/siggy/.mozilla/plugins/libflashplayer.so
    *fires up Epiphany, goes to this page*

    Flash was uninstalled! So I reinstalled adobe-flashplugin, restarted Epiphany, and went to the site again.

    Code:
    You have version
    10,0,42,34 installed


    Many thanks to everyone in this thread!

  10. #20
    Join Date
    Aug 2010
    Beans
    1

    Re: Can't remove flashplugin-nonfree

    Here is the fix for this issue.

    dpkg -r --force-remove-reinstreq flashplugin-nonfree

Page 2 of 3 FirstFirst 123 LastLast

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
  •