PDA

View Full Version : [xubuntu] dpkg problem



marlan
November 6th, 2008, 06:32 AM
after running 'SUDO apt-get install xubuntu-restricted-extras' I tried to run the synaptic package manager this returned a pop up Stating: E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem, when I run this it returns a message 'Requested operation requires superuser privilege' how do I get this privilege so that I can run the requested setup. :confused:

Crafty Kisses
November 6th, 2008, 06:33 AM
Run this command in Terminal:

sudo dpkg --configure -a

Perfect Storm
November 6th, 2008, 06:34 AM
you must manually run 'dpkg --configure -a' to correct the problem

close synaptic and/or add/remove open the terminal and type;

sudo dpkg --configure -a

REDace0
November 6th, 2008, 06:36 AM
'su' stands for superuser, and 'sudo' stands for superuser do. Whenever you do something with apt-get or aptitude or dpkg, you have to be the superuser/use sudo.

Short answer: type


sudo dpkg --configure -a


[[ WOW, we got three near-simultaneous replies to this one. Now that's service. ;-) ]]

marlan
November 6th, 2008, 06:37 AM
I ran "SUDO --configure -a' in the terminal that is when I got the message 'Requested operation requires superuser privilege' how do I get the superuser privilege? :(

Perfect Storm
November 6th, 2008, 06:38 AM
linux is case sensitive. Make sure it's exactly as it's described above.

marlan
November 6th, 2008, 06:41 AM
Thank you for your help, everything seems to be working fine now.

Regards Marlan

marlan
November 6th, 2008, 06:43 AM
Originally running SUDO in upper case was the problem, hopefully I will remember that next time.