在终端运行命令安装x window system
yum groupinstall "x window system"
安装图形界面软件,gnome(gnome desktop)
yum groupinstall "gnome desktop"
(推荐教程:centos使用教程)
进入图形界面
startx
2、安装中文支持
安装中文语言包:
yum groupinstall "chinese support" -y
修改系统默认语言为中文
localectl set-locale.utf-8
重启系统即可。
3、修改图形界面为默认启动方式
命令行输入命令后重启系统
systemctl set-default graphical.target
相关视频教程推荐:linux视频教程
以上就是centos系统怎么安装图形界面的详细内容。
