Sunday, August 3, 2008

'dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem'


Run these commands in the terminal

sudo dpkg --configure -a
sudo apt-get -f install

Source

2 Comments:

Unknown said...

cool this solved my problem, thank you

Enrico Quaresmini said...

Thank you
Enrico