我已经安装了 kde、unity8 和 gnome,但现在缺少依赖项。有人能帮助我吗?
sudo apt-get -f install
sudo apt-get autoremove
其他的则不起作用。
例如:
sudo apt-get purge kubuntu-desktop
输出:
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:
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 update
sudo apt-get purge kde-telepathy-minimal kubuntu-desktop
sudo apt-get dist-upgrade
如果这不起作用,请运行以下命令,然后发布错误,以便我们继续:
sudo apt-get -f install