Results 1 to 6 of 6
Hi , i just got RHEL5 and i installed it on my system . The default desktop that i got is gnome and i want to switch to KDE but ...
- 02-20-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Switching Desktops in RHEL5
Hi , i just got RHEL5 and i installed it on my system . The default desktop that i got is gnome and i want to switch to KDE but i have no idea how to do it , if any1 can exaplain me how to do it it could be great . thx ...
- 02-21-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
If you installed KDE during the installation, you should be able to login and run "switchdesk kde". If you should decide you want to return to Gnome, use "switchdesk gnome".
If you didn't install KDE, you should be able to do so using yum:
Have fun with Red Hat.Code:yum groupinstall "KDE (K Desktop Environment)"
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-21-2008 #3
If KDE wasn't installed when you installed CentOS then follow the above to install it. After that from the CLI do the following:
To get KDE as your default desktop.Code:switchdesk kde
- 02-21-2008 #4Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
I am trying to install the kde desktop using the "yum" command but im getting An error the the group does not exist . should i download it first ? or that i can Use one of the five cd's of RHEL5 , and if i do , i should i install it ?
Thanks
- 02-21-2008 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
I'm not sure why it's not working for you. Be sure that you su to root before entering the command, and enter the command exactly as written.
Also, here's a YUM howto that you can read through to see if it helps any:
The Unofficial Fedora FAQoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-14-2009 #6Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
You must first setup the RHEL5 repository in yum configuration.
and then the yum groupinstall "KDE (K Desktop Environment)"
command will work.
from the redhat faq : Red Hat Knowledgebase: How do I setup a yum repository to use a locally mounted DVD with Red Hat Enterprise Linux 5?
Code:For this to work, create a dvd.repo text file in /etc/yum.repos.d/ with the following content: [dvd] mediaid=1170972069.396645 * name=DVD for RHEL5 baseurl=file:///media/RHEL_5%20i386%20DVD/Server enabled=1 gpgcheck=0 (*) The mediaid= value comes from the .discinfo file located in the root of the DVD.


Reply With Quote
