依存関係が満たされていないため、Kodi をインストールできません:

依存関係が満たされていないため、Kodi をインストールできません:

最近 Orange pi lite を購入し、これに armbian をインストールしました。ほとんどすべてがうまく機能しています。Mate デスクトップ環境もインストールできましたが、うまく機能しています。(注: Ubuntu の基本しか知りませんが、練習、つまりコードのコピー アンド ペーストを通じてどんどん上達しようとしています)

問題

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が、結果は同じままです。何をすればいいのか、何が問題なのかわかりません。

まったく同じボードを使用している他の人たちはそれを動作させることに成功したので、Armbian を実行している Orange Pi Lite に Kodi をインストールできることがわかりました。

記録によると、出力は次のようにlsb_release -aなります。

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

Ubuntu Gurus を助けてください!

ありがとう。

関連情報