Kodi Community Forum
[XBMCBuntu] Update Gotham 13.0 --> 13.2 - 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: [XBMCBuntu] Update Gotham 13.0 --> 13.2 (/showthread.php?tid=212982)



[XBMCBuntu] Update Gotham 13.0 --> 13.2 - johnodon - 2014-12-30

How How do I do this an avoid updating to Helix?

If I do...

Code:
sudo apt-get update
sudo apt-get install xbmc

I get Helix.

I need to stay at Gotham due to some issues with the PleXBMC plugin and Amber skin.

TIA!

John


RE: [XBMCBuntu] Update Gotham 13.0 --> 13.2 - Ned Scott - 2014-12-30

It should be possible to just manually download the deb file from the PPA website and run dpkg on that.


RE: [XBMCBuntu] Update Gotham 13.0 --> 13.2 - un1versal - 2014-12-30

No nonsense upgrade to specific package versions of any given application.

Code:
sudo apt-get install xbmc=2:13.1~git20140606.0917-gotham-0trusty xbmc-bin=2:13.1~git20140606.0917-gotham-0trusty

^^ that covers 13.1 but if you know the 13.2 package names it will behave the same.

Any application/addon/plugin/library/package via that same way is possible.