-1

This command sudo apt-get -f install fails every time I try to run it.

enter image description here

rockower
  • 99
  • 4
  • 1
    It is hard to understand what exactly goes wrong according to this screenshot. Try to run `strace apt-get -f install` . Also try to look at `/var/log/apt/term.log` – AseN Apr 29 '18 at 22:21
  • try #apt-get update" and #dpkg-reconfigure--force" first and then try to install. – Sunil Bhoi Apr 30 '18 at 09:05

1 Answers1

1

I suggest you to clean the package cache by issuing:

$ sudo apt-cache clean

And then a $ sudo apt-get update, just in case.