I was recently asked how to get rid of the old and unused packages without having to reinstall?
Debian have the mechanisms to deal with this and more. Unfortunately for new people, its not as automated and a little more obscure that i would like
Anyway, heres what i would do:
# apt-mark showmanual
# apt-mark auto <packages you dont recognize>
# apt purge <packages you recognize but dont want anymore>
# apt autoremove --purge
If you liked this, I think you might be interested in some of these related articles:
- DEBIAN - How to clone a server using just rsync
- DEBIAN - Destructive git behaviour
- DEBIAN - Copy list of packages installed to another debian machine
- RANTS - Gmail mangles .gpg files
- DEBIAN - Virus, Qubes-OS and Debian