3 votos

QGIS y Ubuntu 14.04 dependencia insatisfecha

He publicado esto en digitalocean, pero es imprescindible que resuelva este problema.

Recién actualizado 14.04 y pasé de probar qgis.org debian al repo de ubuntugis. Resultados:

xx@XX:~$ sudo apt-get install qgis python-qgis qgis-plugin-grass
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Sin embargo:

xx@XX:~$ sudo apt-get install libcheese-gtk23 libcheese7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcheese-gtk23 is already the newest version.
libcheese7 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

He hecho varios intentos al respecto purgando, auto eliminando, etc. Estoy perdido.

Además, con los repos de QGIS y ubuntugis añadidos, intento instalar desde el centro de software y me sale este error:

The following packages have unmet dependencies:

unity-control-center: Depends: libpulse-mainloop-glib0 (>= 1:0.99.1) but 1:4.0-0ubuntu11.1 is to be installed
                      Depends: libpulse0 (>= 1:0.99.1) but 1:4.0-0ubuntu11.1 is to be installed
                      Depends: libxi6 (>= 2:1.2.99.4) but 2:1.7.1.901-1ubuntu1 is to be installed

Cuando voy a actualizarlos, el terminal dice que están actualizados.

2voto

mapBaker Puntos 5348

Siempre he tenido instalaciones perfectas cuando he seguido las instrucciones del sitio oficial de descarga de QGIS:

http://www2.qgis.org/en/site/forusers/alldownloads.html#ubuntu

¿Lo has probado? Las instrucciones en el sitio de descarga de QGIS no son tan intuitivas como me gustaría, pero funcionan cuando se conoce la sintaxis del comando.

Este conjunto de comandos siempre me consigue una instalación limpia completa en Ubuntu:

sudo sh -c 'echo "deb http://qgis.org/debian trusty main" >> /etc/apt/sources.list'  

sudo sh -c 'echo "deb-src http://qgis.org/debian trusty main" >> /etc/apt/sources.list'  

gpg --keyserver keyserver.ubuntu.com --recv 47765B75  

gpg --export --armor 47765B75 | sudo apt-key add -  

sudo apt-get update && sudo apt-get install qgis python-qgis

1voto

Toubib Puntos 121

He encontrado una solución que me ha funcionado en launchpad.net, se describe aquí (ver respuesta #11 de Manfred Hampl): https://answers.launchpad.net/ubuntu/+source/qgis/+question/262666

Básicamente estos son los comandos que ejecuté por sugerencia en launchpad:

sudo apt-get update
sudo apt-get dist-upgrade
sudp dpkg --audit
sudo apt-get install gstreamer1.0-clutter libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15 libcogl-pango15 python-qgis qgis

Ahora tengo tanto QGIS Desktop como QGIS Browser en funcionamiento.

i-Ciencias.com

I-Ciencias es una comunidad de estudiantes y amantes de la ciencia en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X