• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Kodi On Ubuntu Linux

How To Install Kodi On Ubuntu Linux

By Sourabh / December 21, 2018 Category: How To, Ubuntu

How to install Kodi on Ubuntu Linux Systems. Kodi (formerly XBMC) is a free and open source media player application developed by the XBMC/Kodi Foundation, a non-profit technology consortium.

Kodi is available for multiple operating-systems and hardware platforms, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.

Install Kodi on Ubuntu 18.04

Run the following commands in terminal to install Kodi:

sudo apt update
sudo apt install software-properties-common apt-transport-https
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi

To update Kodi when a new version is released, just do a general system/package or use the following commands in the terminal (or via SSH):

sudo apt-get update
sudo apt-get upgrade

Note: In some cases where additional packages are required, Kodi will fail to upgrade when using the upgrade commands as above. To install additional packages use the command below:

sudo apt-get dist-upgrade

Uninstalling Kodi

Run the following commands to uninstall Kodi and remove the settings folder to remove all settings and library data. This will not delete any videos or music, but just the settings and library data itself:

sudo apt-get remove --auto-remove kodi
sudo add-apt-repository --remove ppa:team-xbmc/ppa
rm -r ~/.kodi/

If you need to remove and purge an application and finally removing/purging also the application configurations files, do so by using the following commands:

sudo apt-get update
sudo apt-get remove kodi*
sudo apt-get purge kodi*

Tags: Install Kodi on Linux, Install Kodi on Ubuntu, Kodi Linux, Kodi Ubuntu, Kodi Ubuntu Linux

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap