fbpx

Desktop

How to install Kodi on CentOS/RHEL 8

by , , revisited on


We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth yum upgrades for production use, this is the repository for you.
Active subscription is required.

Kodi (ex. XBMC) is the greatest open-source media center that runs virtually anywhere.

With our repository in place, you can easily install it on CentOS/RHEL 8:

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install kodi \
  kodi-eventclients kodi-firewalld kodi-peripheral-joystick kodi-inputstream-adaptive

Breakdown of some packages installed:

  • kodi is self-explanatory; this is the main Kodi package
  • kodi-eventclients allows your Kodi to be controlled via, e.g. Sony PlayStation 3 (PS3) Blu-ray Remote
  • kodi-firewalld allows Kodi to be accessed over the network
  • kodi-peripheral-joystick allows Kodi to be controlled with joysticks, over USB or Bluetooth
  • kodi-inputstream-adaptive is required for some plugins which stream video data to your Kodi

Allow Kodi to be accessed by network

There are many remote apps that you can install on your phone to control media playback in Kodi.
For them to work, you have to allow network connections to Kodiю

Make sure you have configured your home network properly first, then:

sudo firewall-cmd --permanent --zone=home --add-service=kodi-eventserver 
sudo firewall-cmd --permanent --zone=home --add-service=kodi-http
sudo firewall-cmd --permanent --zone=home --add-service=kodi-jsonrpc
sudo firewall-cmd --reload

Control via Bluetooth

See [Wirelessly connecting your Sony PS3 Controller to a CentOS/RHEL Linux system] for connecting your joystick to Linux.
This will allow you to control Kodi using the gamepad. Provided that the kodi-peripheral-joystick package is installed.

  1. Henkie

    OK, so i have to subscribe and i am sent to Paypal. Please tell in advance what will it cost.
    I am happy to pay, but want to know, like everybody else, what I will be charged.
    Thanks

    Reply
    • Danila Vershinin

      Like anyone else, you can look on the PayPal page before paying. You can’t be charged without knowing the price.
      PayPal simply does not charge you without you seeing it first.

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.