
Estou tentando instalar icinga2
no PI-3. Eu tenho a seguinte configuração:
- Framboesa Pi 3 Ubuntu
- Servidor Ubuntu Padrão 16.04
- icenga2
Eu executo os seguintes comandos:
sudo add-apt-repository ppa:formorer/icinga
sudo apt-get update
sudo apt-get install icinga2`
Estou tendo o erro a seguir
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.`
Eu sou bastante novo no Linux/ubuntu e não tenho 100% de certeza do que o erro significa ou como resolvê-lo
Obrigado por qualquer ajuda sobre isso
Alexis
Responder1
Eu resolvi isso usandoaptitude
sudo apt-get install aptitude
sudo aptitude install icinga2
felicidades
Alexis