Kodi Community Forum
No candidate for Ubuntu 14.04 Trusty - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Kodi related discussions (https://forum.kodi.tv/forumdisplay.php?fid=6)
+--- Thread: No candidate for Ubuntu 14.04 Trusty (/showthread.php?tid=192544)



No candidate for Ubuntu 14.04 Trusty - nooryani84 - 2014-04-18

I don't have any clients running on the latest Ubuntu release, though the team-xbmc PPA is currently missing a candidate for Trusty:

https://launchpad.net/~team-xbmc/+archive/ppa?field.series_filter=trusty

So anyone installing XBMC on Ubuntu 14.04 will only get the release available in Ubuntu's official repo, without any RAR support. Eg. http://forum.xbmc.org/showthread.php?tid=192538

Good to know if you've just updated today/yesterday depending on time zone.

Edit: https://launchpad.net/~team-xbmc/+archive/unstable?field.series_filter=trusty

Unstable has a candidate.


RE: No candidate for Ubuntu 14.04 Trusty - tekno - 2014-04-18

You can install any version of xbmc just add the desired repo (unstable, or Frodo) as normal

then

Code:
sudo nano /etc/apt/sources.list.d/team-xbmc-ppa-trusty.list

then edit the line with team-xbmc to saucy from trusty
Code:
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu saucy main
save the file and exit

then
Code:
sudo apt-get update
sudo apt-get install xbmc


Later when the trusty repos are up, dont forget to change it nack to trusty from saucy


RE: No candidate for Ubuntu 14.04 Trusty - nooryani84 - 2014-04-18

Yea I mentioned that in the thread I referenced, though I'd probably just use the unstable or wait until Gotham is released.