CentOS에 GUI 환경 그놈 설치 메모
소개
CentOS 환경에 GUI가 필요하게 되었기 때문에, 데스크탑 환경으로서 그놈을 인스톨 해 보았습니다.
환경
[user@localhost ~]$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
절차
CentOS 최신화
[user@localhost ~]$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
절차
CentOS 최신화
$ [user@localhost ~]$ sudo -E yum update -y
...
yum-plugin-fastestmirror.noarch 0:1.1.31-50.el7 zlib.x86_64 0:1.2.7-18.el7
置換:
grub2.x86_64 1:2.02-0.65.el7.centos.2 grub2-tools.x86_64 1:2.02-0.65.el7.centos.2
完了しました!
[user@localhost ~]$ cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
그놈 설치
$ sudo -E yum groups install "GNOME Desktop" -y
...
xorg-x11-server-utils.x86_64 0:7.7-20.el7 xorg-x11-xkb-utils.x86_64 0:7.7-14.el7
yajl.x86_64 0:2.0.4-4.el7 yelp-libs.x86_64 2:3.28.1-1.el7
yelp-xsl.noarch 0:3.28.0-1.el7 zenity.x86_64 0:3.28.1-1.el7
完了しました!
[user@localhost ~]$
GUI 시작
이번에는 CentOS 콘솔에서 부팅하는 단계입니다. SSH에서 원격 CUI 환경에서 시작할 수 없습니다.
$ startx
잠시 후 아래 GUI 화면이 시작됩니다.
일본어를 선택하고 다음을 클릭합니다.
일본어를 선택하고 다음을 클릭합니다.
위치 정보를 “OFF”하고 “다음”을 누릅니다.
온라인 계정에 대한 연결은 우선 '건너뛰기'합니다.
CentOS Linux 시작하기(S)를 눌러 설치를 완료합니다.
※CentOS가 최신화되지 않는 경우, 아래와 같은 에러가 발생해 인스톨이 실패합니다.
$ sudo -E yum groups install "GNOME Desktop" -y
…
(1112/1112): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:19
--------------------------------------------------------------------------------
合計 5.6 MB/s | 881 MB 02:36
Running transaction check
Running transaction test
Transaction check error:
file /boot/efi/EFI/centos from install of fwupdate-efi-12-5.el7.centos.x8![001.png](https://qiita-image-store.s3.amazonaws.com/0/193995/ebdc951b-2db6-2652-bda0-5a2118dead7b.png)
6_64 conflicts with file from package grub2-common-1:2.02-0.65.el7.centos.2.noarch
エラーの要約
-------------
[user@localhost ~]$
참고 자료의 CentOS 7 : X 기반 GUI 데스크톱 환경 설치 에 해결책이 기재됩니다만, 시도한 곳에서 잘 되지 않았습니다.
참고 자료
CentOS7에 Windows 원격 데스크톱 연결하는 방법
Reference
이 문제에 관하여(CentOS에 GUI 환경 그놈 설치 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/okcoder/items/5b73875ebfe6471d484c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)