On Mon, 17 Jul 2006 15:33:40 +0200, Arnau Bria wrote: > May I uninstall older one? (3.4) > Which is the way? emerge -C kdebase-3.4 ?¿ You could install the older packages individually, but it will take a while, especially if you used the split ebuilds. This will remove all but the latest version of every KDE package. equery --quiet --nocolor list kde-base/ | awk '{print $1}' \ | sed 's/-3\..*//' | xargs emerge --prune --pretend -- Neil Bothwick All things in moderation, ESPECIALLY moderation.