I tried to install google maps 4.2 and got this error message

Asked by millerxcrunning

Trying to install google maps 4.2 on ubuntu 8.04. I get this message in terminal: E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
What does this mean? -Thanks, Mike

Question information

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

The error means that installing packages was interrupted somehow and an error occured. You need to run "dpkg --configure -a" command. But you have to run this command as root. So run:

sudo dpkg --configure -a

enter your password, and it corrects the error.

Revision history for this message
Dirk Freitag (unr3a1-r00t) said :
#2

Like Ufuk just said, there was an interruption in the installation process. That command will fix it by essentially starting over the configuration of the install. And it should run without interruption and you will have no more problems.

Can you help with this problem?

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

To post a message you must log in.