CentOS 7 安装以及配置桌面环境

一、安装 GNOME 桌面

  1、安装命令: yum groupinstall  "GNOME Desktop" "X Window System" "Desktop Platform"  Desktop  -y  

  2、安装完成后 systemctl  set-default  graphical.target 

  3、安装后,重启系统会出来如下界面:

  

  按 “1”,回车

  按“2”, 回车

  按"q", 回车

  按“yes”,回车即可进入系统

  4、进入系统后,需要设置桌面为默认启动,设置命令为: systemctl  set-default  graphical.target

二、安装 KDE 桌面

  1、安装命令: yum groupinstall "KDE Plasma Workspaces"    // CentOS 6 的安装方法:yum groupinstall  "X Window System" "KDE Desktop" Desktop

  其它操作同上......

posted @ 2017-05-04 21:21  Wayde-p  阅读(2847)  评论(0编辑  收藏  举报