我试图在ubuntu17.10上设置多点触摸手势,但由于某些原因,我无法安装libinput工具。
错误:
The following packages have unmet dependencies:
libinput-tools : Depends: libinput10 (= 1.8.4-0ubuntu0.17.10.1) but 1.8.2-1ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.我知道libnput10是默认安装的,因为ubuntu17.10取代了synaptics,所以libinput工具也应该工作吗?
发布于 2018-03-22 04:21:13
看起来,由于某种原因,您正在处理过时的存储库包(我已经在本地安装了它,所有正确的版本依赖项都可用)。
有许多原因*为什么会出现这种情况,但请尝试以下几点:
sudo apt-get update
sudo apt-get -f install*储存库软件包/信息过时的原因:
sudo apt-get update )https://askubuntu.com/questions/1018117
复制相似问题