
icinga2
PI-3에 설치하려고 합니다 . 다음과 같은 설정이 있습니다.
- 라즈베리 파이 3 우분투
- 우분투 서버 표준 16.04
- 아이싱가2
다음 명령을 실행합니다.
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% 확신하지 못합니다.
이에 대해 도움을 주셔서 감사합니다.
알렉시스
답변1
나는 이것을 사용하여 이것을 해결했습니다.aptitude
sudo apt-get install aptitude
sudo aptitude install icinga2
알렉시스를 응원합니다