Google
 

Linux Distro Counter

Welcome to Open Source Software and Linux Blog.

Hi, everyone!. I just created this blog to share knowledge about open source software and Linux. If you all have knowledge and info related to open source / Linux, please share or send me an email. Thanks ^_^

Monday, June 11, 2007

How to install GNOME desktop on console (CentOs 5)

To install GNOME desktop on console, just type this command:

  1. Login as root
  2. Type 'yum install groupinstall gnome-desktop' without ' '.
  3. Wait until it finish download and installed.
Thats it. How easy is it?

2 comments:

Jon Dowland said...

Lovely. Except you got it wrong. it's "yum groupinstall gnome-desktop", not "yum install groupinstall".

Unknown said...

Thanks for the tip.

It might also be worth pointing out that you can switch to GUI (X11) console mode from a text console using "init 5".

You can make GUI (X11) console mode the default by changing "id:3:initdefault:" to "id:5:initdefault:" (i.e. 3 -> 5) in /etc/inittab.