how to install RC2 on unbuntu

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #1
is there a guide anywhere on how to install RC2 on unbuntu?
find quote
teeedubb Offline
Donor
Posts: 737
Joined: Mar 2010
Reputation: 11
Location: Down Under
Post: #2
Add the xbmc unstable ppa:

Quote:sudo apt-add-repository ppa:team-xbmc/unstable

Refresh package lists and install xbmc

Quote:sudo apt-get update && sudo apt-get install xbmc

To remove xbmc and the ppa from your system

Quote:sudo ppa-purge ppa:team-xbmc/unstable
find quote
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #3
Thanks! If I install the new one without installing the old one, will it keep my settings?
find quote
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #4
oh, and it says it's at the newest version when i ran the update. I made sure to remove all other xbmc ppas. I'm running XBMC 11.0.RC1 according to system info.
find quote
Bootlegninja Offline
Member
Posts: 96
Joined: May 2011
Reputation: 0
Post: #5
Did you use the following to update? It usually won't work unless you do both of these in this order.

Code:
sudo apt-get update
sudo apt-get upgrade
find quote
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #6
yep. just did that. same thing. still says it's the latest version.
find quote
Bootlegninja Offline
Member
Posts: 96
Joined: May 2011
Reputation: 0
Post: #7
What version of Ubuntu are you running?
find quote
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #8
11.10
find quote
Bootlegninja Offline
Member
Posts: 96
Joined: May 2011
Reputation: 0
Post: #9
Should have worked unless you removed the PPA from your system. If you removed it, re-add it and update/upgrade. Just don't remove the PPA and you should be good.
find quote
daisychick Offline
Junior Member
Posts: 33
Joined: Feb 2012
Reputation: 0
Post: #10
Nope. Still no luck. The PPA is there but it says I have the latest version.

[Image: ?di=313310331160]

Code:
jess@mediaserver:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
find quote
Post Reply