我想安装Plasma 5.12
在我的Ubuntu 16.04.03系统。所以我在终端中运行了以下几行:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update && sudo apt full-upgrade
sudo apt update && sudo apt install kubuntu-desktop
然而,在安装过程中,我遇到了一个错误,但我没能记下来。然后我执行了df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 9.5G 9.0G 81M 100% /
然后我尝试了这个:
sudo apt-get remove --purge kubuntu-*
sudo apt-get remove --purge kubuntu-desktop
sudo apt-get autoremove
sudo apt-get clean
对于上述所有内容,我收到了相同的错误:
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
当然,apt-get -f install
也不起作用并给出以下错误:
Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Errors were encountered while processing:
/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)
问题:
我该如何解决这个问题?我可以做什么来释放系统上的一些空间并强制卸载kubuntu-desktop
?