apt-get install deborphan
deborphan is a super useful program to finds packages that have no packages that are unrequired by other program and therefore safe to remove.
here's a good sets of commands to clean up a debian system (run as root).
//Remove all orphans
deborphan --guess-all | xargs apt-get -y remove --purge
//clean up
apt-get autoclean
apt-get autoremove