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
Sean Clarke's solution has WORKED!
What really worked was the following commands: apt/archives/ *.deb
1. dpkg -i /var/cache/
2. dpkg --configure -a
The 1st dpkg 'force' installs from archives without aptitude.
The 2nd dpkg does automatic configurations.
Marc