Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    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:
    Code:
    su
    It will ask for password. Enter it and press enter. Now as root, run:
    Code:
    system-config-packages
    ...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:
    yum update
    When it finishes, run:
    Code:
    yum -y groupinstall “GNOME Desktop Environment”
    Last edited by Dapper Dan; 11-22-2006 at 02:27 AM.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...