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
本文介绍在Ubuntu系统中安装unattended-upgrades遇到的依赖问题及解决方案。由于某些软件包的依赖未得到满足,导致安装失败。文章提供了一种解决方法:使用aptitude代替apt-get进行安装。

789

被折叠的 条评论
为什么被折叠?



