How to uninstall a program that was not installed using the package manager on Linux Mint?
2
So, I installed Canto Atom/RSS reader using the source from the official website, but it was throwing me errors so I installed it using apt-get (this worked). Now, I want to uninstall the original but I dont know how, as there is no make file so I cannot do make uninstall , there's only setup.py and it only has options to build or install . How do I remove it from my system? I'm running Linux Mint 14 64-bit, btw.
python linux-mint uninstall apt-get source-code
share | improve this question
edited Jan 26 at 0:42
JakeGould
31.5k 10 96 138
...