up vote 0 down vote favorite
share [g+] share [fb]

How to install GNOME desktop on linux (CENTOS).I would appreciate detailed steps as I am a linux newbie.

link
Is this really a suitable question for server fault? There must be ton of support for CentOS users online, including here centos.org/modules/newbb – Coops Jul 15 '09 at 7:01
feedback

locked by sysadmin1138 Jan 28 at 3:46

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. More info: FAQ.

closed as off topic by splattne Jul 15 '09 at 7:16

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

sudo yum install gnome-desktop

Breakdown:

  • sudo to gain administrative permissions (installation of package)
  • yum is Redhat's package manager, it can perform various actions such as install, remove and update
  • install is what you want yum to do, in this case it's quite clear
  • gnome-desktop is the name of the package to install
link
Thanks; does centOS has the required libraries(sources) already bundled or do I need to download them. – Krishna Kumar Jul 15 '09 at 6:58
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.