Comment 4 for bug 1962043

Revision history for this message
Manfred Hampl (m-hampl) wrote (last edit ):

The cause is that both libwacom2 and libwacom9 depend on libwacom-common in the version identical to the libwacom(number) version.

I assume that you have libwacom2 and libwacom-common installed from a previous Ubuntu release, or a older version in Jammy that meanwhile has been superseded.

sudo apt install libwacom9 libwacom-common=2.1.0-2
or
sudo apt install libwacom9 libwacom2-
or
sudo apt remove libwacom2
should help.

see also https://answers.launchpad.net/ubuntu/+source/libwacom/+question/700653

Eventually a "conflicts:libwacom2" clause in libwcom9's control file could help.