The following packages have unmet dependencies:
libc6: Depends: libc-bin (= 2.15-0ubuntu10.3) but 2.15-0ubuntu10.4 is installed
libc6-dev: Depends: libc6 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 is installed
Depends: libc-dev-bin (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.4 is installed
libc6:i386: Depends: libc-bin (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.4 is installed
有办法修复吗?我是 Ubuntu 新手,所以让我们一步步来。
答案1
您的libc6
软件包比其他软件包的版本旧,请执行以下命令:
sudo apt-get update
sudo apt-get upgrade
此后,sudo apt-get dist-upgrade
应该可以正常运行。