• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Plesk 8.2 on Debian 4.0 - apt-get update/upgrade fails

M

mlnospam

Guest
Hello,

Running on Debian 4.0 64 bit with Plesk 8.2.x I just ran an apt-get update and apt-get upgrade to keep the system up to date, as I usually do. Now the problem is that it won't finish and it bails out with the following error message:

The following packages have unmet dependencies:
libc6-i386: Depends: libc6 (= 2.3.6.ds1-13etch4) but 2.3.6.ds1-13etch2 is installed
E: Unmet dependencies. Try using -f.

This must have to do with Plesk because on other Debian 4.0 servers without Plesk apt-get update/upgrade went fine and libc6 got updated successfully... Now what shall I do ? I can't even install another package because of this error.

Thanks for the help
Regards
 
apt-get -f install

if the error continues remove the packages that make the errors with dselect that helped me.
 
Back
Top