I'm a seasoned linux guy trying to set up Ubuntu on my Dell XPS 13 9350. In the past I've been able to get Arch up and running with no problems, yet I'm struggling to install a package in Ubuntu.
The package is libinput, given by xserver-xorg-input-libinput
. When I try installing it with apt it responds
The following packages have unmet dependencies.
xserver-xorg-input-libinput : Depends: xserver-xorg-core (>= 2:1.17.99.902)
Trying to install xserver-xorg-core
warns that a large number of packages will be removed. Someone on reddit pointed out that a package has been renamed and that's why it can't be installed. Is there any way around this?
EDIT:
Output of 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
apt-cache policy xserver-xorg-core xserver-xorg-input-libinput
please – steeldriver Apr 19 '17 at 12:01xserver-xorg-core
would not be installed - unless your system doesn't have an Xorg subsystem at all (is it a CLI-based server? or running an alternate display server... wayland maybe?) – steeldriver Apr 19 '17 at 12:59xserver-xorg-core-hwe-16.04
– Ed R Apr 19 '17 at 13:23xserver-xorg-core
exists and is installed on my 16.04.2 system – steeldriver Apr 19 '17 at 13:58ubuntu-desktop
which can't be right – Ed R Apr 19 '17 at 16:26