How to uninstall unrequired dependencies? Eventually I'll install something, just to try it little and eventually keep it, and many times I'll want to uninstall it. OK. But I've noticed that the package manager (adept) installs its dependencies, but will not remove them with the program. And to figure which of the program's dependencies is not a dependency of anything else is very hard do to, if possible at all.
I've also looked for logs but the closest things I've found in /var/logs (dpkg.log.# files) are logs of a few months old history of installing and uninstalling...
Is there some program or command that will verify automatically which packages are not being used by anything? I was reading about it, apparently there's "apt-get autoremove" command, but only in ubuntu, and there's something analog in synaptic, which I think that is the "local/obsolete" status... but it lists the very browser I'm using in it. |