Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Howto remove Xorg?
Date: Mon, 15 Jun 2009 14:45:17
Message-Id: 200906151642.19837.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Howto remove Xorg? by Gregory SACRE
1 On Monday 15 June 2009 16:35:20 Gregory SACRE wrote:
2 > Hello all,
3 >
4 >
5 > I have a VM with Gentoo as guest and I don't know why, maybe I was
6 > lonely, but I tried to install X on the guest without needing it
7 > (maybe just to see how it looks to have X in X ;-)).
8 > The problem is that now, I sync'ed the guest and it wants to pull an
9 > update for X and all the drivers.
10 > Frankly, I don't want to spend dozen of minutes compiling the new X
11 > when I don't need it on a VM...
12 >
13 > So my question is: how do I remove X and all its components?
14
15
16 grep -i xorg /var/lib/portage/world
17
18 note the package names (probably only x11-base/xorg-x11)
19
20 emerge -avC <package_names>
21 emerge -a --depclean
22
23 rinse, repeat.
24
25 --
26 alan dot mckinnon at gmail dot com