2

Выполняя шаги по установке рабочего стола 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.

2 ответа2

2

Там есть известная ошибка. Смотрите: https://bugzilla.redhat.com/show_bug.cgi?id=1565957

Они отмечают:

Использование EPEL со старыми точечными выпусками не поддерживается. Вам необходимо обновить систему до последней версии (7.5) или вручную установить более старый пакет xorgxrdp.

В ветке bugzilla вы можете установить xorgxrdp-0.2.6-1.el7 вручную. После этого вы сможете установить xrdp. Вы можете получить xorgxrdp-0.2.6-1.el7 по адресу https://koji.fedoraproject.org/koji/buildinfo?buildID=1062201 . Эти команды должны работать:

$ yum install https://kojipkgs.fedoraproject.org//packages/xorgxrdp/0.2.6/1.el7/x86_64/xorgxrdp-0.2.6-1.el7.x86_64.rpm

$ yum установить xrdp

0

Просто прочитайте сообщение об ошибке: вы можете попробовать использовать --skip-broken, чтобы обойти проблему.

я использую

yum update --skip-broken

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .