Kodi is one of the most popular media content manager or Home Theatre System. It is widely compatible with Android, iOS, Windows, Linux and Single Boards Computers like Raspberry Pi.
Today we’ll learn how to install Kodi on Raspberry Pi.
There are different ways to get it working on your Raspberry Pi.
You can install Kodi dedicated OS on Raspberry Pi such as:
1. LibreElec - The Most Lightweight Kodi based OS
2. OSMC - Always updated with Latest Kodi Versions.
3. XBMC - Customized OS for Kodi
4. RaspEx - Same as XBMC, with more features.
And there are many more.
But if you want to install Kodi on Raspbian OS which is the official operating system, Just use the commands as it is mentioned below : -
1. sudo apt update
2. sudo apt full-upgrade
3. sudo apt install kodi
4. apt-cache search kodi
5. sudo apt install kodi-pvr-iptvsimple kodi-inputstream-adaptive kodi-inputstream-rtmp kodi -vfs-nfs kodi-vfs-sftp kodi-vfs-libarchive
6. sudo reboot now
These 6 commands will install Kodi and other essentials addon required in general with Kodi.