How to Install Kodi on Linux Mint 19

Install Kodi on Linux Mint 19
Kodi is a cross-platform, free and opensource media player. Kodi makes it easy to organize videos, music, podcasts from local storage, network storage or from the internet. It comes with a lot of useful features however you can extend its features by using add-on plugins. In this tutorial, you are going to learn how to install Kodi on Linux Mint 19.
Prerequisites
Before you start to install Kodi on Linux Mint 19. You must have the non-root user account on your system with sudo privileges.
Install Kodi on Linux Mint
We will install the latest version of Kodi which is KODI 17.0
from their official repository as Linux Mint repositories do not always provide the latest version. Follow below instructions to install Kodi on Linux Mint:
First, Update the apt
package manager index by typing following command in terminal:
sudo apt update
Now install software-properties-common
package by using following command:
sudo apt install software-properties-common
Run below command to add Kodi
repository to your Linux Mint system:
sudo add-apt-repository ppa:team-xbmc/ppa
Finally, update the package manager index once again and install Kodi by using the following command:
sudo apt update
sudo apt install kodi
Start Kodi
Now to start Kodi you can run following command in the terminal:
kodi
Alternatively, You can go to Activities -> Kodi
to start Kodi:

The Kodi home-screen looks like given below:

Uninstall Kodi
Follow below instructions to Uninstall Kodi from your system:
First, uninstall the Kodi
package from your system by typing following command in the terminal:
sudo apt remove --auto-remove kodi
Now remove the repository added by using following command:
sudo add-apt-repository --remove ppa:team-xbmc/ppa
Finally, remove the Kodi configuration typing following command:
sudo rm -r ~/.kodi/
Conclusion
You have successfully learned how to Install Kodi on Linux Mint 19. If you have any queries regarding this then please don’t forget to comment below.
LATEST POSTS
-
Chown Command in Linux
-
How to Install PostgreSQL on Linux Mint 19
-
How to Install PHP on Debian 10
-
How to Install Atom Editor on Linux Mint 19
-
How to Check OS Version in Linux with Command Line
-
How to Install Anaconda on Linux Mint 19
-
How to Install Apache on Debian 9
-
17 Best Practical Examples of ls Command in Linux
-
How to Install RubyMine on CentOS 7
-
How to Install Docker Compose on CentOS 7
-
How to install PHP 7.2 on CentOS 7
-
How to Install Anaconda on Debian 10