Am 17.04.2010 21:30, schrieb Jarry:
On 17. 4. 2010 21:20, Tanstaafl wrote:

Whats the best way to uninstall a package - in this case, openldap, but
really for any package - and get all of the dependencies it pulls in,
but only ones that are not required for other unrelated (to openldap)
packages?

I'm using this sequence:

emerge -C <packagename>
emerge --depclean
revdep-rebuild


Jarry


Or:

emerge --depclean <atom>

Depclean serves as a dependency aware version of --unmerge. When given one or more atoms, it will unmerge matched packages that have no reverse dependencies. Use --depclean together with --verbose to show reverse dependencies.

kh

Reply via email to