0

My so frequently crashing 12.04 system responded with a kernel freeze during my last package update. Which did result in malfunction Package Manger that describes the error as such: "Error:BrokenCount>0"...

Can the package manager be recovered in some way?

Jorge Castro
  • 73,717
Raweden
  • 109

2 Answers2

2

You might wanna try updating system from terminal open terminal by

Ctrl+Alt+T

code:

sudo apt-get autoremove && sudo apt-get autoclean

sudo apt-get update && sudo apt-get -y upgrade --fix-missing
linuxk
  • 629
0

Run this command:

sudo dpkg --configure -a
Eliah Kagan
  • 119,640
asf
  • 1