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
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
6
You need to remove the package:
- sudo apt remove libwacom2
- sudo apt upgrade
I hope it works for you.
Sh0x
- 61