desktop effects

Asked by kyleriv

i have been following questions about this already, but whenever i get to the terminal and type in "sudo apt-get install xserver-xgl" it tells me "E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem."
once i type "dpkg --configure -a" it says i need to have a superusers privilege. what does this mean? what do i do?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jim Hutchinson (jphutch) said :
#1

Sounds like something got interrupted. Try running the command it suggests. In a terminal type

sudo dpkg --configure -a

Give your password when asked (it won't show anything as you type) and press enter. It should fix the package manager and then you can install anything else you want.

Revision history for this message
Isak Frants (isakfrants) said :
#2

Perhaps you should write "dpkg --configure -a" and see what happens?

Revision history for this message
Kasper Meerts (kasperm-deactivatedaccount) said :
#3

Your package database has been corrupted, so you'll have to reconfigure it manually.
Open a Terminal (Applications -> Accessories -> Terminal)
Now type:

sudo dpkg --configure -a

and press enter. It will ask for your password.
You might be asked a couple of questions, but generally, it safe just to say "Yes" or "Next".

Can you help with this problem?

Provide an answer of your own, or ask kyleriv for more information if necessary.

To post a message you must log in.