How do I fix Ubuntu dependency error?
Method 1: Use the -f parameterOpen a Terminal by pressing Ctrl, Alt and T simultaneously on your keyboard.Type in sudo apt-get install -f and press Enter to execute it.Once it's done, type in sudo dpkg –configure -a, press Enter to run it, and run the command from step 2 once more.Likewise, peo...