Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-23-2010, 06:39 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Posts: 10
Rep:
|
Remove "X" / Gnome
Hi all
i've just installed my first webserver on a centos, and are finnaly done. I know realize that the GUI gnome / X server insent for any good beccause all of the configuration is made through the terminal / console.
So how can i unstall the gui / X server again so i dont waste system resources running this gui that are never used??
Regards, Steffen.
|
|
|
01-23-2010, 07:01 AM
|
#2
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Quote:
Originally Posted by sfrederiksen
Hi all
i've just installed my first webserver on a centos, and are finnaly done. I know realize that the GUI gnome / X server insent for any good beccause all of the configuration is made through the terminal / console.
So how can i unstall the gui / X server again so i dont waste system resources running this gui that are never used??
Regards, Steffen.
|
What do you want to remove? GNOME/KDE ?
|
|
|
01-23-2010, 08:29 AM
|
#3
|
LQ 5k Club
Registered: Sep 2009
Posts: 6,443
|
As I understood he wants to remove X Window System and all GUI programs, including GNOME.
|
|
|
01-23-2010, 08:41 AM
|
#4
|
Senior Member
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Rep: 
|
Cleanest solution would be to use netinst. That way you will have a minimal system I'm guessing?
|
|
|
01-23-2010, 08:44 AM
|
#5
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Does this help?
Code:
su
password
yum remove xorg-x11
yum remove gnome-desktop
Welcome and mark the thread as "[SOLVED]".It's under the "Thread Tools" above.
Last edited by cola; 01-24-2010 at 04:43 AM.
|
|
|
01-23-2010, 01:56 PM
|
#6
|
LQ Newbie
Registered: Jan 2010
Posts: 10
Original Poster
Rep:
|
that worked.. Thanks
Quote:
Originally Posted by cola
Does this help?
Code:
su
password
yum remove xorg-x11
yum remove gnome-desktop
|
|
|
|
01-23-2010, 08:22 PM
|
#7
|
Member
Registered: Jan 2010
Distribution: Arch, Gentoo, FreeBSD
Posts: 64
Rep:
|
Quote:
Originally Posted by cola
Does this help?
Code:
su
password
yum remove xorg-x11
yum remove gnome-desktop
|
hm, I've never used a rh-based distro, but this leads me to believe "yum remove" automatically purges all config files?
|
|
|
01-24-2010, 03:25 AM
|
#8
|
Moderator
Registered: May 2001
Posts: 29,415
|
After you're done removing any DE's and Xorg, check out /usr/share/doc/rpm-.*/GROUPS as it lists the groups you can query the RPMDB by. This means that by running 'rpm -qg 'User Interface/Desktops'; rpm -qg 'User Interface/X'; rpm -qg 'User Interface/X Hardware Support';' you can easily check if there is any Xorg residue. Likewise 'yum grouplist' will list groups Yum recognizes, meaning 'yum groupremove 'X Window System';' does the same.
|
|
|
01-24-2010, 04:52 AM
|
#9
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Quote:
Originally Posted by sfrederiksen
that worked.. Thanks
|
Welcome and mark the thread as "[SOLVED]".It's under the "Thread Tools" option above.
|
|
|
All times are GMT -5. The time now is 01:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|