Ubuntu – Getting the error Error:BrokenCount>0 after installing packages

aptpackage-management

I am getting the following error in the top menu bar:

An error occurred.Please run the Package Manger form 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.

Best Answer

I tried

sudo rm -vf /var/lib/apt/lists/*

To remove all the broken package information. Then I ran

sudo apt-get update

This restored the package database.

After that I opened Ubuntu Software Center and a dialog box appeared saying that i needed to repair some broken dependencies. I clicked on the Repair button and the problem was resolved.

Related Question