Comment 5 for bug 983543

Revision history for this message
Kuya Marc (kuya-marc) wrote :

Sean Clarke's solution has WORKED!

What really worked was the following commands:
1. dpkg -i /var/cache/apt/archives/*.deb
2. dpkg --configure -a

The 1st dpkg 'force' installs from archives without aptitude.
The 2nd dpkg does automatic configurations.

Marc