我正在尝试运行 d3pd 提供的脚本(由 faf0 更新)来回答如何安装用于中键点击板滚动的驱动程序。不幸的是,sudo apt-get build-dep xserver-xorg-input-evdev
这导致我的系统(14.04.3 LTS)上存在依赖冲突。
这是“sudo apt-get build-dep xserver-xorg-input-evdev”的输出(编辑:改为英文)
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have unmet dependencies:
indicator-bluetooth : Depends: unity-control-center but it is not going to be installed or
gnome-control-center but it is not going to be installed or
ubuntu-system-settings but it is not going to be installed
libegl1-mesa : Depends: libgbm1 (>= 7.11~1) but it is not going to be installed
liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.11.3-0ubuntu0.14.04.1) but it is not going to be installed
Depends: liboxideqtquick0 (= 1.11.3-0ubuntu0.14.04.1) but it is not going to be installed
libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed
libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed
E: Build-dependencies for xserver-xorg-input-evdev could not be satisfied.
(顺便说一句,这是我在这里问的第一个问题。我尽量简洁一点;请告诉我如何改进它!
答案1
显然,每个版本都有特定的 evdev 驱动程序包。就我而言,它sudo apt-get build-dep xserver-xorg-input-evdev-lts-trusty
运行良好。
虽然我正在运行 Trusty,但事实证明我的系统使用了 xserver-xorg-input-evdev-lts-vivid...