How to tutorials, Linux, Linux.Tips

How to install Kodi 17 Krypton in Ubuntu?

Less than a minute to read

Kodi (formerly known as XBMC) is an award-winning free and open source (GPL) software media player and entertainment hub that can be installed on Linux, OSX, Windows, iOS and Android, featuring a 10-foot user interface for use with televisions and remote controls.

Install the Kodi Krypton on Ubuntu OS

Run the following commands in terminal one after another to install Kodi on your Ubuntu system.
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

Command to uninstall the Kodi Krypton from your system

sudo apt-get remove kodi*


Leave a Reply