我该怎么做解决这个问题在网页管理(基于 Web 的 Linux 系统配置工具)?
Resolving Dependencies
--> Running transaction check
---> Package xorgxrdp.x8664 0:0.2.6-1.el7 will be updated
---> Package xorgxrdp.x8664 0:0.2.6-2.el7 will be an update
--> Processing Dependency: xorg-x11-server-Xorg(x86-64) = 1.19.5 for package: xorgxrdp-0.2.6-2.el7.x8664
--> Finished Dependency Resolution
Error: Package: xorgxrdp-0.2.6-2.el7.x8664 (epel)
Requires: xorg-x11-server-Xorg(x86-64) = 1.19.5
Installed: xorg-x11-server-Xorg-1.19.3-11.el74.2.x8664 (@updates)
xorg-x11-server-Xorg(x86-64) = 1.19.3-11.el74.2
Available: xorg-x11-server-Xorg-1.19.3-11.el7.x8664 (base)
xorg-x11-server-Xorg(x86-64) = 1.19.3-11.el7
Available: xorg-x11-server-Xorg-1.19.3-11.el74.1.x8664 (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
答案1
orgxrdp
要求:xorg-x11-server-Xorg(x86-64)= 1.19.5
版本1.19.5在里面CentOS-CR.repo
请将(第 28 行)编辑/etc/yum.repos.d/CentOS-CR.repo
为enabled=1
这是临时解决办法吗
CR.repo :持续发布( CR )软件库包含下一个特定 CentOS 版本(例如下一个 CentOS-7 版本)发布的 rpm
CentOS 7.5 即将发布(RHEL 7.5 于 4 月 26 日发布,Scientific SL7.5:明天)。
EPEL(EL 的附加软件包):RHEL 7.5 的附加软件包可用。CentOS:过渡阶段,EPEL 对“CR”软件包的依赖可能是暂时的。
引用:如果您启用 CR repo,则 7.5 已经可用...https://www.centos.org/forums/viewtopic.php?t=65681→ 2018/05/03 11:03:59
那么使用PuTTy(SSH)更新它的代码是什么
远程文本编辑(sed、awk、perl、tee)。sed
命令是:
sudo sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-CR.repo