1

Everything was working fine but now every-time I run sudo apt-get install (program) or even sudo apt-get update I get this message:

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

what must I do to fix this? I am running Ubuntu 13.10 32-bit

chaos
  • 28,186
user223628
  • 15
  • 4

1 Answers1

0

If you got this error

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

suddenly run this command,

sudo dpkg --configure -a

And then try to update or install packages.

Avinash Raj
  • 80,446