View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Please try
Code:
sudo gainroot
apt-get autoremove
Watch carefully, what will get removed to interrupt immediately, if something valuable will get removed also.

You could also remove left over configuration files with this command
Code:
sudo gainroot
dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs dpkg --purge
If you are unsure or errors occur, feel free to ask again.

Last edited by michaaa62; 2012-11-05 at 21:22.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post: