Jeg har problemer med at installere den nye QGIS3 på min Ubuntu maskine.
Når jeg har tilføjet Ubuntugis repo og https://qgis.org/ubuntugis til min /etc/apt/sources.list fil, men når jeg kører
Code: Select all
sudo apt install qgis python-qgis qgis-plugin-grass
Fejlmeddelelsen ser sådan her ud:
Code: Select all
➜ ~ sudo apt install qgis
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: gdal-abi-2-2-2 but it is not installable
Depends: libqgis-analysis3.0.0 but it is not going to be installed
Depends: libqgis-app3.0.0 but it is not going to be installed
Depends: libqgis-core3.0.0 but it is not going to be installed
Depends: libqgis-gui3.0.0 but it is not going to be installed
Depends: python-qgis (= 1:3.0.0+24xenial-ubuntugis) but it is not going to be installed
Depends: qgis-providers (= 1:3.0.0+24xenial-ubuntugis) but it is not going to be installed
Recommends: qgis-plugin-grass but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Daníel