• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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