PPA for Installing Kodi 21.2 Deb Package in Ubuntu 24.04

Last updated: January 20, 2025 — 9 Comments

Want to install Kodi home theater software v21.2 “Omega” via native .deb package? Here’s a PPA for Ubuntu 24.04 LTS, though unofficial.

Kodi has an official Ubuntu PPA, which has not been updated for long time. The official package for Linux now is Flatpak that runs in sandbox environment.

For those who don’t like Flatpak or have issue running the software in sandbox, here’s an unofficial PPA available for Ubuntu 24.04 and Linux Mint 22 users.


Kodi so far is at 21 release series that features LG webOS TV, M3U8 playlist files, Xbox for HDR10 passthrough support. The latest v21.2 point release was out few days ago with significant speed increase of library scans, faster artwork caching, and various bug-fixes.

Install Kodi 21.2 in Ubuntu 24.04 via PPA

The PPA so far supports only Ubuntu 24.04, because it has so many add-ons that take too much time to maintain. And, packages here are mostly backported from deb multimedia repository.

NOTE: The PPA package seems working good in my case, but without well testing! Please report missing features or add-ons.

1. First, press Ctrl+Alt+T on keyboard to open up a terminal window. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/kodi

Type user password (no visual feedback) and hit Enter to continue.

2. If you’re following this tutorial in Linux Mint, then you may run command below to refresh cache:

sudo apt update

3. Finally, install Kodi via command:

sudo apt install kodi

The PPA also contains many audio encoder/decoder, inputstream, and PVR addons. You may run the command below and hit Tab to list available packages:

sudo apt install kodi-

Then replace kodi- with your desired add-on package name to install. NOTE: some old add-ons (from Ubuntu system repository) MAY refuse to install due to dependency issue.

Uninstall:

If you want to revert back the stock Kodi 20.5, then open terminal (Ctrl+Alt+T) and run command:

sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/kodi

The command will install ppa-purge tool and use it to purge the PPA which also downgrade all installed packages from that repository.

For choice, you may use the command below instead to remove the PPA repository:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/kodi

Then, remove Kodi packages via command:

sudo apt remove --autoremove kodi*

Keep an eye on terminal output before answering ‘y/yes’, --autoremove flag will try to remove useless packages that you might need.

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Buy me a coffee: https://ko-fi.com/ubuntuhandbook1 |

9 responses to PPA for Installing Kodi 21.2 Deb Package in Ubuntu 24.04

  1. Excellent, I was looking for this, building Kodi is not straightforward

  2. Works perfectly on mint 22.1, great job. Due to recent LiveTV plugins with CDM DRM, I had to upgrade kodi-inputstrem-adaptive. I’ve downloaded this one from dmo : kodi-inputstream-adaptive_21.5.14-dmo1_amd64.deb and install it via dpkg, but I think you can integrate it in ppa without problem to keep it up to date :)

  3. Thanks for looking for. Why does it have status: There were build failures. amd64 arm64 armhf ? The original Debian Multimedia package is installed here on mint 22 without Problem.

    • The build process of this package is kinda different to common PPA package. And, I even forgot how the previous version was successfully built. I’ll look into it in next few days.

      UPDATED to v21.5.14.

  4. Hi there! Due the fact that the official kodi repo is depricated your work is great! Would it be possible to upgrade the kodi-inputstream-adaptiv to a later version? Unfortunately the current version is not sufficient with many kodi livestream plugins leads to crashes and stuff. (See: )
    OS: Ubuntu 24.04
    kodi-inputstream-adaptive/noble,now 21.5.7-0build1~ubuntu2404 amd64 [installed]
    Adaptive inputstream addon for Kodi

    • I’m going to update the package in next few days. Thanks for pointing out the issue. UPDATED to v21.5.14.

  5. @trunks : look if you can install this package over this Kodi ppa, for me under Mint 22.1 it was working : https://www.deb-multimedia.org/pool/main/k/kodi-inputstream-adaptive-dmo/kodi-inputstream-adaptive_21.5.14-dmo1_amd64.deb

  6. Very cool. Now the livestreams work again with Widevine 4.10.2891.0 :) Thanks!!!!

  7. I’ve tested the updated repo. Th updated binary is shorter, but it’s working, nice job !

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*