显示系统已经安装的组件,和可以安装的组件:
#yum grouplist 如果系统安装之初采用最小化安装,没有安装xwindow,那么先安装:
#yum groupinstall "X Window System"
安装GNOME桌面环境 yum groupinstall "GNOME Desktop Environment"
安装KDE桌面环境 yum groupinstall "KDE (K Desktop Environment)"
卸载 X Window System
yum groupremove "X Window System"
卸载GNOME桌面环境
yum groupremove "GNOME Desktop Environment"
卸载KDE桌面环境
yum groupremove "KDE (K Desktop Environment)"
centos英文版下如何安装中文语言包
yum groupinstall chinese-support
在上面的命令中,<language> 是下列之一: assamese, bengali, chinese, gujarati, hindi, japanese, kannada, korean, malayalam, marathi, oriya, punjabi, sinhala, tamil, thai, 或 telegu。
vncconfig -iconic &
#xterm -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
gnome-session &
startkde &
twm &
