Uninstalling apps is a nightmare. For instance, I use 'sudo apt-get install nginx' and then when I go into Software Center, and uninstall it... it still keeps all the configs and some folders and I'm curious why.
I try using -rm -r on the folder ... it removes it all, success! Though, not for long. If I was to reinstall the application, it creates all the folders it needs ... but NONE of the files. So in order to reinstall an app, I need to reinstall the OS.
If I uninstall it, but not remove the excess files ... I can reinstall fine. It's just a hard wipe that doesn't reinstall fine.
The app could be nginx, it could even be PHP or many other things. What is happening and how can I fix this?
"How can I properly manage packages; I know how to get things installed (sample) but I have no clue how to uninstall them? I tried doing A or B but ran into problem X, Y and Z. Can someone point me in the right direction?"- it is more constructive than complaining that things don't work the way you expect them to – sehe Sep 30 '11 at 15:31