Page 1 of 1

Update Problems

Posted: Wed Apr 25, 2018 12:03 pm
by Lurxl
Hello,
I have just installed Sylvia, Mint Cinnamon 18.3
Initially I wanted to run the updates, which started nice, then I believe they got stuck.
I have restarted, and now it says:
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
Updates do not work anymore and I have no idea what I must do!!
Please help..!

Thank you,
Stefan

Re: Update Problems

Posted: Wed Apr 25, 2018 12:18 pm
by karlchen
Hello, Lurxl.

The error message already offered the key to the solution:
Close Update Manager.
Open a terminal window.
Execute this commandline:

Code: Select all

sudo dpkg --configure -a
Note:
sudo will prompt you to enter your password. While you type the password there will be no visual feedback, no *** will be displayed. Type your password and press the enter key.
Hopefully sudo dpkg --configure -a will finish without problems.
Next try Update Manager again.
Hopefully it will work without issues again.

Best regards,
Karl