Kodi Community Forum
Troubles installing Frodo with unmet dependencies - 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: Troubles installing Frodo with unmet dependencies (/showthread.php?tid=155595)



Troubles installing Frodo with unmet dependencies - rbOthree - 2013-02-10

Hi there,

I'm having troubles installing Frodo (didn't have any troubles with Eden) on ubuntu desktop using apt-get.

I have followed the wiki but seem to be getting unmet dependencies. Specifically:

xbmc : Depends: xbmc-bin (>= 2:12.0~git20130128.1315-frodo-0precise) but 2:11.0+16+201207280746~precise1 is to be installed

I then get a bunch of:

Recommends: xbmc-pvr-mythtv-cmyth but it is not installable

For each pvr module. And then finally, Unable to correct problems, you have held broken packages.

Anyone I have found with a similar problem has fixed it by added the correct ppa, but I used the one given in the wiki (team-xbmc) which worked when installed Eden, so I am not sure why it is now not working for Frodo.

If anyone can let me know where I am going wrong I would greatly appreciate it.

TIA


RE: Troubles installing Frodo with unmet dependencies - nickr - 2013-02-10

sudo apt-get remove xbmc xbmc-bin

then try again.



RE: Troubles installing Frodo with unmet dependencies - rbOthree - 2013-02-10

I have tried removing and reinstalling, also tried removing the ppa and readding (then reinstalling), no luck there.


Re: Troubles installing Frodo with unmet dependencies - nickr - 2013-02-10

apt-cache policy xbmc
apt-cache policy xbmc-bin



RE: Troubles installing Frodo with unmet dependencies - un1versal - 2013-02-10

Should work just fine.

Fix broken packages, then remove xbmc , update cache, set upgrade flag to apt, install upgraded xbmc packages.

Code:
sudo apt-get install -f
dpkg-reconfigure -a
sudo apt-get remove xbmc xbmc-bin
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc xbmc-bin

Recommends matter zero

uNi



RE: Troubles installing Frodo with unmet dependencies - rbOthree - 2013-02-10

(2013-02-10, 07:36)nickr Wrote: apt-cache policy xbmc
apt-cache policy xbmc-bin

This helped me determine xbmc-bin was actually being installed from a seperate ppa which contained a ported version of xbmc-bin for arm processors. I did read on the wiki that xbmc supports arm so is this necessary?

Does anyone know a way I can force apt-get to use a specific ppa? Or would I just need to comment out the other sources in the sources files?


RE: Troubles installing Frodo with unmet dependencies - wsnipex - 2013-02-10

if you are on x86, then remove the arm repo, it should definitely not be there


RE: Troubles installing Frodo with unmet dependencies - rbOthree - 2013-02-10

I'm actually using an arm processor on the Odroid U2. It recently had graphics drivers ported over and works pretty well with Eden. It's just updating that to Frodo seems to be the pain.


RE: Troubles installing Frodo with unmet dependencies - wsnipex - 2013-02-11

well, wherever you get Xbmc from, its not an official team xbmc build. Our linux PPA only holds x86


RE: Troubles installing Frodo with unmet dependencies - rbOthree - 2013-02-11

Ahh, ok I didn't know that, thanks!


RE: Troubles installing Frodo with unmet dependencies - giacombum - 2013-02-15

(2013-02-10, 23:48)rbOthree Wrote: I'm actually using an arm processor on the Odroid U2. It recently had graphics drivers ported over and works pretty well with Eden. It's just updating that to Frodo seems to be the pain.

Hi, can you send me also via pm informations about Odroid U2 and XBMC with hardware acceleration and graphic drivers?
Thank you!!!

I'm intrested to buy this fantastic device for my bedroom!