Kodi Community Forum
[LINUX] Best way to upgrade from pre-9.04 (SVN) to final 9.04? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LINUX] Best way to upgrade from pre-9.04 (SVN) to final 9.04? (/showthread.php?tid=55074)



[LINUX] Best way to upgrade from pre-9.04 (SVN) to final 9.04? - SofaKng - 2009-07-21

What's the cleanest way of upgrading from a custom compiled (SVN) build of pre-9.04 to the 9.04 final version? (...or should I go for the latest SVN release?)

I think I'd be OK even if I lose my current XBMC settings but of course it would be nice to keep them...


- Haggy - 2009-07-21

Unfortunately you did not tell us what distro you're on. I suppose Ubuntu, so it's mainly a remove/install/upgrade via aptitude. you could make a backup of your ~/.xbmc folder in case something breaks.


- SofaKng - 2009-07-21

Yeah, it's Ubuntu but XBMC has been retrieved from SVN and compiled/installed (eg. ./configure, make install, etc). I don't think I use aptitude at all during the installation.

With that said, would I need to "make uninstall", delete my XBMC-SVN source folder, and then use apt-get xbmc?


- Haggy - 2009-07-21

just move your /usr/share/xbmc into /usr/share/xbmc-pre-babylon-svn-version-that-i-want-to-upgrade-to-the-stable-release and install via apt. xbmc has everything it needs under that dir (i suppose you left the prefix at /usr during ./configure). no need to delete anything unless you want to get rid of it for space's sake.

EDIT: There might be a little script or two in /usr/bin - namely xbmc and xbmc-standalone. you could backup or delete them as well.