Kodi Community Forum

Full Version: [LIVE] Upgrading XBMC from SVN?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm trying to upgrade xbmc to the latest SVN version. I've got the repo added to the apt-get sources:

Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu/ karmic main

However, when I do "sudo apt-get upgrade", I get the following:

Code:
xbmc@XBMCLive:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages have been kept back:
  xbmc xbmc-bin xbmc-data xbmc-live xbmc-skin-confluence xbmc-standalone xbmc-web-pm3

Am I doing anything wrong? Why wont it update the packages?

Regards,
del
Try sudo apt-get dist-upgrade
That did the trick! Thanks!

Question, why doesn't XBMC update like most other apt-get packages (aka. requires the dist-upgrade)?