Wiem, że może to być duplikat, ale walczę przez kilka dni. Zaktualizowałem QGIS z 2.8 do 2.18, a potem wszystko się psuje. Nie mogłem używać rozszerzenia PostGIS na pgadmin3.
Doszedłem do wniosku, że wystąpił konflikt z libgdal1h
: jeśli jest zainstalowany, usuwa inne biblioteki używane przez PostGIS i odwrotnie.
Wypróbowałem kilka samouczków dotyczących instalacji QGIS, na przykład:
Jak uzyskać i zainstalować najnowszą wersję QGIS w Ubuntu?
Zainstaluj QGIS 2.14 Essen na Ubuntu 16.04 Xenial
Próbowałem każdej sugestii zgłoszonej online, na przykład:
/ubuntu/351899/qgis-quantum-gis-install-fails-unmet-dependencies
/ubuntu/621406/dist-upgrade-in-ubuntu-14-04-uninstalled-qgis-and-results-in-unmet-dependencies
Gdzie znaleźć wersję libgeos-c1 kompatybilną z libgeos-3.5.0?
Instalacja QGIS na Ubuntu 14.04 kończy się niepowodzeniem
Zawsze odpowiedź sudo apt-get install qgis python-qgis
brzmi:
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.
Usunąłem wszystkie pakiety i biblioteki, więc nie mam żadnej biblioteki związanej z Postgis, Postgres i QGIS za pomocą Menedżera pakietów Synaptic i wszystkich poleceń:
sudo apt-get purge qgis
sudo apt-get autoremove qgis
sudo apt-get --purge remove qgis
sudo apt-get update
Ale problem nie został jeszcze rozwiązany.
Próbowałem usunąć z pliku repo Ubuntugis i / lub Debian /etc/apt/sources.list
.
Nic.
I nie rozumiem dlaczego, korzystając z tego źródła http://qgis.org/ubuntugis/ nadal mam problemy dotyczące różnic.
Co powinienem zrobić?
Planuję sformatować laptopa, mając nadzieję, że pomoże mi to w uszkodzonych pakietach. W przypadku uszkodzonych pakietów próbowałem już:
sudo apt-get update –fix-missing
sudo apt-get install -f
ale nic nie naprawiono.