Can't install Kodi because of unmet dependencies: [closed]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
I recently bought an Orange pi lite and installed armbian on it. Almost everything works like a charm! I even managed to install mate desktop environment and it works great. (Note: I only know the basics of Ubuntu but I am trying to get better and better through practice, aka copy-pasting code)
The Problem
I want to install Kodi on the Orange Pi. I have tried to install the latest version as well as the old version(after purging whatever there is left from the latest) via terminal with the following commands:
(for the latest version: )
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi
(and for the old version: )
sudo add-apt-repository -y -r ppa:team-xbmc/kodi-old
sudo apt update
sudo apt full-upgrade
sudo apt install kodi
I have tried some other stuff as well but the result is always the same. When I run the command
sudo apt-get install kodi
,
this follows :
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.
I have tried sudo apt-get -f install
too but still, the result remains the same! I can't figure out what to do or what is really the problem.
Other people with the same exact board have managed to make it work so I know that Kodi can be installed on an orange pi lite running armbian.
For the record the output of lsb_release -a
is:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Please help Ubuntu Gurus!
Thanks.
16.04 dependencies kodi
closed as off-topic by karel, mikewhatever, Kevin Bowen, Eric Carvalho, muru Jun 3 at 4:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." â karel, mikewhatever, Eric Carvalho, muru
add a comment |Â
up vote
2
down vote
favorite
I recently bought an Orange pi lite and installed armbian on it. Almost everything works like a charm! I even managed to install mate desktop environment and it works great. (Note: I only know the basics of Ubuntu but I am trying to get better and better through practice, aka copy-pasting code)
The Problem
I want to install Kodi on the Orange Pi. I have tried to install the latest version as well as the old version(after purging whatever there is left from the latest) via terminal with the following commands:
(for the latest version: )
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi
(and for the old version: )
sudo add-apt-repository -y -r ppa:team-xbmc/kodi-old
sudo apt update
sudo apt full-upgrade
sudo apt install kodi
I have tried some other stuff as well but the result is always the same. When I run the command
sudo apt-get install kodi
,
this follows :
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.
I have tried sudo apt-get -f install
too but still, the result remains the same! I can't figure out what to do or what is really the problem.
Other people with the same exact board have managed to make it work so I know that Kodi can be installed on an orange pi lite running armbian.
For the record the output of lsb_release -a
is:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Please help Ubuntu Gurus!
Thanks.
16.04 dependencies kodi
closed as off-topic by karel, mikewhatever, Kevin Bowen, Eric Carvalho, muru Jun 3 at 4:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." â karel, mikewhatever, Eric Carvalho, muru
1
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs withppa-purge
, and then try installing from the Ubuntu repositories.
â mikewhatever
Jun 2 at 13:01
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I recently bought an Orange pi lite and installed armbian on it. Almost everything works like a charm! I even managed to install mate desktop environment and it works great. (Note: I only know the basics of Ubuntu but I am trying to get better and better through practice, aka copy-pasting code)
The Problem
I want to install Kodi on the Orange Pi. I have tried to install the latest version as well as the old version(after purging whatever there is left from the latest) via terminal with the following commands:
(for the latest version: )
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi
(and for the old version: )
sudo add-apt-repository -y -r ppa:team-xbmc/kodi-old
sudo apt update
sudo apt full-upgrade
sudo apt install kodi
I have tried some other stuff as well but the result is always the same. When I run the command
sudo apt-get install kodi
,
this follows :
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.
I have tried sudo apt-get -f install
too but still, the result remains the same! I can't figure out what to do or what is really the problem.
Other people with the same exact board have managed to make it work so I know that Kodi can be installed on an orange pi lite running armbian.
For the record the output of lsb_release -a
is:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Please help Ubuntu Gurus!
Thanks.
16.04 dependencies kodi
I recently bought an Orange pi lite and installed armbian on it. Almost everything works like a charm! I even managed to install mate desktop environment and it works great. (Note: I only know the basics of Ubuntu but I am trying to get better and better through practice, aka copy-pasting code)
The Problem
I want to install Kodi on the Orange Pi. I have tried to install the latest version as well as the old version(after purging whatever there is left from the latest) via terminal with the following commands:
(for the latest version: )
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi
(and for the old version: )
sudo add-apt-repository -y -r ppa:team-xbmc/kodi-old
sudo apt update
sudo apt full-upgrade
sudo apt install kodi
I have tried some other stuff as well but the result is always the same. When I run the command
sudo apt-get install kodi
,
this follows :
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.
I have tried sudo apt-get -f install
too but still, the result remains the same! I can't figure out what to do or what is really the problem.
Other people with the same exact board have managed to make it work so I know that Kodi can be installed on an orange pi lite running armbian.
For the record the output of lsb_release -a
is:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Please help Ubuntu Gurus!
Thanks.
16.04 dependencies kodi
edited Jun 3 at 4:13
muru
128k19269459
128k19269459
asked Jun 2 at 12:31
IncogniBit204
184
184
closed as off-topic by karel, mikewhatever, Kevin Bowen, Eric Carvalho, muru Jun 3 at 4:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." â karel, mikewhatever, Eric Carvalho, muru
closed as off-topic by karel, mikewhatever, Kevin Bowen, Eric Carvalho, muru Jun 3 at 4:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." â karel, mikewhatever, Eric Carvalho, muru
1
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs withppa-purge
, and then try installing from the Ubuntu repositories.
â mikewhatever
Jun 2 at 13:01
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26
add a comment |Â
1
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs withppa-purge
, and then try installing from the Ubuntu repositories.
â mikewhatever
Jun 2 at 13:01
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26
1
1
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs with
ppa-purge
, and then try installing from the Ubuntu repositories.â mikewhatever
Jun 2 at 13:01
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs with
ppa-purge
, and then try installing from the Ubuntu repositories.â mikewhatever
Jun 2 at 13:01
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Both of the PPAs only have x86 packages for Intel/AMD architecture, and none for ARM. Remove the PPAs with
ppa-purge
, and then try installing from the Ubuntu repositories.â mikewhatever
Jun 2 at 13:01
@mikewhatever It worked great! Lol, too much fuss for nothing!! Thank you very much!!! :)
â IncogniBit204
Jun 2 at 13:26