ошибки python-six

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

Ubuntu 16.04 LTS 64-бит 7.7 ГиБ Intel® Core ™ i7-3840QM CPU @ 2.80GHz × 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 в 11:34

2 ответа

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

Иногда, apt делает некоторые странные вещи, особенно после удаления PPA или что-то вроде этого.

EDIT: Кроме того, возможно, сначала попробуйте sudo apt-get -f install (без каких-либо названий пакетов), как предложено комментариями и apt.

0
ответ дан 18 July 2018 в 08:36

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

Иногда, apt делает некоторые странные вещи, особенно после удаления PPA или что-то вроде этого.

EDIT: Кроме того, возможно, сначала попробуйте sudo apt-get -f install (без каких-либо названий пакетов), как предложено комментариями и apt.

0
ответ дан 24 July 2018 в 19:08

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

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