Reputation: 43
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
Reputation: 96
What you need to do is repair DPKG with following command:
sudo dpkg --configure -a
Hope this helps
Upvotes: 4