ajit2210
ajit2210

Reputation: 43

How to handle dpkg was interrupted error?

This question is referring to the ubuntu-run PC, where I was installing a package, which got interrupted due to the reason that the repository location is not accessible anymore. As a result, I had to abort the install operation. But later on, whenever I tried to install any other package, I was getting the dpkg was interrupted error. I tried out all the suggestions mentioned, on the terminal. But I had no success. Can people please help find me a way to get my system out of this state (ofcourse, without having to re-install the OS)?

Upvotes: 0

Views: 413

Answers (1)

Jigoro Kano
Jigoro Kano

Reputation: 96

What you need to do is repair DPKG with following command:

sudo dpkg --configure -a 

Hope this helps

Upvotes: 4

Related Questions