ubuntu包依赖错误导致apt-get失败的解决

ubuntu@koala:~$ sudo apt-get install unattended-upgrades

ubuntu@koala:~$ sudo apt-get install unattended-upgrades

Reading package lists... Done

Building dependency tree

Reading state information... Done

You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies:

libc-dev-bin : Depends: libc6 (< 2.13) but 2.15-0ubuntu10.4 is to be installed

libc6-dev : Depends: libc6 (= 2.12.1-0ubuntu10.2) but 2.15-0ubuntu10.4 is to be installed

libnih-dbus1 : Depends: libnih1 (= 1.0.3-4ubuntu9.1) but 1.0.2-1ubuntu2 is to be installed

libnih1 : Depends: libc6 (< 2.13) but 2.15-0ubuntu10.4 is to be installed

libstdc++6-4.4-dev : Depends: libc6-dev (>= 2.13-0ubuntu6) but 2.12.1-0ubuntu10.2 is to be installed

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

 

解决方法,将 apt-get 改为 aptitude,即

sudo aptitude install unattended-upgrades

 

posted @ 2013-05-09 15:23  barryxiao  阅读(1915)  评论(0编辑  收藏  举报