Kodi Community Forum
How do I go back to stable release? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: How do I go back to stable release? (/showthread.php?tid=191946)



How do I go back to stable release? - cable_guy - 2014-04-10

HI all,

Every time I currently do an apt-get upgrade on my system, XBMC is updated and is on version 14 ALPHA. I want to go to the newest stable version, could someone tell me how please?

I opened up my sources.list and I have no XBMC repositories in there, all I have are Ubuntu ones and TVheadend ones


RE: How do I go back to stable release? - locomot1f - 2014-04-11

http://wiki.xbmc.org/index.php?title=Installing_XBMC_for_Linux#What_ppa_does_Team_XBMC_have


RE: How do I go back to stable release? - AuXBoX - 2014-04-11

Do this:

Code:
sudo add-apt-repository -r ppa:team-xbmc/xbmc-nightly
sudo add-apt-repository -r ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install xbmc xbmc-bin



RE: How do I go back to stable release? - cable_guy - 2014-04-12

(2014-04-11, 07:20)AuXBoX Wrote: Do this:

Code:
sudo add-apt-repository -r ppa:team-xbmc/xbmc-nightly
sudo add-apt-repository -r ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install xbmc xbmc-bin

thanks very much, I did your commands and now when it boots when it gets to the stage where it scans TVDB for new content, it hangs the GUI. EDIT: That sounded like I was saying "thanks very much" in a sarcastic way, but I wasn't! just to be clear, I was grateful for the commands!

I can access it via SSH but the menus on screen simply don't work, any ideas please?