Kodi Community Forum
[solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 2 - 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: [solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 2 (/showthread.php?tid=205802)



[solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 2 - ait0r - 2014-10-05

Hi,
I had this problems with installation,

$ sudo apt-get install xbmc
The following packages have unmet dependencies:
xbmc : Depends: xbmc-bin (>= 2:13.2~git20140817.2155-final-0trusty) but it is not going to be installed
Depends: xbmc-bin (< 2:13.2~git20140817.2155-final-0trusty.1~) but it is not going to be installed

$ sudo apt-get install xbmc xbmc-bin
The following packages have unmet dependencies:
xbmc-bin : Depends: libglew1.10 (>= 1.10.0) but it is not installable
Depends: libmicrohttpd10 (>= 0.9.20) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


But it solved installing libglew1.10:

Download:
http://www.ubuntuupdates.org/package/core/utopic/main/base/libglew1.10

$ sudo dpkg -i libglew1.10_1.10.0-3_amd64.deb
$ sudo apt-get update
$ sudo apt-get install xbmc


RE: [solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 2 - wsnipex - 2014-10-05

that package is available in the normal trusty repos.