raspberry_pi:projects:media_center
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:
sudo apt update sudo apt upgrade
Next, we install Kodi, which is available in the official Raspberry Pi OS repositories, using the following command:
sudo apt install kodi
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:
kodi
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.
raspberry_pi/projects/media_center.txt · Last modified: 2025/02/05 15:39 by jmbargallo
