CentOS 安装Gnome

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

CentOS 安装Gnome ,刚开始装系统的时候,没有选Gnome或者KDE,现在使用yum安装。

登录系统,使用yum 安装
#yum groupinstall 'X Window System'  -y

安装GNOME桌面环境
#yum groupinstall  'GNOME Desktop Environment' -y

如果安装KDE桌面环境
#yum groupinstall 'KDE (K Desktop Environment)' -y

卸载GNOME桌面环境
#yum groupremove "GNOME Desktop Environment"
卸载KDE桌面环境
#yum groupremove "KDE (K Desktop Environment)"

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