received an alert when trying to update system

Asked by JamesH

I got an alert just after starting to update my system that stated that dpkg was interupted and dpkg must manually run E: 'dpkg--configure-a' and on a separate line E:_cache->open()failed, please report. What should be my actions to correct this problem?

Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Bhavani Shankar suggests this article as an answer to your question:
FAQ #52: “Can't install new software and updates”.

Revision history for this message
JamesH (jahmd51-wildblue) said :
#2

This answer resulted in the system not being able to find the function --configure-a and nothing occurred to correct the problem

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#3

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo dpkg --configure -a

Then do also, to upgrade your system using command line:

sudo apt-get -f install
sudo apt-get update
sudo apt-get upgrade

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
JamesH (jahmd51-wildblue) said :
#4

Thanks marcobra, that solved my question.