PDA

View Full Version : [ubuntu] [SOLVED] Problem with Synaptic and terminal



Dyffo
August 16th, 2008, 07:18 PM
I have this error message in both Synaptic and the terminal.:-



E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.


Any advice on how to resolve please.:confused:

howefield
August 16th, 2008, 07:21 PM
open a terminal and type

dpkg --configure -a

Not sure if you need to preface it with sudo...

Dyffo
August 16th, 2008, 07:24 PM
open a terminal and type

dpkg --configure -a

Not sure if you need to preface it with sudo...
mike@mike-desktop:~$ dpkg --configure -a
dpkg: requested operation requires superuser privilege
mike@mike-desktop:~$

Tried your suggestion, but says I require superuser privilidge !!!!!!!!!!!!! - how do I get this

dje
August 16th, 2008, 07:26 PM
you need to run it with root permission (by preceding the command with sudo) so it should be:

sudo dpkg --configure -a
also please use the search function in future, there are many many threads on this exact topic ;)

dje

howefield
August 16th, 2008, 07:27 PM
as I said, you may need to preface with sudo, so try

sudo dpkg --configure -a

It will ask you for your password, type it in and hopefully....

Dyffo
August 16th, 2008, 08:15 PM
Thanks Guys problem solved !!!! Sorry about not using the search function - I tried but no results came up - must have entered the wrong question.