The following packages have unmet dependencies: libwacom9 : Depends: libwacom-common (= 2.1.0-2) but 1.12-1 is to be installed E: Broken packages getting this error when using apt upgrade
Asked
Active
Viewed 4.5k times
12
2 Answers
29
same issue today. if you need to or want to keep the package like me, just run:
sudo apt install libwacom-common
it will install the missing package and after that
sudo apt update
It will run like a train.
user1575702
- 291
-
1
-
After that, in 22.04 updates couldn't be made with apt in terminal, because of all upgradable packages being held back, but Discover worked just fine. – cipricus Apr 15 '22 at 21:38
6
You need to remove the package:
- sudo apt remove libwacom2
- sudo apt upgrade
I hope it works for you.
Sh0x
- 61
-
Why would you remove the package? Please give supporting info for your answer. – David DE Mar 02 '22 at 09:00
-
Because it was a problem with dependencies. If you want to install the new version of libwacom, go to this page https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.1.0 – Sh0x Mar 03 '22 at 10:12
-
-
libwacom-commonand then (to avoid conflicts and other errors reported byaptin terminal after that) by simply using Discover instead of other tools. – cipricus Apr 15 '22 at 18:38