중복 된 주제 일 수 있음을 알고 있지만 며칠 동안 어려움을 겪고 있습니다. QGIS를 2.8에서 2.18로 업그레이드 한 후 모든 것이 깨졌습니다. pgadmin3에서 PostGIS 확장을 사용할 수 없습니다.
나는 충돌이 있음을 알아 냈습니다. libgdal1h
: 설치되어있는 경우, 그 반대의 PostGIS와 및 그 사용하는 다른 라이브러리를 제거합니다.
예를 들어 QGIS 설치 방법에 대한 몇 가지 자습서를 시도했습니다.
Ubuntu 16.04 Xenial에 QGIS 2.14 Essen 설치
예를 들어 다음과 같이 온라인으로보고 된 모든 제안을 시도했습니다.
/ubuntu/351899/qgis-quantum-gis-install-fails-unmet-dependencies
/ubuntu/621406/dist-upgrade-in-ubuntu-14-04-uninstalled-qgis-and-results-in-unmet-dependencies
libgeos-3.5.0과 호환되는 libgeos-c1 버전을 어디서 찾을 수 있습니까?
항상 답장 sudo apt-get install qgis python-qgis
은 다음과 같습니다.
The following packages have unmet dependencies:
python-qgis : Depends: python-qt4-sql but it is not installable
Depends: python-qgis-common (= 1:2.14.8+20trusty-ubuntugis) but it is not going to be installed
Depends: python-psycopg2 but it is not installable
Depends: python-qscintilla2 but it is not installable
Depends: python-jinja2 but it is not installable
Depends: python-markupsafe but it is not installable
Depends: python-pygments but it is not installable
Depends: python-yaml but it is not installable
Depends: python-pyspatialite but it is not installable
Depends: libqgispython2.14.8 but it is not going to be installed
Depends: libqgis-analysis2.14.8 but it is not going to be installed
Depends: libqgis-core2.14.8 but it is not going to be installed
Depends: libqgis-gui2.14.8 but it is not going to be installed
Depends: libqgis-networkanalysis2.14.8 but it is not going to be installed
Depends: libqgis-server2.14.8 but it is not going to be installed
Recommends: liblwgeom-dev but it is not installable
qgis : Depends: gdal-abi-2-1-0 but it is not installable
Depends: libgdal20 (>= 2.0.1) but it is not installable
Depends: libgeos-c1v5 (>= 3.4.2) but it is not installable
Depends: libqgis-analysis2.14.8 but it is not going to be installed
Depends: libqgis-app2.14.8 but it is not going to be installed
Depends: libqgis-core2.14.8 but it is not going to be installed
Depends: libqgis-gui2.14.8 but it is not going to be installed
Depends: libqgis-networkanalysis2.14.8 but it is not going to be installed
Depends: qgis-providers (= 1:2.14.8+20trusty-ubuntugis) but it is not going to be installed
Depends: qgis-common (= 1:2.14.8+20trusty-ubuntugis) but it is not going to be installed
Recommends: qgis-plugin-globe but it is not going to be installed
Recommends: qgis-plugin-grass but it is not going to be installed
Recommends: qgis-provider-grass but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
모든 패키지와 라이브러리를 제거 했으므로 Synaptic Package Manager 및 다음 명령을 사용하여 postgis, postgres 및 QGIS와 관련된 라이브러리가 없습니다.
sudo apt-get purge qgis
sudo apt-get autoremove qgis
sudo apt-get --purge remove qgis
sudo apt-get update
그러나 문제는 아직 해결되지 않았습니다.
파일에서 ubuntugis 및 / 또는 데비안의 저장소를 제거하려고했습니다 /etc/apt/sources.list
.
아무것도.
그리고 나는이 소스를 사용하는 이유를 이해하지 못합니다 http://qgis.org/ubuntugis/ 나는 여전히 차이점 에 대해 문제가 있습니다.
어떻게해야합니까?
나는 이것이 깨진 패키지에 도움이되기를 바라고 랩탑을 포맷 할 계획이다. 깨진 패키지에 대해서는 이미 시도했다.
sudo apt-get update –fix-missing
sudo apt-get install -f
그러나 아무것도 고정되지 않았습니다.