12

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

2 Answers2

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.

6

You need to remove the package:

  1. sudo apt remove libwacom2
  2. sudo apt upgrade

I hope it works for you.

Sh0x
  • 61