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

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
randancing

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

Post by randancing »

My software won't allow me to update. Does anyone know what this is and what I can do about it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
jglen490

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

Post by jglen490 »

Did you try running

Code: Select all

dpkg --configure -a
, or

Code: Select all

 sudo dpkg --configure -a
?
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

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

Post by Larry78723 »

Copy the following:

Code: Select all

dpkg --configure -a
Then open a terminal, click edit, paste and hit the 'Enter' key. If that doesn't fix it, get back to us. Otherwise, please mark your topic [SOLVED].
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
User avatar
karlchen
Level 23
Level 23
Posts: 18239
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

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

Post by karlchen »

The command to be executed is

Code: Select all

sudo dpkg --configure -a
Note the prefixed sudo This will make sure that the dpkg part will be run with root privileges.
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
User avatar
deanr72
Level 3
Level 3
Posts: 184
Joined: Sat Mar 24, 2018 2:00 pm
Location: Poland

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

Post by deanr72 »

What a coincidence. I had exactly the same problem the other day and found the same solution elsewhere. The command should solve the problem - or at least it did foe me.
Locked

Return to “Beginner Questions”