出錯提示:
正在讀取軟件包列表... 完成 正在分析軟件包的依賴關系樹 正在讀取狀態信息... 完成 kubuntu-desktop 已經是最新版 (1.338)。 您可能需要運行“apt-get -f install”來糾正下列錯誤: 下列軟件包有未滿足的依賴關系: kde-telepathy-minimal : 依賴: kde-config-telepathy-accounts (>= 15.04.0) 但是它將不會被安裝 E: 有未能滿足的依賴關系。請嘗試不指明軟件包的名字來運行“apt-get -f install”(也可以指定一個解決辦法)。
然后按照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)
這是一個bug解決辦法在ubuntu bug report 找到的,如下:
For a temporary workaround, run (as root): 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): apt-get -f install which will finish the installation of kubuntu-desktop.