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 ^_^
To install GNOME desktop on console, just type this command:
- Login as root
- Type 'yum install groupinstall gnome-desktop' without ' '.
- Wait until it finish download and installed.
Thats it. How easy is it?
2 comments:
Lovely. Except you got it wrong. it's "yum groupinstall gnome-desktop", not "yum install groupinstall".
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.
Post a Comment