Python шесть ошибок

Я не могу заставить программное обеспечение устанавливать, установщики даже не откроются. Я не могу обновить до 17,04, тот же набор ошибок.

Ubuntu 16.04 64-разрядный LTS
7.7 Гибибайт
Intel® Core™ i7-3840QM CPU 2.80 ГГц × 8
Quadro K3000M/PCIe/SSE2
306.6 ГБ

Это ошибки:

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).

Еще некоторые ошибки:

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).
0
задан 14 August 2017 в 01:34

1 ответ

Можно попытаться установить python-six вручную (и любая другая зависимость, которую это не установит автоматически), и затем попытайтесь установить синаптический снова.

Иногда, склонный делает некоторые странные вещи, особенно после удаления PPAs или вещей как это.

РЕДАКТИРОВАНИЕ: Кроме того, возможно, попробуйте sudo apt-get -f install первый (без любых имен пакета позади), как предложено комментариями и самой Кв.

0
ответ дан 2 November 2019 в 19:31

Другие вопросы по тегам:

Похожие вопросы: