Kodi Community Forum

Full Version: [XBMCBuntu] Update Gotham 13.0 --> 13.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
It should be possible to just manually download the deb file from the PPA website and run dpkg on that.
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.