Instalando o kubuntu-desktop no 15.10 Falha e quebra o APT

1

Não estou usando um PPA para o KDE, apenas a versão de estoque. Eu tentei instalar o kubuntu-desktop e ele falhou com o seguinte:

Unpacking kde-config-telepathy-accounts (4:15.08.2-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.08.2-0ubuntu1_amd64.deb (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+15.10.20150723-0ubuntu1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.08.2-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1) code here

Eu não consigo mais atualizar, instalar ou remover nenhum pacote. Todas as operações resultam em um erro:

Reading package lists... Done
Building dependency tree
Reading state information... Done
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
unity-scope-gdrive : Depends: account-plugin-google but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

A execução de "apt-get -f install" apenas resulta no erro original acima.

Eu vi uma sugestão para usar o synaptic para forçar a remoção do pacote account-plugin-google, mas eu não tenho o synaptic instalado e obviamente não posso instalá-lo agora, tanto quanto eu posso dizer. Este é o resultado de "apt-get install synaptic":

Reading package lists... Done
Building dependency tree
Reading state information... Done
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
synaptic : Depends: libept1.4.16 but it is not going to be installed
        Depends: libvte-2.90-9 (>= 1:0.27.2) but it is not going to be installed
        Recommends: libgtk2-perl (>= 1:1.130) but it is not going to be installed
        Recommends: rarian-compat but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por DrBrynzo 05.11.2015 / 19:54

1 resposta

5

Após algumas leituras no APT, consegui terminar a instalação do kubuntu-desktop (apt-get install -f) e fazer com que o APT geralmente funcionasse novamente. Eu tive que forçar-remover conta-plugin-google e sua dependência unidade-escopo-unidade:

dpkg --remove --force-remove-reinstreq account-plugin-google unity-scope-gdrive

Eu não tentei reinstalar esses pacotes, então não sei se isso é uma "correção" real, mas pelo menos o APT está funcionando novamente.

    
por DrBrynzo 05.11.2015 / 20:08