Wednesday, 13 April 2011

xWindows System Installation on Centos 5.x

To install xWindows..Run this command
#  yum groupinstall "X Window System" "GNOME Desktop Environment" -y

To start xWindows..Run this command
#  startx


2 comments:

  1. After successful install the centos, need to update some patches/program/software, refer below command to run YUM update:

    # yum list updates
    (to display list of updated software)

    # yum update
    (To download and install all updates)

    # yum update {package-name-1}
    (Check for and update specified packages)
    eg:
    # yum update httpd
    (To check for and update httpd package)

    ReplyDelete
  2. we sometimes the client wanted to have GUI so because our centos installation cd was only the 1st installation cd, we have to install Gnome separately...hehe

    did it in IIM for en meor..

    ReplyDelete