종속성이 충족되지 않아 Kodi를 설치할 수 없습니다:

종속성이 충족되지 않아 Kodi를 설치할 수 없습니다:

최근에 Orange pi lite를 구입하고 armbian을 설치했습니다. 거의 모든 것이 매력처럼 작동합니다! 심지어 Mate 데스크톱 환경을 설치했는데 훌륭하게 작동합니다. (참고: 저는 우분투의 기본만 알고 있지만 연습, 즉 코드 복사 붙여넣기를 통해 점점 더 나아지려고 노력하고 있습니다.)

문제

Orange Pi에 Kodi를 설치하고 싶습니다. 다음 명령을 사용하여 터미널을 통해 최신 버전과 이전 버전(최신 버전에서 남은 것을 모두 제거한 후)을 설치하려고 했습니다.

(최신 버전의 경우: )

sudo add-apt-repository ppa:team-xbmc/ppa 
sudo apt update
sudo apt install kodi

(이전 버전의 경우: )

sudo add-apt-repository -y -r ppa:team-xbmc/kodi-old
sudo apt update
sudo apt full-upgrade
sudo apt install kodi

다른 것들도 시도해 보았지만 결과는 항상 같았습니다. 명령을 실행할 때

sudo apt-get install kodi,

이는 다음과 같습니다:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kodi : Depends: kodi-bin (>= 2:17.6+git20171114.2125-final-0xenial) but 15.2+dfsg1-3ubuntu1.1 is to be installed
        Depends: libshairplay0 but it is not installable
        Depends: libcec4 but it is not installable
E: Unable to correct problems, you have held broken packages.

저도 시도해봤는데 sudo apt-get -f install결과는 똑같네요! 어떻게 해야 할지, 실제로 문제가 무엇인지 알 수 없습니다.

똑같은 보드를 가진 다른 사람들이 그것을 작동하게 만들었기 때문에 Kodi가 armbian을 실행하는 주황색 파이 라이트에 설치할 수 있다는 것을 알고 있습니다.

기록상 출력은 다음과 lsb_release -a같습니다.

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.4 LTS
Release:    16.04
Codename:   xenial

우분투 전문가를 도와주세요!

감사해요.

관련 정보