How To Install Kodi on Raspberry Pi

Kodi “was known as XBMX” and it’s a free and open source media player application that created by “XBMC/Kodi” team and it’s a non-profit technology organization, you can simply install Kodi for different Operating system & Hardware platforms too, as it features a ten foot user interface for use with TVs and remote control.

It also enables the users to play and watch most of the videos, music, podcasts and all the other digital media files located on your network storage or the internet this tutorial will guide you step by step how you can install Kodi on your Raspberry Pi.

1. At the first, we will need to run the terminal on your Raspberry Pi, run it by clicking the Raspberry icon then select “Terminal” from the accessories list, like the below screenshot.

2. Run the below two commands in “Terminal”, to add “PPA Kodi Repository” on your system packages.

sudo apt-get install python-software-properties
sudo add-apt-repository -y -r ppa:team-xbmc/ppa

3. Update the current system package by using the below command.

sudo apt-get update

4. Use the below command to start the installation process of “Kodi”, just like the below screenshot.

sudo apt-get install kodi

5. Now “Kodi” is fully installed on your Raspbian system.

Summary

After this tutorial you should be able to know how you can install Kodi step by step on your Raspberry Pi.

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

You may also like...