[solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 2
#1
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/cor...ibglew1.10

$ sudo dpkg -i libglew1.10_1.10.0-3_amd64.deb
$ sudo apt-get update
$ sudo apt-get install xbmc
Reply
#2
that package is available in the normal trusty repos.
Reply

Logout Mark Read Team Forum Stats Members Help
[solved] error with installation xbmc dependencies libglew1.10 libmicrohttpd10 20