Ubuntu update

Asked by jussi

When I try to update Ubuntu,I get a message: Only one software management tool is
allowed to run at the same time. Please close the other applications e.g. ' aptitude ' or
Synaptic '. When I try to run Synaptic Package Management, I get a message: E: dpkg was
interrupted, you must manually run dpkg --configure -a. When I do this, I get the next
message: dpkg: requested operation requires superuser privilege.

I don't run other softwares when I am updating. Why this message ?
So, how to update Ubuntu ?
dpkg, what it is doing ?
What means superuser ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 🦄
Solved:
Last query:
Last reply:
Revision history for this message
Best Alan Pope 🍺🐧🐱 🦄 (popey) said :
#1

Looks like an update broke somwhere down the line and you need to restart it:-

Applications --> Accessories --> Terminal

In the terminal type:-

sudo dpkg --configure -a

It will ask for your password.

Which means "as the administrator" (sudo) run the package configuration tool (dpkg) and reconfigure (--configure) all packages (-a).

Revision history for this message
jussi (juhani-hatakka) said :
#2

Sorry
When I typed sudo dpkg -- configure -a , I got a message : setting
up,
evolution ( 2.6.1 - Oubuntu 7.1).
Shall I back to Windows ?

On 4/13/07, Alan Pope <email address hidden> wrote:
>
> Your question #4971 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+ticket/4971
>
> Status: Open => Answered
>
> Alan Pope proposed the following answer:
> Looks like an update broke somwhere down the line and you need to
> restart it:-
>
> Applications --> Accessories --> Terminal
>
> In the terminal type:-
>
> sudo dpkg --configure -a
>
> It will ask for your password.
>
> Which means "as the administrator" (sudo) run the package configuration
> tool (dpkg) and reconfigure (--configure) all packages (-a).
>
> _______________________________________________________________________
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+ticket/4971/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+ticket/4971
>

Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) said :
#3

Is that it?

There was no further message other than that?

Revision history for this message
jussi (juhani-hatakka) said :
#4

OK
My problem is solved. Thank you !!

Revision history for this message
Paul (paulspoelstra) said :
#5

Alan, thank you very much, My problem is solved too because of your support!