PDA

View Full Version : [SOLVED] uninstaller non repository software



ottosykora
December 25th, 2010, 12:38 PM
I just came over small problem.
When I install some software which was not taken from the official repository, that means I found somewhere a deb file, I install it, OK, but later I want remove this software.
How do I do this? I have not the synaptic 'mark for remove' function in that case.

Does there exist any kind of universal unistaller or similar tool?

susema
December 25th, 2010, 01:18 PM
You can remove it from terminal?


sudo apt-get autoremove [package]

or;


sudo dpkg -r [pacgake]

karthick87
December 25th, 2010, 01:29 PM
sudo apt-get remove --purge <package_name>