我不使用PPA的KDE,只是股票版本。我试着安装kubuntu桌面,但它失败了,原因如下:
Unpacking kde-config-telepathy-accounts (4:15.08.2-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.08.2-0ubuntu1_amd64.deb (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+15.10.20150723-0ubuntu1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.08.2-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1) code here我不能再更新,安装,或删除任何软件包。所有操作都会导致错误:
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
unity-scope-gdrive : Depends: account-plugin-google but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).运行"apt-get -f安装“只会导致上面的原始错误。
我看到了一个建议,使用突触强制删除帐户插件-谷歌包,但我没有安装突触,显然不能安装,现在,我可以知道。这是“apt-获取安装突触”的结果:
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
synaptic : Depends: libept1.4.16 but it is not going to be installed
Depends: libvte-2.90-9 (>= 1:0.27.2) but it is not going to be installed
Recommends: libgtk2-perl (>= 1:1.130) but it is not going to be installed
Recommends: rarian-compat but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).发布于 2015-11-05 19:08:37
在阅读了APT之后,我完成了kubuntu桌面安装( After安装-f),并使APT再次正常工作。我不得不强制删除帐户插件-google和它的依赖性统一范围驱动:
dpkg --remove --force-remove-reinstreq account-plugin-google unity-scope-gdrive我没有试图重新安装这些软件包,所以我不知道这是否是一个真正的“修复”,但它至少得到了适当的工作再次。
https://askubuntu.com/questions/694430
复制相似问题