PDA

View Full Version : [all variants] Installing from source breaks dpkg?



ebin
March 4th, 2009, 05:44 PM
I needed to install numpy and matplotlib from source at one point, and then recently installed emacs22.3 from source, and now when I use apt-get or anything else that uses dpkg I have a bunch of dependency errors and configuration errors.

The biggest error I made was in trying to purge my system of emacs I deleted many things with the name emacs in it, this aided in confusing dpkg.

Commands such as
# dpkg --configure -a
# apt-get install -f
etc give the same error.

I have also tried rebooting and running the dpkg fix broken packages from "safe mode"

Has anyone else made the same dumb mistake as I did (in mass deleting an application installed by dpkg?) and does anyone know how to repair this issue (short of re-installation)

Thanks