On Fri, 2005-12-23 at 08:06 +0000, Neil Bothwick wrote:
> You can list all installed kde packages with
> 
> qpkg -g kde-base
> or 
> equery list | grep kde-base
> 

For equery, you can use:

equery list kde-base/ 

This tells equery to list the installed packages in category kde-base.
The command will run faster as well since it is not processing the
entire list of installed packages.  If you don't want to see the fancy
colored output then do:

equery --quiet list kde-base/ | cat

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list

Reply via email to