由于依赖性问题,无法安装 xorgxrdp

由于依赖性问题,无法安装 xorgxrdp

我正在关注一个关于从 Windows RDP 安装 xRDP 的视频,我需要安装 xorgxrdp。当我尝试安装时,系统提示我存在一些依赖关系问题,如下所示:

The following packages have unmet dependencies:
 xorgxrdp : Depends: xorg-video-abi-23
            Depends: xserver-xorg-core (>= 2:1.18.99.901)
E: Unable to correct problems, you have held broken packages.

我怎样才能解决这个问题?

谢谢

答案1

我遇到了同样的问题,我发现这个页面非常有用:https://c-nergy.be/blog/?p=13390 具体来说,以下步骤可解决此问题:

sudo apt-get install xserver-xorg-core
sudo apt-get install xserver-xorg-input-all
sudo apt-get install xrdp

该页面警告您,如果在第一步后重新启动,您可能会丢失本地键盘/鼠标输入;第二步将修复该问题。

相关内容