Great add-on for gamers

Wth is Kodi?
 
You're confusing it for Kali. 草
Kali is a Linux distro for ethical hackers, Kodi is a software media centre.

There are some Kodi-themed operating systems like OpenElec, and Kodi TV box with the Kodi media center software/app installed on it.

OpenElec and Kodi TV boxes are like operating systems since they are very limited on what you can do. You can only use Kodi unless the TV box lets you install other Apps and games on the box, and not just run Kodi.
 
You can install Kodi on various platform including: Android, iOS, Linux, Mac, Windows and Raspberry Pi.
It is easy to install, so you should try it :)
 
On Debian/Ubuntu based systems:
Code:
sudo apt update && sudo apt install chromium-browser

On Red Hat/Fedora based systems:
Code:
sudo dnf install chromium

On Arch based systems:
Code:
sudo pacman -S chromium

On Gentoo based systems:
Chromium - Gentoo Wiki

On OpenSUSE based systems, macOS, and Windows:
Download from the internet through your browser.

Maintaining updates for Chromium on Windows and macOS:
Manually check online for updates, entirely remove the browser, and install again.

Maintaining updates for Chromium on Linux:
Just update your system, Chromium will update with it.
 
Back
Top