This is a step by step on how users can download and install Kodi 17.3 Krypton on Raspberry Pi 1, 2, 3 or Zero without having to go through any long winded or complicated installation processes.
Step 1
The users are going to need to launch the Terminal app on the Raspberry Pi the user is running to get access to the command line. The user will also need to make sure that everything is up to date on the machine, so initially, run this command:
Step 2
Once that process has finished, and the user has provided the user administrator password, run: “sudo apt-get upgrade”
Step 3
Next, type the following command into Terminal to create a new repository:
“echo ‘deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /’ | sudo tee –append /etc/apt/sources.list.d/pipplware_jessie.list”
Step 4
Now, for the next command, the user needs to get the necessary components out of that repository:
“wget -O – http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add –“
Step 5
The users have now reached that best moment when the user can actually use all of the above work to install Kodi on the Raspberry Pi.
Use the following these command lines:
“sudo apt-get update”
“sudo at-get install kodi”
Step 6
Once the installation process has taken place, it’s then possible to click on the Raspberry Pi logo start menu, navigate to Sound & Video, and select the Kodi option to invoke the app and run it.

Comments
Post a Comment