码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS minimal版安装图形界面的步骤

时间:2016-01-07 11:36:05      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

 

yum groupinstall -y Desktop
yum groupinstall -y "Desktop Platform"
yum groupinstall -y "Desktop Platform Development"
yum groupinstall -y Fonts
yum groupinstall -y "Graphics Creation Tools"
yum groupinstall -y "Input Methods"
yum groupinstall -y "X Window System"
yum groupinstall -y "Chinese Support"
yum groupinstall -y "Internet Browser"
 
或者 
yum groupinstall -y Desktop "Desktop Platform" "Desktop Platform Development" Fonts "Graphics Creation Tools" "Input Methods" "X Window System" "Chinese Support" "Internet Browser"

chkconfig --level 35 haldaemon on
chkconfig --level 35 messagebus on

reboot 

ECS Linux CentOS 6.5系统中安装了桌面环境(Gnome或KDE)后,发现桌面环境无法正常启动,出现如下错误提示: 

"You are currently trying to run as the root super user. The super user is a specialized account that is not designed to run a normal user session. Various progra?ms will not function properly, and actions performed under this account can cause unrecoverable damage to the operating system."

chkconfig --level 35 haldaemon on

chkconfig --level 35 messagebus on

CentOS minimal版安装图形界面的步骤

标签:

原文地址:http://www.cnblogs.com/tudoua/p/5109015.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!