我正在更新和升级我的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)我怎样才能解决这个问题?
发布于 2015-08-19 12:28:18
删除冲突的包可以解决这个问题,直到问题得到正确的解决为止。
sudo apt-get purge -f unity-scope-gdrive account-plugin-google account-plugin-facebook发布于 2016-10-06 14:12:07
我看到了Alisson Silveira的S的回答,它离我很近,但在那之后,apt还是坏了。我找到的唯一解决办法是:
sudo apt remove unity-scope-gdrive account-plugin-google account-plugin-facebook kde-telepathy-minimal kde-telepathy啊!怎么这么乱呀!
发布于 2016-02-08 09:07:13
通过使用Synaptic包管理器删除kde-心灵感应解决了这个问题,现在更新和升级功能又开始工作了。
https://askubuntu.com/questions/618389
复制相似问题