Linked by Thom Holwerda on Wed 13th Aug 2008 23:50 UTC
Thread beginning with comment 326876
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: uninstalling software without leaving a trace
by Thom_Holwerda on Thu 14th Aug 2008 09:01
in reply to "uninstalling software without leaving a trace"
I'm a Ubuntu Linux user and 'apt' and 'dpkg' is awesome! (thanks to Debian really) 'dpkg' has two modes of uninstalling software.
It's the other end of the spectrum, and anything but ideal. I've detailed how software management should work in an article:
http://www.osnews.com/story/19711/The_Utopia_of_Program_Management




Member since:
2006-11-13
Just to comment on Thom's remarks that most software uninstall and still leave files and settings around.
I'm a Ubuntu Linux user and 'apt' and 'dpkg' is awesome! (thanks to Debian really) 'dpkg' has two modes of uninstalling software.
One that uninstalls software and leaves the settings/config files on the system (dpkg -r).
The second option (dpkg -r --purge) will uninstall the software and remove any configuration files - leaving no trace of that software!
Linux rocks! :-)