CentOS 安装图形界面的过程,简单记录一下。这里提供了两种图形界面的安装,分别是CentOS自带的gnome桌面及轻巧的xfce。据测试,我的精简版CentOS 6 64位系统安装gnome需要下载522M的文件,而安装xfce仅需下载89M的文件。下面分别介绍安装方法: 1,安装gnome桌面 [root@localhost ~]# yum groupinstall "GNOME Desktop Environment" (适合Centos 5) [root@localhost ~]# yum groupinstall "Desktop" (适合Centos 6) 安装完gnome桌面以后,最好也同时安装以下两个软件包: [root@localhost ~]# yum install fonts-chinese (CentOS 5 安装中文字体) [root@localhost ~]# yum groupinstall chinese-support (CentOS 6 安装中文字体) [root@localhost ~]# yum install nautilus-open-terminal (桌面右键菜单在终端中打开,需重启) 2,安装xfce桌面 一开始我以为第三方的软件源如rpmforge等应该会包含xfce桌面的,结果竟然木有包含,实在是有点儿意外。 根据系统版本打开相应的链接: CentOS 5 32位:http://download.fedoraproject.org/pub/epel/5/i386/ CentOS 5 64位:http://download.fedoraproject.org/pub/epel/5/x86_64/ CentOS 6 … Continue reading CentOS 安装gnome/xfce+vncserver
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed