Cannot install xrdp

General support questions
Post Reply
xen
Posts: 2
Joined: 2018/11/21 10:23:05

Cannot install xrdp

Post by xen » 2018/11/21 10:29:38

Hello guys,

I have followed step by step many guides exist out there but i constantly get the following error message:

Code: Select all

# yum install xrdp tigervnc-server -y                                    Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
epel/x86_64/metalink                                                     |  31 kB  00:00:00
 * base: ftp.otenet.gr
 * epel: mirrors.nav.ro
 * extras: ftp.otenet.gr
 * nux-dextop: mirror.li.nux.ro
 * updates: ftp.otenet.gr
base                                                                     | 3.6 kB  00:00:00
epel                                                                     | 3.2 kB  00:00:00
extras                                                                   | 3.4 kB  00:00:00
nux-dextop                                                               | 2.9 kB  00:00:00
updates                                                                  | 3.4 kB  00:00:00
(1/8): base/7/x86_64/group_gz                                            | 166 kB  00:00:00
(2/8): extras/7/x86_64/primary_db                                        | 205 kB  00:00:00
(3/8): epel/x86_64/group_gz                                              |  88 kB  00:00:00
(4/8): base/7/x86_64/primary_db                                          | 5.9 MB  00:00:01
(5/8): epel/x86_64/updateinfo                                            | 932 kB  00:00:01
(6/8): updates/7/x86_64/primary_db                                       | 6.0 MB  00:00:01
(7/8): epel/x86_64/primary                                               | 3.6 MB  00:00:01
(8/8): nux-dextop/x86_64/primary_db                                      | 1.8 MB  00:00:02
epel                                                                                12708/12708
Resolving Dependencies
--> Running transaction check
---> Package tigervnc-server.x86_64 0:1.8.0-5.el7 will be installed
---> Package xrdp.x86_64 1:0.9.8-1.el7 will be installed
--> Processing Dependency: xorgxrdp for package: 1:xrdp-0.9.8-1.el7.x86_64
--> Running transaction check
---> Package xorgxrdp.x86_64 0:0.2.8-3.el7 will be installed
--> Processing Dependency: xorg-x11-server-Xorg(x86-64) = 1.20.1 for package: xorgxrdp-0.2.8-3.el7.x86_64
--> Finished Dependency Resolution
Error: Package: xorgxrdp-0.2.8-3.el7.x86_64 (epel)
           Requires: xorg-x11-server-Xorg(x86-64) = 1.20.1
           Installed: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (@updates)
               xorg-x11-server-Xorg(x86-64) = 1.19.5-5.1.el7_5.0.1
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (base)
               xorg-x11-server-Xorg(x86-64) = 1.19.5-5.el7
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (updates)
               xorg-x11-server-Xorg(x86-64) = 1.19.5-5.1.el7_5
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Cannot install xrdp

Post by avij » 2018/11/21 10:38:42

Try adding --enablerepo=cr to your yum command line.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Cannot install xrdp

Post by TrevorH » 2018/11/21 10:43:24

That looks like you should update everything from CR before you try to install xrdp. It appears to have been built against 7.6 so there is no guarantee that it won't break in unexpected ways if not using what will become 7.6 in due course.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

xen
Posts: 2
Joined: 2018/11/21 10:23:05

Re: Cannot install xrdp

Post by xen » 2018/12/03 14:55:57

avij wrote:
2018/11/21 10:38:42
Try adding --enablerepo=cr to your yum command line.
Sorry for late response, it works with this way.

Post Reply