Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to remove gnome complete
Date: Sun, 08 Jan 2006 14:41:02
Message-Id: 43C12384.90501@planet.nl
In Reply to: [gentoo-user] how to remove gnome complete by Daniel Pielmeier
1 Daniel Pielmeier schreef:
2 > hello all,
3 >
4 > i want to test some other windowmanagers and if i find one that
5 > satisfies me i want to switch from the gnome-desktop to this
6 > windowmanager. So how can i remove all gnome packages. Is it save to
7 > remove all gnome-base and gnome-extra packages and run "emerge
8 > depclean" and "revdep-rebuild".
9
10 A better way would be to
11
12 emerge -C gnome(-light)
13
14 to unmerge the meta-package you installed (either gnome or gnome-light;
15 this will not unmerge any packages, just the meta-package, but it will
16 orphan all the dependent programs that were installed by the
17 meta-package, which is what you want),
18
19 then run emerge depclean -p to show the now-orphaned dependencies of
20 those meta-packages,
21
22 emerge -C(av) the ones you know you don't want (since you might, for
23 example, want to keep Evolution, if you use it, or Totem or whatever;
24 just because you don't use the GNOME desktop doesn't mean you have to
25 stop using every GNOME package you might enjoy, even under another WM),
26
27 emerge (-av) any of the packages that you may want to keep (to get them
28 into your world file)
29
30 run emerge depclean -p again to confirm that you got rid of everything
31 you wanted gone, if so, you're done, if not, rinse and repeat.
32
33 Don't really know why a revdep-rebuild would be necessary, but it
34 doesn't hurt to do one (with -p first).
35
36 And of course, you don't necessarily have to remove GNOME at all, just
37 because you use another WM/DE (unless you have a disk space issue or
38 something). Suppose your other WM/DE breaks? It can be useful to have a
39 "spare" around so that you have something to login to, if you feel more
40 comfortable inside a GUI.
41
42 HTH,
43 Holly
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] how to remove gnome complete Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
Re: [gentoo-user] how to remove gnome complete Neil Bothwick <neil@××××××××××.uk>