Ubuntu Forums Archive Viewer

please help ya'll!

Archived thread 757280 from Kentucky Team - US. Markdown source: Kentucky_Team_-_US/thread_757280_please_help_ya'll!.md

Original URL About this archive
#1

im getting this it wont update....

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

#2

Hello, it's telling you what to do. open a terminal and do what it says. lol:)

#3

just in case your new to this :

open a terminal then

sudo dpkg --configure -a

enter password an bingo your done :popcorn:

#4

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