Yes.
Code: Select all
sudo apt-get update && apt-get dist-upgrade -y
sudo apt-get install kodi -y
Read the last posts.lpt2007 wrote: ↑Sat Feb 02, 2019 6:17 pmHow can I install latest KODI 18.0 Leia version?
I try:And when I run kodi I am on 17.6???Code: Select all
sudo apt-get update && apt-get dist-upgrade -y sudo apt-get install kodi -y
I can find how to install "Kodi 18 Leia stable" only RC from this post. Can you give me the link please?Rascas wrote: ↑Sat Feb 02, 2019 6:20 pmRead the last posts.lpt2007 wrote: ↑Sat Feb 02, 2019 6:17 pmHow can I install latest KODI 18.0 Leia version?
I try:And when I run kodi I am on 17.6???Code: Select all
sudo apt-get update && apt-get dist-upgrade -y sudo apt-get install kodi -y
Can't you read the last replies before yours? There is no link, it is not available yet, geezz...lpt2007 wrote: ↑Sat Feb 02, 2019 7:27 pmI can find how to install "Kodi 18 Leia stable" only RC from this post. Can you give me the link please?Rascas wrote: ↑Sat Feb 02, 2019 6:20 pmRead the last posts.lpt2007 wrote: ↑Sat Feb 02, 2019 6:17 pmHow can I install latest KODI 18.0 Leia version?
I try:And when I run kodi I am on 17.6???Code: Select all
sudo apt-get update && apt-get dist-upgrade -y sudo apt-get install kodi -y
lpt2007 wrote: ↑Sat Feb 02, 2019 7:27 pmI can find how to install "Kodi 18 Leia stable" only RC from this post. Can you give me the link please?Rascas wrote: ↑Sat Feb 02, 2019 6:20 pmRead the last posts.lpt2007 wrote: ↑Sat Feb 02, 2019 6:17 pmHow can I install latest KODI 18.0 Leia version?
I try:And when I run kodi I am on 17.6???Code: Select all
sudo apt-get update && apt-get dist-upgrade -y sudo apt-get install kodi -y
Kodi doesn't offer an installation program for the Raspberry Pi like they do for Windows, MacOS and Android, because the Raspberry Pi runs Linux, and there are many Linux flavors available for it. So, each Linux flavor/distribution maintainers, have to compile Kodi for it, if they want, and when they have time. For Raspbian, it is not available yet but it won't take long. You have to wait a litlle bit.
You can try if you want.n1kusch wrote: ↑Mon Feb 04, 2019 11:14 amDo you think this could work for kodi 18?
https://github.com/xbmc/xbmc/blob/maste ... berryPi.md
never build something bevor.
Code: Select all
sudo rm /etc/apt/sources.list.d/pipplware_unstable.list
Code: Select all
sudo su
echo "deb http://pipplware.pplware.pt/pipplware/dists/stretch/main/binary /" > /etc/apt/sources.list.d/pipplware_stretch.list
wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
apt-get update && apt-get dist-upgrade -y
exit
It should reach the Raspberry Pi Foundation tomorrow or so, no need to do that, just wait a little bit, it is the same thing.kokowski wrote: ↑Tue Feb 05, 2019 8:19 pmHello,
i think the final is available now. After removing the unstable-sourceand adding this:Code: Select all
sudo rm /etc/apt/sources.list.d/pipplware_unstable.list
i now have the final of Kodi 18.Code: Select all
sudo su echo "deb http://pipplware.pplware.pt/pipplware/dists/stretch/main/binary /" > /etc/apt/sources.list.d/pipplware_stretch.list wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add - apt-get update && apt-get dist-upgrade -y exit
Sorry then...when i took a look into the PiPplware repo, i realized that the packages of Kodi 18 final are ready and so i've installed them with success. The last RC from your repo did crash many times with my setup, but the final now doesn't crash anymore.Rascas wrote: ↑Wed Feb 06, 2019 12:34 amTo clarify things up (again), this Kodi compiles/packages are from the PiPplware system, which is a Linux system based on Raspbian, which I am the main developer. Either this test builds on this thread, the stable builds on Raspberry Pi Foundation, the packages on RetroPie, and probably more Raspbian based systems, all come from there (the same repo) and are all the same.
RetroPie uses our (Pipplware) repo, that is why it is already available there. They will be available tomorrow or so on the Raspberry Pi Foundation repo, when they have time to upload it.
The problem is, the Pipplware server is a small one located in Portugal, with not so high bandwith. So if all the ppl start to download from there, it will become really slow. Please wait a little bit, it shouldn't take long!
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
Code: Select all
sudo rm /etc/apt/sources.list.d/pipplware_unstable.list
In Kodi 18, some features were split from the Kodi main binary and are now binary addons. To read compressed files you need to install kodi-vfs-libarchive. There are more kodi-vfs-* addons in the repo, check them and install what you need.
Yes emulators are still missing on Raspbian. Android has the emulators (and other binary addons) provided directly by the Oficial Repo, unlike Linux distributions, which are provided by the distro maintainers. LibreELEC has is own repo for the emulators. Maybe you can try LibreELEC repo and see if it works, idk.HellSpawn wrote: ↑Wed Feb 13, 2019 10:46 amHi! This is maybe a stupid question, but i'm missing some plugins for the new games section (emulators for example).
I'm using Raspbian GNU/Linux 9 (stretch)
Kodi is 2:18.0-1~stretch from http://archive.raspberrypi.org/debian/
This works fine in Android or on Libreelec. Are they unsing different addon repos?
Thanks for your help!