1

I got the following message when I tried to open update.

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

Please help me to solve it.

belacqua
  • 23,120

1 Answers1

5

Run the command sudo dpkg --configure -a in terminal, just like the error message says to do.

Thomas Ward
  • 74,764