Unable to install kodi-pvr-vuplus
#1
Hi,

I have rebuilt my intel nuc with Kodi Krypton on Ubuntu using PPA.
Unfortunately I'm unable to install PVR client VUPlus.

According to http://kodi.wiki/view/VUPlus I should install the client by :

sudo apt-get install kodi-pvr-vuplus

This breaks :

Quote:bram@kodi:~$ sudo apt-get install kodi-pvr-vuplus
[sudo] password for bram:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kodi-pvr-vuplus : Depends: libkodiplatform17 but it is not installable
E: Unable to correct problems, you have held broken packages.

I already ran :
sudo apt-get update
sudo apt-get upgrade

Any advice ?

Kind regards,

Bram
Reply
#2
Hi Bram,
i think it's a problem in the paket.

I solve this issue by installing the libkodiplatform17 manually.


wget -O /tmp/libkodiplatform17_17.0.0-1-trusty_amd64.deb https://launchpad.net/~team-xbmc/+archiv..._amd64.deb

sudo dpkg -i /tmp/libkodiplatform17_17.0.0-1-trusty_amd64.deb

sudo apt-get update
sudo apt-get install kodi-pvr-vuplus

i hope it helps

greetz
dvbtjunkie
Reply
#3
please try again, don't forget to run apt update
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to install kodi-pvr-vuplus0