“试图覆盖'/usr/share/accounts/services/google-im.service',这也在package-plugin-google 0.12 + 15.04.20150415.1-0ubuntu2软件包中”


20

我正在尝试更新和升级我的kubuntu 15.04。尝试安装所有升级后,出现以下错误消息:

The following extra packages will be installed:
kde-config-telepathy-accounts
The following packages will be upgraded:
kde-config-telepathy-accounts
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/122 kB of archives.
After this operation, 1.948 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 626049 files and directories currently installed.)
Preparing to unpack .../kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb ...
Unpacking kde-config-telepathy-accounts (15.04.0-0ubuntu1~ubuntu15.04~ppa1) over (0.9.0-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
E: Sub-process /usr/bin/dpkg returned an error code (1)

我该如何解决这个问题?


嗯,这就是说它正在尝试安装的东西已经安装并包含在另一个软件包中。这会阻止它完成安装。sudo apt-get remove account-plugin-google在再次尝试之前运行。
TheWanderer

尚无已知答案。但是,已在Launchpad上提交了一个错误报告,该错误报告又被传播到上游。您可以在此处关注其状态:bugs.launchpad.net/kubuntu-ppa/+bug/1451728以及此处bugs.kde.org/show_bug.cgi?id=347219
Palantir

1
当我尝试安装kubuntu和ubuntu 16.04桌面时,发生了相同的问题。
阿鲁纳

Answers:



6

我看到了Alisson Silveira答案,而且很接近,但是在那之后仍然不可行。我发现修复它的唯一方法是:

sudo apt remove unity-scope-gdrive account-plugin-google account-plugin-facebook kde-telepathy-minimal kde-telepathy

真是一团糟!


这也对我有用,其他答案都没有。
山姆·威尔逊

4

通过使用Synaptic软件包管理器删除kde-telepathy可以解决此问题,现在更新和升级功能可以再次使用。


谢谢!我安装了Synaptic,因此可以按照您的建议!
莫妮卡(Monica)的正义
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.