problemas de instalação do python [duplicado]

0

tentando instalar qualquer aplicativo no Ubuntu 16.04 isso me dá essa mensagem no terminal Eu entendo que eu cometi um erro por stalling python 2.6.8 por engano então eu tento configurar python 2.7.12 mas me dê a mesma mensagem Como resolver este problema?

Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
checkinstall is already the newest version (1.6.2-4ubuntu1).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 playonlinux : Depends: python:any (>= 2.7.5-5~)
 python-apt : Depends: python (>= 2.7~) but 2.6.8-1 is to be installed
              Depends: python:any (>= 2.7.5-5~)
 python-minimal : Breaks: python (<= 2.7.3-1~) but 2.6.8-1 is to be installed
 python-pycurl : Depends: python (>= 2.7~) but 2.6.8-1 is to be installed
                 Depends: python:any (>= 2.7.5-5~)
 python-software-properties : Depends: python (>= 2.7) but 2.6.8-1 is to be installed
 python-talloc : Depends: python (>= 2.7~) but 2.6.8-1 is to be installed
 python-wxgtk3.0 : Depends: python (>= 2.7~) but 2.6.8-1 is to be installed
                   Depends: python:any (>= 2.7.5-5~)
 python-wxversion : Depends: python:any (< 2.8)
                    Depends: python:any (>= 2.7.5-5~)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Mahmoud Hesham Moustafa 22.08.2016 / 19:28

1 resposta

0

Tente apenas executar o comando sudo apt-get -f install , conforme a mensagem recomendada.

    
por singerng 24.08.2016 / 04:14