无法在ubuntu 16.04上安装Qgis

无法在ubuntu 16.04上安装Qgis,ubuntu,qgis,Ubuntu,Qgis,安装Qgis时遇到依赖性问题: 我正在ubuntu 16.04上安装qgis 2.14 sudo apt-get install qgis python-qgis qgis-plugin-grass Reading package lists... Done Building dependency tree Reading state information... Done python-qgis is already the newest version (1:2.18.9+24

安装Qgis时遇到依赖性问题: 我正在ubuntu 16.04上安装qgis 2.14

sudo apt-get install qgis python-qgis qgis-plugin-grass
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-qgis is already the newest version (1:2.18.9+24xenial).
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: python-qgis (= 1:2.14.15+24xenial) but 1:2.18.9+24xenial is to be installed
        Depends: qgis-providers (= 1:2.14.15+24xenial) but 1:2.18.9+24xenial is to be installed
        Depends: qgis-common (= 1:2.14.15+24xenial) but 1:2.18.9+24xenial is to be installed
        Recommends: qgis-plugin-globe but it is not going to be installed
 qgis-plugin-grass : Depends: qgis-plugin-grass-common (= 1:2.14.15+24xenial) but 1:2.18.9+24xenial is to be installed
                     Depends: qgis-provider-grass (= 1:2.14.15+24xenial) but 1:2.18.9+24xenial is to be installed
E: Unable to correct problems, you have held broken packages.

我认为您应该删除所有与qgis相关的包

sudo apt purge *qgis*
然后重新安装。这可能对你有帮助