Monday, September 2, 2013

E: dpkg was interrupted, you must manually run 'dpkg--configure-a'

Error :
  e: dpkg was interrupted, you must manually run 'dpkg--configure-a'

Solution:
     In the terminal run the following commands
     Login in as root user
        dpkg --configure -a
        apt-get -f install 
 The broken package will be installed.

No comments:

Post a Comment