PDA

View Full Version : please help ya'll!



angf117
April 16th, 2008, 11:55 PM
im getting this it wont update....



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

criskat777
April 16th, 2008, 11:58 PM
Hello, it's telling you what to do. open a terminal and do what it says. lol:)

criskat777
April 16th, 2008, 11:59 PM
just in case your new to this :

open a terminal then

sudo dpkg --configure -a

enter password an bingo your done :popcorn:

redoscar3
April 17th, 2008, 09:08 PM
And if you type 'man dpkg' in a terminal, it will explain a bit about the dpkg command and what the various parameters mean. You will need to hit the PgDn key several times to get to the --configure -a part, but it is all there. When finished, hit 'q' to exit the man page.

Man pages are a great way to learn about Linux commands.

Red