If you have packages on your system upon which no others depend, you easily can find out what they are by running the deborphan program. This command will uninstall them:
$ deborphan | xargs apt-get remove
(The --yes switch can be used with apt-get to continue with the removal instead of asking for confirmation.)
apt-getcleanupcommandsdebiandeborphanutilities