Kodi Community Forum

Full Version: Can't install XBMC on Natty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've tried using the unstable, stable (and changing the distro to Maverick) but no dice.

I keep getting the same error:

Code:
xbmc : Depends: xbmc-bin (>= 2:11.0~git20110721.fdfcdc1-0ubuntu1~ppa1~natty) but it is not going to be installed
        Depends: xbmc-bin (< 2:11.0~git20110721.fdfcdc1-0ubuntu1~ppa1~natty.1~) but it is not going to be installed
        Depends: mesa-utils but it is not installable
        Depends: python-bluez but it is not installable or
                 python-lightblue but it is not installable
        Recommends: python-qt3 but it is not installable
        Conflicts: xbmc-standalone
xbmc-standalone : Depends: xbmc-data (= 2:11.0~git20110405.774b886~ppa1~natty)
                   Depends: xbmc-skin-confluence (= 2:11.0~git20110405.774b886~ppa1~natty

It looks like these packages are necessary, but I don't have them in any of my sources.
looks like packaging bugs to me, but then again just two days ago a guy installed it ok using same ppa. without changing any packages to maverick.

I guess you didnt look very far i the forums eh?

http://forum.xbmc.org/showthread.php?tid=105945
X3lectric Wrote:looks like packaging bugs to me, but then again just two days ago a guy installed it ok using same ppa. without changing any packages to maverick.

I guess you didnt look very far i the forums eh?

http://forum.xbmc.org/showthread.php?tid=105945

I saw that post. As mentioned in my original post, I tried installing via unstable and stable using maverick distro.

However, I found the problem. I was missing some repos. I generated a new sources file, did apt-get update and was able to install xbmc.

Here's my new sources file.

Code:
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://ca.archive.ubuntu.com/ubuntu/ natty main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ natty main restricted universe multiverse

###### Ubuntu Update Repos
deb http://ca.archive.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner
I am having the same issue and looked at the link you posted and it doesn't seem to help either. I also tried linking to other repositories.

I am running Ubuntu 11.04 and use Synaptic to add the repositories. Do I also need to edit the /etc/apt/sources.list? I didn't have issues in the past with 10.4. What am I missing/not understanding?
I cant tell you with any certainty because I dont use full desktop or a package manager.

for me its all command line and apparently you only need to

sudo add-a[t-repository whatever.ppa

sudo apt-get update && apt-get install xbmc
I had this problem, how i solved it was

uninstalled all traces of xbmc from the stable and unstable ppa's (i had other unstables like pvr branch etc)

delete all xbmc related ppa's from synaptic ( did this in synaptic gnome manager not via sources list)

added the official xbmc ppa then in synaptic gnome manager (not sources.list) edited from natty to maverick again in x not via cli

installed xbmc

Smile