1. "X Window System", "GNOME Desktop 설치"
[root@localhost ~]# yum groupinstall "X Window System" "GNOME Desktop"
2. 부팅 시에 GUI 환경으로 시작할 수 있도록 Runlevel을 5로 변경
[root@localhost ~]# systemctl set-default graphical.target
3. 재부팅 후 GUI 화면으로 시작된 것을 확인
[설치 시스템 OS 정보]
[root@localhost ~]# cat /etc/*-release
CentOS Linux release 7.7.1908 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
CentOS Linux release 7.7.1908 (Core)
CentOS Linux release 7.7.1908 (Core)