how to install RC2 on unbuntu
#1
is there a guide anywhere on how to install RC2 on unbuntu?
Reply
#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
Reply
#3
Thanks! If I install the new one without installing the old one, will it keep my settings?
Reply
#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.
Reply
#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
Reply
#6
yep. just did that. same thing. still says it's the latest version.
Reply
#7
What version of Ubuntu are you running?
Reply
#8
11.10
Reply
#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.
Reply
#10
Nope. Still no luck. The PPA is there but it says I have the latest version.

Image

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.
Reply
#11
any new ideas?
Reply
#12
does anyone know if this version can run on an amd A8-3850 processor w/Radeon HD 6550D
Reply
#13
following this, I am still unable to upgrade from RC1.

http://wiki.xbmc.org/index.php?title=Ins...nux#Ubuntu
Reply
#14
interestingly enough, the repository is showing rc1 as the latest update.

Code:
jess@mediaserver:~$ sudo apt-cache policy xbmc
[sudo] password for jess:
xbmc:
  Installed: 2:11.0~rc1-0~ppa1~oneiric
  Candidate: 2:11.0~rc1-0~ppa1~oneiric
  Version table:
*** 2:11.0~rc1-0~ppa1~oneiric 0
        100 /var/lib/dpkg/status
     2:11.0~git20120321.14feb09-0ubuntu1~ppa1~oneiric 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ oneiric/main i386 Packages
        500 http://ppa.launchpad.net/team-xbmc/unstable/ubuntu/ oneiric/main i386 Packages
Reply

Logout Mark Read Team Forum Stats Members Help
how to install RC2 on unbuntu0