[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: remove package by hand ?



On Mon Sep 28, 2009 at 16:16:58 +0200, Frank Bonnet wrote:

> Do you want to continue [Y/n]? y
> (Reading database ... 36967 files and directories currently installed.)
> Removing ldap-account-manager ...
> dpkg: error processing ldap-account-manager (--remove):
>  subprocess post-removal script returned error exit status 10

  So the post-removal script returned with a bad exit code.

  Edit the script: /var/lib/dpkg/info/ldap-account-manager.postrm
 to change it to read:

   #!/bin/sh
   exit 0
   ... previous content here ...

  That will almost certainly let you remove it - though it might be
 more useful to read the script and understand what it does, and
 which part is failing.  Then you can report a bug..

Steve
--
Stop blog&forum spam
http://blogspam.net/


Reply to: