由於未滿足的依賴關係,無法安裝 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,但結果還是一樣!我不知道該怎麼做或真正的問題是什麼。

其他擁有相同主機板的人已經成功地使其工作,所以我知道 Kodi 可以安裝在運行 armbian 的 Orange pi lite 上。

根據記錄,輸出為lsb_release -a

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

請Ubuntu高手幫忙!

謝謝。

相關內容