Gentoo Archives: gentoo-user

From: "Sebastian Beßler" <webmaster@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Removing qt4 meta
Date: Sat, 27 Jun 2009 14:33:18
Message-Id: 4A462DAB.9090600@darkmetatron.de
In Reply to: Re: [gentoo-user] Removing qt4 meta by Marco
1 Marco schrieb:
2 > On Sat, Jun 27, 2009 at 2:02 PM, Dirk Heinrichs<dirk.heinrichs@××××××.de> wrote:
3 >> Am Samstag 27 Juni 2009 15:51:20 schrieb Marco:
4 >>
5 >>> How can I remove all the packages in the meta package?
6 >> No need to do that. It's about the meta package only.
7 >
8 > Just in case I would want to remove all the packages, how could I do
9 > that? (I'm not doing any qt develoment anyway and I take care not to
10 > install any software that depends on qt)
11
12 If you have eix installed you could use
13 eix -I --only-names x11-libs/qt |xargs emerge -C
14
15 or if you have no package that depends on qt
16 emerge --depclean -a
17 after emerge -C x11-libs/qt
18 should do the job.
19
20 You should do
21 emerge -DuNva world and revdep-rebuild
22 afterwards to be sure the system is still in clean state.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Removing qt4 meta Marco <listworks@×××××.com>