Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rigid
Created May 13, 2015 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rigid/823d0b4036888f6f9ad2 to your computer and use it in GitHub Desktop.
Save rigid/823d0b4036888f6f9ad2 to your computer and use it in GitHub Desktop.
QGIS 2.8.x install fail on linux mint
:: removed old version
# sudo apt-get autoremove --purge qgis
:: with deb http://qgis.org/debian jessie main
:: update
# sudo apt-get update
# 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:
python-qgis : Depends: python-qgis-common (= 1:2.8.2+13jessie) but it is not going to be installed
Depends: libqgispython2.8.2 but it is not going to be installed
Depends: libqgis-analysis2.8.2 but it is not going to be installed
Depends: libqgis-core2.8.2 but it is not going to be installed
Depends: libqgis-gui2.8.2 but it is not going to be installed
Depends: libqgis-networkanalysis2.8.2 but it is not going to be installed
Depends: libqgis-server2.8.2 but it is not going to be installed
Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to be installed
Depends: sip-api-11.1 but it is not installable
qgis : Depends: libqgis-analysis2.8.2 but it is not going to be installed
Depends: libqgis-core2.8.2 but it is not going to be installed
Depends: libqgis-gui2.8.2 but it is not going to be installed
Depends: libqgis-networkanalysis2.8.2 but it is not going to be installed
Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to be installed
Depends: qgis-providers (= 1:2.8.2+13jessie) but it is not going to be installed
qgis-plugin-grass : Depends: libqgis-core2.8.2 but it is not going to be installed
Depends: libqgis-gui2.8.2 but it is not going to be installed
Depends: libqgisgrass2.8.2 but it is not going to be installed
Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
------------------------------------------------------------------------------------------
:: with deb http://qgis.org/ubuntugis trusty main
:: update
# sudo apt-get update
# sudo apt-get install qgis python-qgis qgis-plugin-grass
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:
qgis : Depends: libgdal.so.1-1.11.2 but it is not installable
Depends: qgis-providers (= 1:2.8.2+20trusty-ubuntugis) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment