====== Installing Kodi on Raspberry Pi ======


To install Kodi, we first make sure our Raspberry Pi is updated before we begin. We update all packages on our Raspberry Pi with the following commands:
<code>
sudo apt update
sudo apt upgrade
</code>
Next, we install Kodi, which is available in the official Raspberry Pi OS repositories, using the following command:
<code>
sudo apt install kodi
</code>
This command will download and install Kodi along with its dependencies. After installation, we can start Kodi from the applications menu or by running the following command in the terminal:
<code>
kodi
</code>
When we run Kodi for the first time, we will encounter an initial interface that will allow us to configure various aspects of the program.