CentOS 6安装桌面环境

字体大小: 中小 标准 ->行高大小: 标准

我们安装Gnome,但是在CentOS 6里,Gnome已经被改为Desktop了

yum --disablerepo=* --enablerepo=c6-media groupinstall "Desktop"

# 当然也可以看下有没有 groupinstall 改为 grouplist

安装好了Gnome,还需安装X Window

yum --disablerepo=* --enablerepo=c6-media groupinstall "X Window System"

然后我们安装中文语言

yum --disablerepo=* --enablerepo=c6-media groupinstall "Chinese Support"

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58790.html