Install Dependency. "Unable to correct problems, you have held broken packages."
#1
Hi ya'll.  Newb here.  Can anyone assist?

root@daisy:/home/jek/ppv# uname -a
Linux daisy 4.4.0-166-generic #195-Ubuntu SMP Tue Oct 1 09:35:25 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@daisy:/home/jek/ppv# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Hit:4 http://ppa.launchpad.net/oisf/suricata-stable/ubuntu xenial InRelease
Get:5 http://linux.teamviewer.com/deb stable InRelease [9,388 B]
Hit:6 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu xenial InRelease
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:8 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial InRelease [17.5 kB]
Get:9 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main amd64 Packages [38.2 kB]
Get:10 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main i386 Packages [38.3 kB]
Get:11 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main Translation-en [14.1 kB]
Fetched 443 kB in 2s (171 kB/s)
Reading package lists... Done
root@daisy:/home/jek/ppv# 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-x11 (< 2:19.0+git20191128.0306-6b1c944bce-0xenial.1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reply
#2
(2019-11-28, 22:15)flyerfocus Wrote: Hi ya'll.  Newb here.  Can anyone assist?

root@daisy:/home/jek/ppv# uname -a
Linux daisy 4.4.0-166-generic #195-Ubuntu SMP Tue Oct 1 09:35:25 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@daisy:/home/jek/ppv# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Hit:4 http://ppa.launchpad.net/oisf/suricata-stable/ubuntu xenial InRelease
Get:5 http://linux.teamviewer.com/deb stable InRelease [9,388 B]
Hit:6 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu xenial InRelease
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:8 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial InRelease [17.5 kB]
Get:9 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main amd64 Packages [38.2 kB]
Get:10 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main i386 Packages [38.3 kB]
Get:11 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu xenial/main Translation-en [14.1 kB]
Fetched 443 kB in 2s (171 kB/s)
Reading package lists... Done
root@daisy:/home/jek/ppv# 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-x11 (< 2:19.0+git20191128.0306-6b1c944bce-0xenial.1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reply
#3
Ubuntu 16.04 should still be okay for Kodi 19.
Perhaps @wsnipex can do some digging?
Reply
#4
please get us the output of: cat /etc/*release
Reply
#5
(2019-12-01, 11:41)DaVu Wrote: cat /etc/*release

root@daisy:/home/jek/ppv# cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.6 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
root@daisy:/home/jek/ppv#


Thanks for the help!
Reply
#6
First thing I would like to mention....you don't need a root user on Ubuntu. You could add your current user to the sudoers file, being then able to execute specific commands without "sudo" in front (which is a security risk if you use that for installing applications) or simply use "sudo" instead.

As wsnipex hasn't answered yet, I would like to see another output: apt-cache policy kodi. Please run that as a normal user and not as root.

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Install Dependency. "Unable to correct problems, you have held broken packages."0