Não consigo instalar mais nada devido a dependências não atendidas

0

Eu tentei reinstalar o QGIS depois de não conseguir encontrar um plugin no gerenciador de plugins. Agora parece que não posso instalar mais nada. De alguma forma também o meu gedit sumiu e não consigo mais instalá-lo ... quando tento instalar:

sudo apt-get install qgis python-qgis 

eu recebo:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
qgis is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-qgis : Depends: python-qt4 but it is not going to be installed
               Depends: python-sip but it is not going to be installed
               Depends: python-qgis-common (= 2.0.1-2build2) but it is not going to be installed
               Depends: python-psycopg2 but it is not going to be installed
               Depends: python-qscintilla2 but it is not going to be installed
               Depends: python-pyspatialite but it is not going to be installed
               Depends: python:any (>= 2.7.1-0ubuntu2)
               Depends: sip-api-11.0
E: Unable to correct problems, you have held broken packages.

Eu tentei a maioria das recomendações nos fóruns, mas nada funcionou até agora. infelizmente eu também não tenho experiência com o Linux. Eu ficaria muito feliz com alguma ajuda!

    
por Matthias Bürgler 04.05.2017 / 00:32

1 resposta

0

Minha sugestão é executar sudo apt-get -f install . Ele deve percorrer a árvore de dependências e instalar quaisquer pacotes ausentes ou quebrados. Se isso não funcionar, tente instalar manualmente os pacotes executando o comando: sudo apt-get install python-qt4 python-sip python-qgis-common python-psycopg2 python-qscintilla2 python-pyspatialite python:any sip-api-11.0 . Se isso falhar, então há algo errado com o sistema. Como último recurso, sugiro executar uma atualização de release para o 17.04 executando sudo do-release-upgrade e corrija o problema.

    
por TechdudeGames 04.05.2017 / 02:36