Ubuntu - error trying to update packages

Asked

Viewed 138 times

0

I am trying to update the packages and is giving the following error when trying to update

sudo apt-get upgrade

Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Você pode querer executar 'apt-get -f install' para corrigí-los.
Os pacotes a seguir têm dependências desencontradas:
 python : Pré-Depende: python-minimal (= 2.7.11-1) mas 2.7.12-1~16.04 
está instalado
 python-all : Depende: python (= 2.7.12-1~16.04) mas 2.7.11-1 está 
instalado
 python-all-dev : Depende: python (= 2.7.12-1~16.04) mas 2.7.11-1 está 
instalado
                  Depende: libpython-all-dev (= 2.7.12-1~16.04) mas 
2.7.11-1 está instalado
 python-dev : Depende: python (= 2.7.12-1~16.04) mas 2.7.11-1 está 
instalado
              Depende: libpython-dev (= 2.7.12-1~16.04) mas 2.7.11-1 
está instalado
E: Dependências desencontradas. Tente usar -f.

Then I tried to follow according to the orientation

sudo apt-get -f install
 Lendo listas de pacotes... Pronto
 Construindo árvore de dependências       
 Lendo informação de estado... Pronto
 Corrigindo dependências... Pronto
 The following additional packages will be installed:
   libpython-all-dev libpython-dev libpython-stdlib python
 Pacotes sugeridos:
   python-doc python-tk
 Os pacotes a seguir serão atualizados:
   libpython-all-dev libpython-dev libpython-stdlib python
 4 pacotes atualizados, 0 pacotes novos instalados, 0 a serem 
 removidos e 83 não atualizados.
 4 pacotes não totalmente instalados ou removidos.
 É preciso baixar 0 B/153 kB de arquivos.
 Depois desta operação, 0 B adicionais de espaço em disco serão 
 usados.
 Você quer continuar? [S/n] 
 Configurando python-minimal (2.7.12-1~16.04) ...
 dpkg: erro ao processar o pacote python-minimal (--configure):
  sub-processo script post-installation instalado retornou estado de 
 saída de erro 1
 Erros foram encontrados durante o processamento de:
  python-minimal
 E: Sub-process /usr/bin/dpkg returned an error code (1)

How to fix this problem since python is a dependency on several packages?

  • It seems that information is missing in this log, at this time I am using the Ubuntu 18.04 having already installed the following versions of Python ... 2.7, 3.6 ... You can find the packages from Python for the versions of Ubuntu here Packages.ubuntu.com

  • It seems that other people are having the same problem: https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1572900

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.