PDA

View Full Version : [ubuntu] Udate Problem


MarkID
April 13th, 2009, 08:47 AM
I was trying to install upgrades and I got this message. What does it mean? What do I do? Please make your answer as specific as possible. Thank you.


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


System: PanP4n, Intrepid.

drs305
April 13th, 2009, 08:49 AM
sudo dpkg --configure -a
You must run it as root. Enter that command in a terminal. It will ask for a password. Type your password - you won't see it being entered for security reasons. Hit ENTER once you have typed it in.

You can read what the switches do with the dpkg command by reviewing the man page: in a terminal type "man dpkg".