PDA

View Full Version : [ubuntu] Error when updating



Michael Maurice
January 30th, 2009, 01:29 AM
I'm trying to install the recommended updates but get the following message when attempting to do so:

E: dpkg was interrupted, you must manually run 'dpkg --configure a' to correct the problem

E: _cache->open()failed, please report.

What does this mean and how do I correct it?

Partyboi2
January 30th, 2009, 01:32 AM
Open a Terminal (Applications>Accessoires>Terminal) and do as it suggests

sudo dpkg --configure -a

It means that the package manger was interrupted and by manually running dpkg --configure -a you telling it to configure all unpacked packages.

Michael Maurice
January 30th, 2009, 01:55 AM
Thanks ever so much, it worked.

trendy09
January 30th, 2009, 02:18 AM
Thanks from me too.

vrie8
February 2nd, 2009, 08:31 AM
Open a Terminal (Applications>Accessoires>Terminal) and do as it suggests

sudo dpkg --configure -a

It means that the package manger was interrupted and by manually running dpkg --configure -a you telling it to configure all unpacked packages.
thanks PartyBoi2 i've solve the problem to...