On Wed, 20 Sep 2000, Bob Nielsen wrote: > You might be able to find the problem by taking a look at > /var/lib/dpkg/info/kdebase.postrm (or even running this by hand). > > I've had success in similar situations by removing > /var/lib/dpkg/info/<pkgname>*
If it is not too late... You may want to look in /var/lib/dpkg/info/kdebase.list first and delete any files listed there that are still on the system. To be really thorough you would do "dpkg -S <filename>" to make sure no other package contains the file you are about to delete. later, Bruce