Ed *_*d R 7 package-management apt xorg 16.04 libinput
我是一个经验丰富的 linux 人,试图在我的戴尔 XPS 13 9350 上设置 Ubuntu。过去我已经能够毫无问题地启动和运行 Arch,但我正在努力在 Ubuntu 中安装一个软件包。
包是 libinput,由xserver-xorg-input-libinput. 当我尝试使用 apt 安装它时,它会响应
The following packages have unmet dependencies.
xserver-xorg-input-libinput : Depends: xserver-xorg-core (>= 2:1.17.99.902)
Run Code Online (Sandbox Code Playgroud)
尝试安装会xserver-xorg-core警告大量软件包将被删除。reddit 上有人指出一个包已被重命名,这就是它无法安装的原因。有没有办法解决?
编辑:输出 apt-cache policy xserver-xorg-core xserver-xorg-input-libinput
xserver-xorg-core:
Installed: (none)
Candidate: 2:1.18.4-0ubuntu0.2
Version table:
2:1.18.4-0ubuntu0.2 500
500 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
2:1.18.3-1ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
xserver-xorg-input-libinput:
Installed: (none)
Candidate: 0.18.0-1
Version table:
0.18.0-1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64
Packages
Run Code Online (Sandbox Code Playgroud)
所以我提交了一个错误报告,回复是这样的:
You're not supposed to have xserver-xorg-input-libinput installable, that's not possible
because it's bound to the server input ABI
install xserver-xorg-input-libinput-hwe-16.04 instead
Run Code Online (Sandbox Code Playgroud)
安装重命名的软件包有效。这些似乎最近已重命名,这就是混淆的来源。