
Ich versuche, die Installation icinga2
auf PI-3 durchzuführen. Ich habe folgende Konfiguration:
- Raspberry Pi 3 Ubuntu
- Ubuntu Server Standard 16.04
- icinga2
Ich führe die folgenden Befehle aus:
sudo add-apt-repository ppa:formorer/icinga
sudo apt-get update
sudo apt-get install icinga2`
Ich erhalte die folgende Fehlermeldung
The following packages have unmet dependencies:
icinga2 : Depends: icinga2-bin (= 2.4.1-2ubuntu1) but it is not going to
be installed
Depends: icinga2-common (= 2.4.1-2ubuntu1) but >2.4.10-1~ppa1~xenial1
is to be installed
Recommends: icinga2-doc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.`
Ich bin ziemlich neu bei Linux/Ubuntu und bin mir nicht einmal 100% sicher, was der Fehler bedeutet oder wie ich ihn beheben kann
Vielen Dank für jede Hilfe hierzu
Alexis
Antwort1
Ich habe dies gelöst, indem ichaptitude
sudo apt-get install aptitude
sudo aptitude install icinga2
Grüße
Alexis