Centos 6.6 installing Gnome Desktop
# yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"
Optional GUI packages
# yum -y groupinstall "Graphical Administration Tools"
# yum -y groupinstall "Internet Browser"
# yum -y groupinstall "General Purpose Desktop"
# yum -y groupinstall "Office Suite and Productivity"
# yum -y groupinstall "Graphics Creation Tools"
Start the dekstop with
# startx
To make the GUI permanent between reboots you'll need to change your
runlevel to 5. Open this file: `/etc/inittab using a text editor and
change the following line:
# vi /etc/inittab
id:3:initdefault:
to
id:5:initdefault:
No comments:
Post a Comment