Eu queria instalar Plasma 5.12
no meu sistema Ubuntu 16.04.03 . Então eu corri as seguintes linhas no Terminal:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update && sudo apt full-upgrade
sudo apt update && sudo apt install kubuntu-desktop
No entanto, no meio da instalação, recebi um erro que não consegui anotar. Então eu executei df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 9.5G 9.0G 81M 100% /
Então eu tentei isso:
sudo apt-get remove --purge kubuntu-*
sudo apt-get remove --purge kubuntu-desktop
sudo apt-get autoremove
sudo apt-get clean
Por todos os itens acima, recebi o mesmo erro:
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
É claro que apt-get -f install
também não funciona e me apresenta o seguinte erro:
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)
PERGUNTA :
Como posso resolver este problema? O que posso fazer para liberar algum espaço no meu sistema e forçar a desinstalação kubuntu-desktop
?