[Solved ]How to remove gnome completely?

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
zhongyijun
n00b
n00b
Posts: 45
Joined: Thu Jan 08, 2009 4:57 am
Location: Yun nan Province,China

[Solved ]How to remove gnome completely?

Post by zhongyijun »

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
User avatar
xaviermiller
Bodhisattva
Bodhisattva
Posts: 8738
Joined: Fri Jul 23, 2004 6:49 pm
Location: ~Brussels - Belgique
Contact:

Post by xaviermiller »

1. put USE="-gnome" in your /etc/make.conf file
2. change your profile (eselect profile) if it was gnome
3.

Code: Select all

emerge -C $(grep gnome /var/lib/portage/world)
4.

Code: Select all

 emerge -DuNav world && emerge -Da --depclean && revdep-rebuild -i
Kind regards,
Xavier Miller
zhongyijun
n00b
n00b
Posts: 45
Joined: Thu Jan 08, 2009 4:57 am
Location: Yun nan Province,China

Post by zhongyijun »

XavierMiller wrote:1. put USE="-gnome" in your /etc/make.conf file
2. change your profile (eselect profile) if it was gnome
3.

Code: Select all

emerge -C $(grep gnome /var/lib/portage/world)
4.

Code: Select all

 emerge -DuNav world && emerge -Da --depclean && revdep-rebuild -i
thanks
gentoo ing
User avatar
xaviermiller
Bodhisattva
Bodhisattva
Posts: 8738
Joined: Fri Jul 23, 2004 6:49 pm
Location: ~Brussels - Belgique
Contact:

Post by xaviermiller »

You're welcome.
Kind regards,
Xavier Miller
User avatar
John5788
Advocate
Advocate
Posts: 2140
Joined: Tue Apr 06, 2004 11:38 pm
Location: 127.0.0.1
Contact:

Post by John5788 »

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

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
how do I see why gnome-audio is still installed and not picked up by --depclean? it is not in my world file.
John5788
User avatar
niick
Tux's lil' helper
Tux's lil' helper
Posts: 94
Joined: Thu Mar 09, 2006 3:20 pm

Post by niick »

If you run

Code: Select all

emerge --depclean -pv
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.
"Give me control of a nation's money and I care not who makes the laws."
Mayer Amschel Rothschild
User avatar
EatMeerkats
Apprentice
Apprentice
Posts: 234
Joined: Wed Mar 15, 2006 7:46 pm

Post by EatMeerkats »

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.
Try:

Code: Select all

equery depends gnome-audio
Post Reply