Ubuntu 16.04 update error

An error occurred.
Please run the Package Manager from the right-click menu or apt-get in a terminal to see what is wrong.
The error message was:'Error:BrokenCount>0'.
This usually means that your installed packages have unmet dependencies.

use this cmd can fix issue:

sudo apt-get update && sudo apt-get install -f && sudo dpkg --configure -a

猜你喜欢

转载自blog.csdn.net/ngyzqf/article/details/52055189