Failed security update

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

Hmmm ... try what it says up there. Open a terminal and type what it said, e.g.

Code: Select all

sudo dpkg --configure -a
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.
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

Thainop wrote: I tried typing before posting here, it wasn't working then.
You probably forgot the "sudo" bit. When it spits out the message "you must manually run 'dpkg --configure -a' to correct the problem." you are most likely already running the installer as superuser 'root' so it doesn't mention "sudo" ... And then when you --now a normal user again-- try the command 'dpkg --configure -a' it fails (because you are not 'root' in that moment).

I agree, it's a bit confusing. The error message should be better.

So adding "sudo" (= execute something as superuser 'root') to that part should allow the command 'dpkg --configure -a' to execute correctly, and then really fix the previous problem.
Locked

Return to “Other topics”