20

I think I used something involving dpkg but I am not able to recall what. After that when I need to do some

sudo-apt

get or even sudo-apt get update I am facing the following issue:

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

Any clue what is wrong and how can I fix this?

gm1
  • 311
  • 1
  • 2
  • 3

1 Answers1

20

It is called when packages are broken, or the package installation is interrupted.

You should run sudo dpkg --configure -a or its alternative apt-get -f install to solve this problem.

Olimjon
  • 7,522