SAGA-GIS в Ubuntu 18.04 не устанавливается - PullRequest
0 голосов
/ 23 мая 2019

Я пытаюсь установить SAGA-GIS в Ubuntu 18.04 безуспешно. Я читаю несколько сообщений и сначала делаю:

sudo add-apt-repository ppa:johanvdw/saga-gis
sudo apt-get update
sudo apt-get install saga

sudo apt-get install saga
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:
 saga : Depends: gdal-abi-2-3-0
        Depends: libgdal20 (>= 2.3.0) but it is not going to be installed
        Depends: libopencv-calib3d3.2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Не работает, чем я пытаюсь:

sudo apt-get install saga -f
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:
 saga : Depends: gdal-abi-2-3-0
        Depends: libgdal20 (>= 2.3.0) but it is not going to be installed
        Depends: libopencv-calib3d3.2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

и если я пытаюсь установить зависимости:

sudo apt-get install gdal-abi-2-3-0 libgdal20 libopencv-calib3d3.2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package gdal-abi-2-3-0 is a virtual package provided by:
  libgdal20 2.3.2+dfsg-2 [Not candidate version]
E: Package 'gdal-abi-2-3-0' has no installation candidate

тоже не работает! Есть идеи? Спасибо

...