I installed Kodi a while back on what was then Ubuntu 17.04 (I'm now on 17.10) using apt install kodi
. I always noticed it came with a Kodi from Debian banner and that the release was behind at 17.3.
Now that 17.5 came out, fixing some bugs I was experiencing, I want to update. However apt update && apt upgrade
do not yield a newer version yet.
In addition, I seem unable to update Kodi from the ppa. I already added it to sources.list, but everytime I remove and reinstall kodi, it will draw from universe (17.3) instead of the ppa. I tried pinning but I'm not sure if I'm doing it right.
Edit: apt-cache policy | grep xbmc
output:
$ sudo apt-cache policy | grep xbmc
50 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu artful/main i386 Packages
release v=17.10,o=LP-PPA-team-xbmc,a=artful,n=artful,l=Kodi stable,c=main,b=i386
50 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu artful/main amd64 Packages
release v=17.10,o=LP-PPA-team-xbmc,a=artful,n=artful,l=Kodi stable,c=main,b=amd64
apt-cache policy kodi
output:
$ apt-cache policy kodi
kodi:
Installed: 2:17.3+dfsg1-3
Candidate: 2:17.3+dfsg1-3
Version table:
*** 2:17.3+dfsg1-3 500
500 http://tw.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
100 /var/lib/dpkg/status
apt-cache policy kodi
, please. – muru Oct 25 '17 at 03:42kodi
for 17.10... which is indeed the case: https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa?field.series_filter=artful – muru Oct 25 '17 at 08:06/etc/apt/sources.list.d
for this PPA. Edit it and replaceartful
withxenial
. – muru Oct 25 '17 at 08:34