Kodi has long beta cycles. Thatâs great because it helps keep bugs out of production releases, but it also holds up new features for months. Thankfully, the Kodi developers make âunstableâ packages available to test and use.
This guide will follow the process of installing those Kodi beta packages on Ubuntu to get the latest Kodi release before it actually launches.
In this tutorial you will learn:
- How to Add The PPA on Ubuntu.
- How to Install Kodi 18 Beta.
Software Requirements and Conventions Used
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Ubuntu Xenial, Bionix, or Cosmic |
| Software | Kodi |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
How to Add The PPA on Ubuntu
This whole thing is very simple on Ubuntu, provided youâre running one of the supported releases. The developers have made a convenient PPA that you can add to your system and install Kodi from. They support current LTS releases and the latest release. As of now, thatâs Xenial, Bionic, and Cosmic. If youâre using one of them, go ahead and add it.
$ sudo add-apt-repository ppa:team-xbmc/unstable $ sudo apt update
How to Install Kodi 18 Beta
You can simply install Kodi with Apt. If you already have Kodi installed, you can run an upgrade to install the new version from the PPA.
$ sudo apt install kodi
OR
$ sudo apt upgrade
Fire up Kodi like you normally would. If youâre running this around the time this article was written, youâll be greeted by the Kodi 18 âLeiaâ splash screen. If you want to be sure which version of Kodi youâre running, you can find that information under the âSettingsâ section of Kodi.
Conclusion
Your Ubuntu system will now continue to pull its Kodi updates from the âUnstableâ PPA. As a result, youâll continue to receive the latest versions of Kodi as they enter the testing phase. That also means that you should be on the lookout for any strangeness or breakages. Those kind of things should be resolved in the âNightlyâ repository, but these are still not production grade releases.


