dpkg was interrupted
Posted by Marslertdpkg was interrupted, you must manually run ‘dpkg –configure -a
How we get this error? It could be there is any interruption when running apt-get update.
Based on my understanding, I have installed some broken program. I need to reconfigure the last broken installed program.
This is the magic word can use to fix this problem,
sudo dpkg –configure -a && sudo apt-get -f install






