0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package libwacom2 needs to be reinstalled, but I can't find an archive for it.

Running Ubuntu 16.04

Zanna
  • 70,465
Rahul
  • 1
  • @Zanna i tried but didn't solve the problem – Rahul Aug 03 '17 at 14:35
  • What happened? Please [edit] your question with any errors you got – Zanna Aug 03 '17 at 16:58
  • @Zanna help me out with his bro ..struggling from hours...When i try to update i get :( W: http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/Release.gpg: Signature by key 492EAFE8CD016A07919F1D2B9ECBEC467F0CEB10 uses weak digest algorithm (SHA1) ) error ......when i try to upgrade or install software i get : (The package libwacom2 needs to be reinstalled, but I can't find an archive for it.) this error – Rahul Aug 03 '17 at 17:48
  • could you please add the full output to your question? You said the other question did not help you, so please [edit] your question to show what happens when you run sudo dpkg --remove --force-all libwacom2 and then sudo apt update. If you show the full output, we can see the whole problem, hopefully. – Zanna Aug 03 '17 at 18:03

1 Answers1

0

Looks like you will need to build it. Looks simple enough, details here:

http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom

John
  • 121