Reconfiguring
-
2. Automatic Configuration
Again Try Automatic Configuration.
sudo dpkg --configure -a
Now possibly you can try to manually remove the offending Packages with:
sudo apt purge [MYPACK]
Replacing [MYPACK] with that found on Output of the previous Command.
But if Dependency Problems Try the Solution Here Below!
Contents