Find the answer to your Linux question:
Results 1 to 4 of 4
When I try: sudo apt-get purge flashplugin-installer I get: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    2

    Unable to uninstall flashplugin-installer

    When I try:

    sudo apt-get purge flashplugin-installer

    I get:


    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    nspluginwrapper
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    flashplugin-installer*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 188kB disk space will be freed.
    Do you want to continue [Y/n]? y
    (Reading database ... 158395 files and directories currently installed.)
    Removing flashplugin-installer ...
    update-alternatives: error: unable to make /usr/lib/firefox/plugins/flashplugin-alternative.so.dpkg-tmp a symlink to /etc/alternatives/firefox-flashplugin: No such file or directory
    dpkg: error processing flashplugin-installer (--purge):
    subprocess installed pre-removal script returned error exit status 2
    postinst called with argument `abort-remove'
    dpkg: error while cleaning up:
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    flashplugin-installer
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Is there any way to force the removal of flashplugin-installer?

  2. #2
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,230
    Hi!

    You might want to give the following commands a try.

    Code:
    sudo apt-get remove --purge xxxxxxx
    
    sudo apt-get clean
    change xxxxxxx the the package you are trying to remove.
    nujinini
    Linux User #489667

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    2
    Thanks nujinini, I tried your suggestion, but unfortunately with the same result.
    Surely I messed up something in my installation, but I am unable to clean up the situation....

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is apt-get working fine for other packages?
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install htop
    Does any command listed above throw error?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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