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
?