Kodi Community Forum
Kodi Download appears to be same file as gotham 13 - 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: Kodi Download appears to be same file as gotham 13 (/showthread.php?tid=202851)



Kodi Download appears to be same file as gotham 13 - Catman915 - 2014-08-24

When I download Kodi 14 xbmcbuntu install file it is the same file as gotham13. Is this right, if so where do I get The Kodi file? Thanks


RE: Kodi Download appears to be same file as gotham 13 - Martijn - 2014-08-24

Below the download link there's a clear explanation


RE: Kodi Download appears to be same file as gotham 13 - Catman915 - 2014-08-25

Thanks. I assume you mean the red writing referring to the nightlies. I am not very linux savy. Is there a step by step of how to do so after getting to a terminal screen?


RE: Kodi Download appears to be same file as gotham 13 - nickr - 2014-08-25

Code:
sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/xbmc-nightly
sudo apt-get update
sudo apt-get install xbmc



RE: Kodi Download appears to be same file as gotham 13 - Catman915 - 2014-08-25

Thanks.


RE: Kodi Download appears to be same file as gotham 13 - Catman915 - 2014-08-25

Worked fine. Now that I'm upgraded what would the code for further updates for this installation be? Thanks


RE: Kodi Download appears to be same file as gotham 13 - nickr - 2014-08-25

repeat the last two lines.


RE: Kodi Download appears to be same file as gotham 13 - Catman915 - 2014-08-25

Thanks.


Re: RE: Kodi Download appears to be same file as gotham 13 - Gaudi - 2014-08-25

(2014-08-25, 22:01)nickr Wrote: repeat the last two lines.
Or:
sudo apt-get update
sudo apt-get upgrade

These commands will upgrade your whole system including Kodi.