Max2Play Home › Forums › Max2Play Add-ons › [SOLVED] Kodi 2:17.0-1 › Reply To: [SOLVED] Kodi 2:17.0-1
Hallo rolli,
falls du noch keine Lösung hast – bei mir hat die Guideline von https://linuxsuperuser.com/install-latest-version-kodi-raspbian-jessie/ geholfen….
Link:
How to install latest version kodi 17 on Raspbian jessie
By shyam jos | October 6, 2016
Raspbian jessie repository is using a bit outdated version of kodi (version 15 and latest stable is 17), To install latest version of kodi (kodi 17) on your raspberry pi follow below steps.
Add the pipplware repository to /etc/apt/sources.list
sudo nano /etc/apt/sources.list
Add below line to /etc/apt/sources.list
deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /
Add the keys
wget -O – http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add –
Now update the sources and Upgrade your Rpi
sudo apt-get update && sudo apt-get dist-upgrade
Now install Kodi
sudo apt-get install kodi
Die restlichen Schritte waren bei mir nich notwendig – danach lieft KODI 17 mit sämtlichen Add-On’s problemlos…
Auch max2play ist bisher voll am Laufen – mit Homematic und Squeezelite, Squeezebox Server etc.
Greetz AWeiden
- This reply was modified 7 years, 10 months ago by AWeiden.