Monday, October 16, 2017

This question already has an answer here: E: dpkg was interrupted… run 'sudo dpkg --configure -a' 1 answer

This question already has an answer here:


dpkg was interrupted, you must manually run 
    sudo dpkg --configure -a
 to correct the problem
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.
2 
Then run sudo dpkg --configure -a is it says. – QwertyChouskie Jan 15 '16 at 20:10
1 
You should read the output, as it says exactly what you must do. – Eduardo Cola Jan 15 '16 at 20:54
   
Check your .history file, where bash stores commands you type. – waltinator Jan 16 '16 at 0:18