Solved Not working with ubuntu 20.04
#1
I've updated my ubuntu to 20.04.
Unfortunately I can't install the plugin (apt-get install kodi-pvr-vuplus) -I will get this error:
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 kodi-pvr-vuplus : Hängt ab von: kodi-api-pvr (= 5.10.3)
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
Reply
#2
I think you just need to wait for the PPA to get updated. The PVR API was updated recently.

Once updated you need an updated kodi and addon version. Right now you appear to have one of the two.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#3
You have to install the plugin for Kodi-18.6 with
Code:

sudo apt install kodi-pvr-vuplus=3.28.9-1~focal

until there is a newer version than 3.28.9 in the ppa. If a newer version is in the ppa, than install as before with 

Code:

sudo apt install kodi-pvr-vuplus

Source:
https://forum.kodi.tv/showthread.php?tid...pid2945309
Reply
#4
(2020-04-29, 12:26)zehner Wrote: sudo apt install kodi-pvr-vuplus=3.28.9-1~focal

Thanks a lot!
It works! Smile
Reply
#5
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
Not working with ubuntu 20.040