2021-07-17, 22:18
To all Debian users!
Kodi 19.1 and its binary add-ons are available in Debian's official repositories for buster-backports and bullseye!
The full list of available Kodi packages and its versions in Debian can be found on my DDPO status page
For Debian 11 "bullseye":
* To install Kodi, execute the following command in root terminal or shell:
* To install Kodi addons (for example,
For Debian 10 "buster":
* If you used my unofficial repository for Debian buster, please check the link again and follow the migration howto!
* To install Kodi from buster-backports cleanly (if no unofficial repo was used), execute the following command in root terminal or shell:
* To install Kodi addons from buster-backports (for example,
WARNING: Do NOT use
Kodi 19.1 and its binary add-ons are available in Debian's official repositories for buster-backports and bullseye!
The full list of available Kodi packages and its versions in Debian can be found on my DDPO status page
For Debian 11 "bullseye":
* To install Kodi, execute the following command in root terminal or shell:
apt-get install kodi
* To install Kodi addons (for example,
kodi-pvr-iptvsimple
), execute the following command in root terminal or shell:apt-get install kodi-pvr-iptvsimple
For Debian 10 "buster":
* If you used my unofficial repository for Debian buster, please check the link again and follow the migration howto!
* To install Kodi from buster-backports cleanly (if no unofficial repo was used), execute the following command in root terminal or shell:
apt-get install {kodi,kodi-bin,kodi-data,kodi-repository-kodi,libspdlog1}/buster-backports
* To install Kodi addons from buster-backports (for example,
kodi-pvr-iptvsimple
), execute the following command in root terminal or shell:apt-get install kodi-pvr-iptvsimple/buster-backports
WARNING: Do NOT use
apt-get install -t buster-backports
as it updates core packages like systemd or PulseAudio! See this or this issue for details!