[Solved ]How to remove gnome completely?
-
zhongyijun
- n00b

- Posts: 45
- Joined: Thu Jan 08, 2009 4:57 am
- Location: Yun nan Province,China
[Solved ]How to remove gnome completely?
I want to try LXDE.How to remove GNOME completely?
Last edited by zhongyijun on Wed Oct 27, 2010 12:36 am, edited 1 time in total.
gentoo ing
- xaviermiller
- Bodhisattva

- Posts: 8738
- Joined: Fri Jul 23, 2004 6:49 pm
- Location: ~Brussels - Belgique
- Contact:
1. put USE="-gnome" in your /etc/make.conf file
2. change your profile (eselect profile) if it was gnome
3.
4.
2. change your profile (eselect profile) if it was gnome
3.
Code: Select all
emerge -C $(grep gnome /var/lib/portage/world)Code: Select all
emerge -DuNav world && emerge -Da --depclean && revdep-rebuild -iKind regards,
Xavier Miller
Xavier Miller
-
zhongyijun
- n00b

- Posts: 45
- Joined: Thu Jan 08, 2009 4:57 am
- Location: Yun nan Province,China
thanksXavierMiller wrote:1. put USE="-gnome" in your /etc/make.conf file
2. change your profile (eselect profile) if it was gnome
3.4.Code: Select all
emerge -C $(grep gnome /var/lib/portage/world)Code: Select all
emerge -DuNav world && emerge -Da --depclean && revdep-rebuild -i
gentoo ing
- xaviermiller
- Bodhisattva

- Posts: 8738
- Joined: Fri Jul 23, 2004 6:49 pm
- Location: ~Brussels - Belgique
- Contact:
Hello,
Sorry for bumping an old post, but is there a way to check what is dependent on existing gnome packages installed?
I ran the above commands but I am still seeing gnome packages installed
how do I see why gnome-audio is still installed and not picked up by --depclean? it is not in my world file.
Sorry for bumping an old post, but is there a way to check what is dependent on existing gnome packages installed?
I ran the above commands but I am still seeing gnome packages installed
Code: Select all
# equery list "*" | grep gnome
app-text/gnome-doc-utils-0.20.6
gnome-base/gconf-2.32.4
gnome-base/gnome-keyring-2.32.1-r1
gnome-base/gvfs-1.6.7-r1
gnome-base/libglade-2.6.4
gnome-base/libgnome-keyring-2.32.0
gnome-base/librsvg-2.34.1-r1
gnome-base/orbit-2.14.19-r1
gnome-extra/gnome-audio-2.22.2
gnome-extra/polkit-gnome-0.101-r1
net-libs/libsoup-gnome-2.34.3
sys-apps/gnome-disk-utility-2.32.1-r1
x11-libs/gnome-pty-helper-0.28.1
x11-themes/gnome-icon-theme-3.0.0
John5788
If you run
it lists all packages and why they are pulled in, be warned though, depending on how many packages you have installed the output is long.
What I do is dump it into a file for easy searching.
Code: Select all
emerge --depclean -pvWhat I do is dump it into a file for easy searching.
"Give me control of a nation's money and I care not who makes the laws."
Mayer Amschel Rothschild
Mayer Amschel Rothschild
- EatMeerkats
- Apprentice

- Posts: 234
- Joined: Wed Mar 15, 2006 7:46 pm
Try:John5788 wrote:how do I see why gnome-audio is still installed and not picked up by --depclean? it is not in my world file.
Code: Select all
equery depends gnome-audio
