Gentoo Archives: gentoo-user

From: Paul Varner <fuzzyray@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Easy way to unmerge all of KDE?
Date: Fri, 23 Dec 2005 17:38:08
Message-Id: 1135359007.23080.4.camel@txslpc1d36.wkst.vzwnet.com
In Reply to: Re: [gentoo-user] Easy way to unmerge all of KDE? by Neil Bothwick
1 On Fri, 2005-12-23 at 08:06 +0000, Neil Bothwick wrote:
2 > You can list all installed kde packages with
3 >
4 > qpkg -g kde-base
5 > or
6 > equery list | grep kde-base
7 >
8
9 For equery, you can use:
10
11 equery list kde-base/
12
13 This tells equery to list the installed packages in category kde-base.
14 The command will run faster as well since it is not processing the
15 entire list of installed packages. If you don't want to see the fancy
16 colored output then do:
17
18 equery --quiet list kde-base/ | cat
19
20 Regards,
21 Paul
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Easy way to unmerge all of KDE? Neil Bothwick <neil@××××××××××.uk>