Freedom Tech on Nostr: ### Install Kodi Media Center [Kodi]() is media center software that turns just about ...
### Install Kodi Media Center
[Kodi](https://kodi.tv/) is media center software that turns just about any device into a smart TV. It can be used to view your local movie collection, as well as watch online streaming services, both free and paid.
Kodi can be installed on a lot of devices, from a your laptop to a Raspberry Pi or your DeGoogled Android phone, so installation varies depending on [which device you want to put Kodi on](https://kodi.tv/download/).
This tutorial will focus on getting it working on Debian / Ubuntu based distros.
1. Kodi install method 1: (installs an older version of, which is Kodi 19.1
in Linux Mint 21.2)
```
sudo apt install kodi
```
2. [Kodi install method 2:](https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux?https=1#Adding_Team_Kodi_PPA_repository) (Installs the latest version of Kodi)
>Note: (PPA's only work on Ubuntu
based distros, so this will not
work in Debian)
```
sudo apt install software-properties-common
sudo add-apt-repository -y ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi
```
⚡️ [Follow](Freedom Tech (nprofile…ewhj)) | 🗣 [Discuss](nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)
#Kodi #MediaCenter #Linux #NetflixAlternatives #FreeYourTech