Tried to update to the official 12.0... wound up on 13.0 ALPHA?!
#1
On Linux, I used these commands:

Code:
sudo apt-get install python-software-properties pkg-config
sudo add-apt-repository ppa:team-xbmc
sudo apt-get update
sudo apt-get install xbmc

And I got on 13.0 ALPHA... all I want is the official 12.0 (got it running fine on my Windows machine).

Not good with Linux CLI.. what commands do I neeed to run here? :S
Reply
#2
Bump...
Reply
#3
What I did - ASSUMPTION is that you were previously using the 'ppa:team-xbmc/unstable' previously.

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

If not then you need to remove whatever repo you were using before.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#4
This didn't work, although I know I did install the unstable repository...

Anyway to check all the XBMC repositories I have installed? I think there may have been another, perhaps. :S
Reply
#5
ls -a /etc/apt/sources.list.d/
Reply
#6
Got it figured out! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Tried to update to the official 12.0... wound up on 13.0 ALPHA?!0