web-dev-qa-db-ja.com

Raspberry Pi 3を搭載したサーバー16.04にIcinga2をインストールする

PI_3にicinga2をインストールしようとしています。次のセットアップがあります。

  • Raspberry Pi 3 Ubuntu
  • Ubuntu Server Standard 16.04
  • icinga2

次のコマンドを実行します。

Sudo add-apt-repository ppa:formorer/icinga
Sudo apt-get update
Sudo apt-get install icinga2`

次のエラーが表示されます

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.`

私はlinux/ubuntuを初めて使用しますが、エラーの意味や解決方法も100%確信できません。

これについて助けてくれてありがとう

アレクシス

2
alexis

aptitudeを使用してこれを解決しました

Sudo apt-get install aptitude
Sudo aptitude install icinga2

乾杯
alexis

2
alexis