Выполняя шаги по установке рабочего стола GNOME на Centos 7, я получаю следующие ошибки
[root@test-vm-2 ansible]# yum -y install xrdp xorg-x11-xinit
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* epel: ftp.nluug.nl
Package xorg-x11-xinit-1.3.4-1.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package xrdp.x86_64 1:0.9.6-1.el7 will be installed
--> Processing Dependency: xorgxrdp for package: 1:xrdp-0.9.6-1.el7.x86_64
--> Running transaction check
---> Package xorgxrdp.x86_64 0:0.2.6-2.el7 will be installed
--> Processing Dependency: xorg-x11-server-Xorg(x86-64) = 1.19.5 for package: xorgxrdp-0.2.6-2.el7.x86_64
--> Finished Dependency Resolution
Error: Package: xorgxrdp-0.2.6-2.el7.x86_64 (epel)
Requires: xorg-x11-server-Xorg(x86-64) = 1.19.5
Installed: xorg-x11-server-Xorg-1.19.3-11.el7_4.2.x86_64 (@updates)
xorg-x11-server-Xorg(x86-64) = 1.19.3-11.el7_4.2
Available: xorg-x11-server-Xorg-1.19.3-11.el7.x86_64 (base)
xorg-x11-server-Xorg(x86-64) = 1.19.3-11.el7
Available: xorg-x11-server-Xorg-1.19.3-11.el7_4.1.x86_64 (updates)
xorg-x11-server-Xorg(x86-64) = 1.19.3-11.el7_4.1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Шаги, которые я пытался установить
yum -y install epel-release
yum -y groupinstall "GNOME Desktop" "Server with GUI"
yum -y install xrdp xorg-x11-xinit
Это начало происходить с сегодняшнего дня. Я смог установить компонент XRDP до вчерашнего дня. Пожалуйста, помогите мне в решении проблемы.
Я использую образ Openlogic Centos 7.4 на MS Azure.