Gilboa Davara wrote:
Option 1: System-settings -> Package management. Select the packages you want and it'll request the CDs.
Won't work because he doesn't have X installed and hence doesn't have a menu to select "System-settings -> Package management" from.
Options 2: Open root console. yum -y update yum -y install <insert list of packages>
Easier: # yum groupinstall "X Window System" "GNOME Desktop Environment" Use "yum grouplist" to get a list of package groups. Paul.