On Fri, 15 Apr 2005 13:39:48 -0700, Robert Persson wrote: > I am now running kde-3.4. How do I get rid of kde-3.3.2? I don't even > know how to get rid of it one package at a time because emerge and > equery don't allow wildcards.
A brute force approach would be qpkg -I -v -nc -g kde-base | grep 3.3.2 | xargs emerge -Ca If you have installed the monolithic 3.4 ebuilds, you can do the less clumsy qpkg -I -g kde-base -nc | xargs emerge -Pa which removes all but the most recent version of each kde-base package. -- Neil Bothwick Always remember to pillage before you burn.
pgpIxwJmgEouB.pgp
Description: PGP signature

