![]() |
|
how to install RC2 on unbuntu - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: how to install RC2 on unbuntu (/showthread.php?tid=124500) Pages: 1 2 |
how to install RC2 on unbuntu - daisychick - 2012-03-03 05:18 is there a guide anywhere on how to install RC2 on unbuntu? - teeedubb - 2012-03-03 06:59 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 - daisychick - 2012-03-03 19:15 Thanks! If I install the new one without installing the old one, will it keep my settings? - daisychick - 2012-03-03 19:18 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. - Bootlegninja - 2012-03-03 19:21 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- daisychick - 2012-03-03 19:29 yep. just did that. same thing. still says it's the latest version. - Bootlegninja - 2012-03-03 19:37 What version of Ubuntu are you running? - daisychick - 2012-03-04 01:18 11.10 - Bootlegninja - 2012-03-04 04:30 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. - daisychick - 2012-03-06 13:26 Nope. Still no luck. The PPA is there but it says I have the latest version. Code: jess@mediaserver:~$ sudo apt-get install xbmc |