你好,我遇到了这样的问题。我尝试安装 kubuntu plasma 桌面,但不知何故安装失败了。现在我无法使用 apt-get,你们能帮我吗?谢谢。
>
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
haveged : Depends: libhavege1 (>= 1.9.0) but it is not going to be installed
kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
答案1
尝试这个 :
sudo apt-get clean
或者
sudo apt-get autoclean
并运行:
sudo apt-get -f install && sudo dpkg --configure -a && sudo apt-get -f install
如果结果
升级了 0 个,新安装了 0 个,删除了 0 个,并且未升级 1 个。
运行这个:
sudo apt-get -u dist-upgrade
并尝试重新安装包