Desktop Environment is not neccessary for Server usage, though. Please read here if you use Linux as a Desktop too.
[1] I have to install Desktop Environment because I installed minimum packages first. Use groupinstall function of yum command like following example.
[root@ns ~]# yum -y groupinstall "X Window System"
---------- many packages are installed ----------
[root@ns ~]# yum -y groupinstall "GNOME Desktop Environment"
---------- many packages are installed ----------
[2] Input a command like below after finishing installation of new packages.
[root@ns ~]# startx
You can operate CentOS on GUI like Windows.
阅读(1394) | 评论(0) | 转发(0) |