fix updating?

Asked by Mister

When I try to do my software updates I get this error message. How do I fix this?

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

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
kernowyon
Solved:
Last query:
Last reply:
Revision history for this message
Best kernowyon (kernowyon) said :
#1

Open a terminal (Applications > Accessories > Terminal) and type in -

sudo dpkg --configure -a

then press enter. You will be asked for your password - type it in and notice that nothing is displayed as you type the password (it is a security measure). Press enter once you have finished typing the password.

Revision history for this message
Mister (mmmfffwwww) said :
#2

Thank You