centos作服务器用途,不使用xwindow,但已安装,遂卸载!
不必使用rpm -e,这样会有很多依赖等麻烦
使用yum,这和debian的apt-get一样的方便!
yum groupremove “X Window System”
需要安装的话,同样
yum groupinstall “X Window System”
Comments are closed.