Solved XBMC 13.2 install on ubuntu 14.04
#1
Hi there,
i have multiple xbmc 13.2 installation at home, and i don't want to migrate yet (i'll wait a few months before doing it).
I wanted to install 13.2 on my laptop (ubuntu 14.04), but it keeps getting helix release and not gotham, using the repositories.

Is there an alternate repository where 13.2 is still available ?

Many thanks in advance for your help Smile
Reply
#2
sudo apt-cache policy xbmc

... to get all of the available versions for your OS.

sudo apt-get install <package>=<version>

... to install a specific package from that list versus just the latest one.
Reply
#3
Try this:

Code:
sudo apt-get install xbmc=2:13.2* xbmc-bin=2:13.2*
Reply
#4
(2015-01-04, 14:10)Ned Scott Wrote: Try this:

Code:
sudo apt-get install xbmc=2:13.2* xbmc-bin=2:13.2*

both solutions worked like a charm as they ended up to the same list of packages to be installed, MANY thanks Smile
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC 13.2 install on ubuntu 14.040