This command sudo apt-get -f install
fails every time I try to run it.
Asked
Active
Viewed 386 times
-1
-
1It 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