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