Home > Uncategorized > Centos – Add GUI Post-Install

Centos – Add GUI Post-Install

Ever wanted to add Gnome (or anything else) after installing a text-mode Centos? Here’s how:

Get a list of available package groups:

# yum grouplist
Loading "installonlyn" plugin
Setting up Group Process
Setting up repositories
Installed Groups:
Editors
System Tools
...
Available Groups:
Office/Productivity
GNOME Software Development
GNOME Desktop Environment
KDE Software Development
KDE (K Desktop Environment)
Server Configuration Tools
Administration Tools
...
Done
#

So to install Gnome:

yum install "GNOME Desktop Environment"

And go get a coffee.

Categories: Uncategorized Tags:
  1. krishna
    March 6th, 2010 at 12:52 | #1

    It listed GNOME Desktop Environment as part of grouplist, but when i tried to install using the command you gave, it said
    No Package found.
    Nothing to do.
    btw it listed 3-4 mirror sites. One is usc.edu
    can you help?

  2. Bob
    April 4th, 2011 at 18:50 | #2

    @krishna I realize this is late, but the correct installation command is: yum groupinstall “GNOME Desktop Environment”

  3. Bob
    April 4th, 2011 at 18:53 | #3

    Oops — it appears you’ll need to install “X Window System” as well.

  1. No trackbacks yet.