Solved How did I end up with RC1?
#1
I just installed Kodi aka XBMCubuntu, or what ever this is called. Smile

I read instructions on how to access the standard Linux desktop because I want retro arch and I want WIFI management, but both zip packages said I lacked dependencies and needed to contact the authors of the add-ons.


Anyhow, upon getting on-line I updated Kodi and it says I am running RC1 and not a stable release...

...how is this so, I never told it to download and older version. Where can I get the latest 32-bit distro in this case?

Thanks in advance!
Reply
#2
The 32-bit image file does start on Kodi v14.0 RC1, but an update should bring you to the current stable build, v14.1. I'm not sure what to suggest, other than maybe making sure the Team Kodi PPA is still enabled: Official Ubuntu PPA (wiki).
Reply
#3
I screwed something and decided to re-install everything from scratch. I am on-line, but it is not offering to update the system, only the add-ons. Where can I go to tell it to update the OS itself? Last time I believe it just offered, but said it could not because it was an RC.

Thanks!
Reply
#4
sudo apt-get update
sudo apt-get upgrade -V

-V tells you what version will be installed, and gives you a chance to back out.
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
Thank you!
Reply
#6
You actually never said what iso you got exactly to begin with, or showed any logs of anything so its hard to tell whats going on especiially wen you "say" you been messing around with some how to for other bits.

If for instance you had some pre release Kodibuntu which the 32bit was, then the ppa by default is the unstable, which took you probably to a NEWER but still RC release like maybe 14.1Rc1 or 14.2 RC1 or something like that.

Thats what I think happened but I guess we never know and you reading this and disagree, but since thers was no evidence of anything this discussion is only what if, could have been discussion.
Reply
#7
(2015-03-16, 16:16)uNiversal Wrote: You actually never said what iso you got exactly to begin with, or showed any logs of anything so its hard to tell whats going on especiially wen you "say" you been messing around with some how to for other bits.

If for instance you had some pre release Kodibuntu which the 32bit was, then the ppa by default is the unstable, which took you probably to a NEWER but still RC release like maybe 14.1Rc1 or 14.2 RC1 or something like that.

Thats what I think happened but I guess we never know and you reading this and disagree, but since thers was no evidence of anything this discussion is only what if, could have been discussion.

I used this one:

http://mirrors.kodi.tv/releases/kodibunt...x_i386.iso

Upon looking at the file I see that it states clearly in the name that it is an RC, I did not notice before. The 64-bit one to the left of it on the main download page is not an RC, so I was confused for a minute. Further confused because the first time I installed it, I swore it told me I had an RC so I could not update it, but low and behold, I could, so all is well!
Reply
#8
As Ned says it should only update you to the current stable 14.1.

If you want to know which repository your kodi is coming from, run
Code:
apt-cache policy kodi
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
#9
(2015-03-17, 04:17)XDelusion Wrote:
(2015-03-16, 16:16)uNiversal Wrote: You actually never said what iso you got exactly to begin with, or showed any logs of anything so its hard to tell whats going on especiially wen you "say" you been messing around with some how to for other bits.

If for instance you had some pre release Kodibuntu which the 32bit was, then the ppa by default is the unstable, which took you probably to a NEWER but still RC release like maybe 14.1Rc1 or 14.2 RC1 or something like that.

Thats what I think happened but I guess we never know and you reading this and disagree, but since thers was no evidence of anything this discussion is only what if, could have been discussion.

I used this one:

http://mirrors.kodi.tv/releases/kodibunt...x_i386.iso

Upon looking at the file I see that it states clearly in the name that it is an RC, I did not notice before. The 64-bit one to the left of it on the main download page is not an RC, so I was confused for a minute. Further confused because the first time I installed it, I swore it told me I had an RC so I could not update it, but low and behold, I could, so all is well!

You will find that has an unstable ppa added by default and will do what I said exactly which is normal behaiviour, which gives you a NEWER RC not an OLDER see Official_Ubuntu_PPA (wiki)

I suggest you stick to that until 14.2 Final is released, this way you are getting the very latest candidates bugfixes for the already outdated stable release... AND after https://github.com/xbmc/xbmc/pull/6689 is merged, two days after you go and change PPA from https://launchpad.net/~team-xbmc/+archiv...u/unstable to https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa and run upgrade again.

I also suggest you run the commands Nick said to confirm you actually got newer kodi RC which is fine and for the ppa changing, follow Ned link to HOW-TO:Install_Kodi_for_Linux (wiki) and follow instruction how to remove old ppa and add new ppa.

And then enjoy., Mystery solved I think?
Reply
#10
Yes, everything is resolved, I just was not aware I was downloading an RC, it alarmed me a bit, but I'm good now, no major bugs or anything that I've seen, and yes, now I am up to date, thank you again, sorry for the confusion.


(2015-03-17, 08:58)uNiversal Wrote:
(2015-03-17, 04:17)XDelusion Wrote:
(2015-03-16, 16:16)uNiversal Wrote: You actually never said what iso you got exactly to begin with, or showed any logs of anything so its hard to tell whats going on especiially wen you "say" you been messing around with some how to for other bits.

If for instance you had some pre release Kodibuntu which the 32bit was, then the ppa by default is the unstable, which took you probably to a NEWER but still RC release like maybe 14.1Rc1 or 14.2 RC1 or something like that.

Thats what I think happened but I guess we never know and you reading this and disagree, but since thers was no evidence of anything this discussion is only what if, could have been discussion.

I used this one:

http://mirrors.kodi.tv/releases/kodibunt...x_i386.iso

Upon looking at the file I see that it states clearly in the name that it is an RC, I did not notice before. The 64-bit one to the left of it on the main download page is not an RC, so I was confused for a minute. Further confused because the first time I installed it, I swore it told me I had an RC so I could not update it, but low and behold, I could, so all is well!

You will find that has an unstable ppa added by default and will do what I said exactly which is normal behaiviour, which gives you a NEWER RC not an OLDER see Official_Ubuntu_PPA (wiki)

I suggest you stick to that until 14.2 Final is released, this way you are getting the very latest candidates bugfixes for the already outdated stable release... AND after https://github.com/xbmc/xbmc/pull/6689 is merged, two days after you go and change PPA from https://launchpad.net/~team-xbmc/+archiv...u/unstable to https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa and run upgrade again.

I also suggest you run the commands Nick said to confirm you actually got newer kodi RC which is fine and for the ppa changing, follow Ned link to HOW-TO:Install_Kodi_for_Linux (wiki) and follow instruction how to remove old ppa and add new ppa.

And then enjoy., Mystery solved I think?
Reply
#11
Please mark thread as solved by full editing main post and selecting option from drop menu on left.
Reply
#12
Should be set to solved now, thank you!
Reply

Logout Mark Read Team Forum Stats Members Help
How did I end up with RC1?1