Kodi Download appears to be same file as gotham 13
#1
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
Reply
#2
Below the download link there's a clear explanation
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
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?
Reply
#4
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
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
Thanks.
Reply
#6
Worked fine. Now that I'm upgraded what would the code for further updates for this installation be? Thanks
Reply
#7
repeat the last two lines.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#8
Thanks.
Reply
#9
(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.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Download appears to be same file as gotham 130