Apt unmet dependencies conta-plugin-facebook e google [duplicado]

3

Eu estou rodando o Kubuntu 16.04 e decidi tentar acasalar (acho que devo ter instalado o ackage padrão, mas não tenho certeza). Ele estava funcionando bem até hoje, quando eu instalei o Ubuntu-mate-desktop. A instalação caiu devido a arquivos já presentes nos arquivos do KDE. Eu não me importo com o plugin do google e eu não tenho o Facebook, então eu realmente não me importo.

Mas não consigo mais executar os comandos do apt-get. apt-get install -f retorna o seguinte:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  account-plugin-facebook account-plugin-google
The following NEW packages will be installed:
  account-plugin-facebook account-plugin-google
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/6 222 B of archives.
After this operation, 58,4 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 314495 files and directories currently installed.)
Preparing to unpack .../account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb ...
Unpacking account-plugin-facebook (0.12+16.04.20160126-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb (--unpack):
 trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package kaccounts-providers 4:15.12.3-0ubuntu1
Preparing to unpack .../account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb ...
Unpacking account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb (--unpack):
 trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in package kaccounts-providers 4:15.12.3-0ubuntu1
Errors were encountered while processing:
 /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb
 /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Como posso fazê-lo funcionar novamente?

Obrigado

    
por RHarris 08.09.2016 / 19:32

1 resposta

5

Eu encontrei uma solução em outro segmento:

sudo dpkg -i --force-overwrite /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
sudo apt-get install -f
    
por RHarris 08.09.2016 / 19:41