Kodi Community Forum

Full Version: Kodi Download appears to be same file as gotham 13
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Below the download link there's a clear explanation
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?
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
Thanks.
Worked fine. Now that I'm upgraded what would the code for further updates for this installation be? Thanks
repeat the last two lines.
Thanks.
(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.