由于未满足依赖关系,无法安装 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 专家!

谢谢。

相关内容