Results 1 to 2 of 2
Hello All, I am a long time Windows Admin and newbie to the Linux admin world.
I am working with RHES 3.0 and I need to learn how to install ...
- 11-22-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 11
Help Adding packages?
Hello All, I am a long time Windows Admin and newbie to the Linux admin world.
I am working with RHES 3.0 and I need to learn how to install a package that was not installed at time of initial installation.
Specifically I need to install KDE or GNOME.
Any help would really be appreciated.
Thanks,
W
- 11-22-2006 #2
Hi wildchubby, welcome to Linuxforums!

Two ways really to do this: Either through the RedHat package manager (from your install cds) or via yum if you have an Internet connection. Through the Redhat package manager, open a terminal and become root:
It will ask for password. Enter it and press enter. Now as root, run:Code:su
...and of course, press enter. This will give you options for installing packages. You can install either Gnome or KDE or both from there. It will ask for the install cds. If you have the Internet connection, open a terminal, and as root do:Code:system-config-packages
When it finishes, run:Code:yum update
Code:yum -y groupinstall “GNOME Desktop Environment”
Last edited by Dapper Dan; 11-22-2006 at 02:27 AM.


Reply With Quote