The problem is that I installed a .deb
file, and when I tried getting rid of it with dpkg -r ...
, dpkg
claimed to have removed it. Nevertheless, I can type in the "removed" command, and it still works.
I need to get it off, because I realized what I needed was a larger program that included it. When I try to run make
on the larger program, it attempts to use the smaller with different options (the larger appears to be assuming a later version of the smaller).
Anyway, it's just weird that I can't get rid of it. I've re-installed and tried using the purge option, tried apt-get clean
, tried restarting the machine, etc.
Any ideas would be appreciated. Thanks!