Raspberri Pi Kodi PVR add ons

Hi,
Please could somebody point out how to get kodi PVR addons ?
Dietpi running with kodi. Works great. The problem is there is no PVR addons.
I have restart.
Thanks

apt install kodi-pvr-addons should do it.

Thanks for the reply.
I have done that but it don’t shows up.

root@DietPi:~# sudo apt-get install kodi-pvr-hts
Reading package lists… Done
Building dependency tree
Reading state information… Done
kodi-pvr-hts is already the newest version (4.4.18-1~buster).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Thanks

Tried with

apt install kodi-pvr-addons
Get this error
root@DietPi:~# apt install kodi-pvr-addons
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package kodi-pvr-addons

Ah yeah the combined package was dropped with Jessie already. Hmm strange, were the files installed correctly?
dpkg -L kodi-pvr-hts
apt show kodi-pvr-hts
Just to assure that the package was not pulled from Debian repo.

Manage to get it working with this:

wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
apt-get update
apt-cache search kodi
sudo apt-get install kodi-pvr-tvheadend-hts

Thanks

Ah the exact same package is also available from RPi repo: kodi-pvr-tvheadend-hts

Did you try with this before instead of pulling from pipplware?

No, I did not.
Thanks