comments 61

Quick Tip: How to Update to Latest Kodi 16 “Jarvis” on Raspberry Pi

Note: The below steps allow you to get current latest version of kodi “Krypton” too, as described in my new blog post.

For those of you who want the latest Kodi but don’t want to use the likes of OSMC or OpenELEC, to be able to harness the power of Raspbian, i have a bad news, and a good news.

The bad news is, according to http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Raspberry_Pi, the Raspbian repositories only have Kodi up to version 15.2, although -currently- the latest Kodi version is Jarvis 16.1 released on April 24th 2016.

The good news is, the good folks at the Raspberry Pi Forums found a repository that offers Kodi built for Raspbian, so here are the steps to get the latest version of Kodi on your Raspberry Pi:

  1. Add the repo to your list of sources
    echo 'deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /' | sudo tee --append /etc/apt/sources.list.d/pipplware_jessie.list
  2. Add the repository’s key
    wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
  3. Update your list of available packages
    sudo apt-get update
  4. Install Kodi (if you don’t already have it installed)
    sudo apt-get install kodi
  5. Or, update Kodi to latest version provided by the repo we added
    sudo apt-get upgrade
    sudo apt-get dist-upgrade
  6. Run Kodi and verify updated version by checking installed version at:
    System > System Info

Enjoy your up-to-date media center, and don’t forget to check awesome projects you can do with you Raspberry Pi in your car at Everything You Need To Know To Integrate Your Raspberry Pi Into Your Car.

 

Advertisements
Filed under: Quick Tips, Raspberry Pi

About the Author

Posted by

I am a self-taught geek, I develop websites using PHP/Java/Python, and MySQL/ElasticSearch, over Apache/Nginx; My daily job includes working with Laravel, Magento, WordPress, WooCommerce, and enough system administration to manage servers lying around.

61 Comments

  1. Pingback: How to Install/Update to Latest Kodi 17 “Krypton” on Raspberry Pi 3 & 2 – Mahmoud Tantawy's Blog

  2. Pingback: How to Install/Update to Latest Kodi 17.1 “Krypton” on Raspberry Pi 3 & 2 – Mahmoud Tantawy's Blog

Leave a Reply to chris_85 Cancel reply

Your email address will not be published. Required fields are marked *