借鉴:http://www.cnblogs.com/codeblock/p/5511783.html
出错提示:
正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 kubuntu-desktop 已经是最新版 (1.338)。 您可能需要运行“apt-get -f install”来纠正下列错误: 下列软件包有未满足的依赖关系: kde-telepathy-minimal : 依赖: kde-config-telepathy-accounts (>= 15.04.0) 但是它将不会被安装 E: 有未能满足的依赖关系。请尝试不指明软件包的名字来运行“apt-get -f install”(也可以指定一个解决办法)。12345678
然后按照tips输入sudo apt-get install -f
结果如下:
正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 正在修复依赖关系... 完成 下列软件包是自动安装的并且现在不需要了: ibus-pinyin kde-l10n-engb kde-l10n-zhcn libpyzy-1.0-0v5 python-xdg 使用‘sudo apt autoremove‘来卸载它(它们)。 将会同时安装下列软件: kde-config-telepathy-accounts 下列【新】软件包将被安装: kde-config-telepathy-accounts 升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 98 个软件包未被升级。 有 545 个软件包没有被完全安装或卸载。 需要下载 0 B/137 kB 的归档。 解压缩后会消耗 825 kB 的额外空间。 您希望继续执行吗? [Y/n] y (正在读取数据库 ... 系统当前共安装有 290919 个文件和目录。) 正准备解包 .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...正在解包 kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...dpkg: 处理归档 /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack)时出错: 正试图覆盖 /usr/share/accounts/services/google-im.service,它同时被包含于软件包 account-plugin-google 0.12+16.04.20160126-0ubuntu1 正在处理用于 libc-bin (2.23-0ubuntu3) 的触发器 ...在处理时有错误发生: /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)12345678910111213141516171819202122232425
这是一个bug解决办法在ubuntu bug report 找到的,如下:
For a temporary workaround, run (as root): sudo dpkg -r account-plugin-google unity-scope-gdrive This will remove the conflicting account-plugin-google package and the unity-scope-gdrive package that depends on it (as trying to remove via ‘apt-get‘ will fail) Then, run (as root): sudo apt-get -f install which will finish the installation of kubuntu-desktop.
时间: 2024-10-11 23:47:34