
Estoy intentando instalar icinga2
en PI-3. Tengo la siguiente configuración:
- Frambuesa Pi 3 Ubuntu
- Estándar del servidor Ubuntu 16.04
- glaseado2
Ejecuto los siguientes comandos:
sudo add-apt-repository ppa:formorer/icinga
sudo apt-get update
sudo apt-get install icinga2`
Obtuve el siguiente error
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.`
Soy bastante nuevo en Linux/ubuntu y ni siquiera estoy 100% seguro de qué significa el error o cómo resolverlo.
Gracias por cualquier ayuda en esto
alexis
Respuesta1
Resolví esto usandoaptitude
sudo apt-get install aptitude
sudo aptitude install icinga2
salud
alexis