KDE 데스크탑 설치가 손상된 후 디스크가 꽉 차서 이제 아무것도 삭제/제거할 수 없습니다

KDE 데스크탑 설치가 손상된 후 디스크가 꽉 차서 이제 아무것도 삭제/제거할 수 없습니다

Plasma 5.12내 컴퓨터에 설치하고 싶어요우분투 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?

관련 정보