python-six errors

0

Não consigo instalar nenhum software, os instaladores nem sequer serão abertos. Eu não posso atualizar para o 17.04, mesmo conjunto de erros.

Ubuntu 16.04 LTS de 64 bits
7,7 GiB
CPU Intel® Core ™ i7-3840QM @ 2.80GHz × 8
Quadro K3000M / PCIe / SSE2
306,6 GB

Estes são os erros:

larry@Dad-Precision-M6700:~/.config$ sudo 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:
 python-configobj : Depends: python-six but it is not going to be installed
 python-cryptography : Depends: python-six (>= 1.4.1) but it is not going to be installed
 python-html5lib : Depends: python-six but it is not going to be installed
 python-openssl : Depends: python-six but it is not going to be installed
 python-urllib3 : Depends: python-six but it is not going to be installed
 synaptic : Depends: libept1.5.0 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).

Mais alguns erros:

larry@Dad-Precision-M6700:~$ sudo apt-get install --reinstall python3-click
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:
 python-configobj : Depends: python-six but it is not going to be installed
 python-cryptography : Depends: python-six (>= 1.4.1) but it is not going to be installed
 python-html5lib : Depends: python-six but it is not going to be installed
 python-openssl : Depends: python-six but it is not going to be installed
 python-urllib3 : Depends: python-six but it is not going to be installed
 python3-click : Depends: python3-colorama but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Ldc001 13.08.2017 / 04:11

1 resposta

0

Você pode tentar instalar python-six manualmente (e qualquer outra dependência que não será instalada automaticamente) e então tentar instalar o synaptic novamente.

Às vezes, o apt faz algumas coisas estranhas, especialmente depois de remover os PPAs ou coisas assim.

EDIT: Além disso, talvez tente sudo apt-get -f install primeiro (sem nomes de pacotes por trás) como sugerido pelos comentários e pelo próprio apt.

    
por Tim Schumacher 14.08.2017 / 10:27