Oddbean new post about | logout
 https://image.nostr.build/ea54bada0be2beb51536753779157a0c2d286a524ff58a20004b71eaeb7069d7.jpg

### 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](nostr:nprofile1qqsym07t03wahqjfl8r7hrppuqvlpralklk9mm25pzmpgkgtawx3d9gpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhszyrhwden5te0dehhxarj9ekk7mf0qyt8wumn8ghj7mn0wd68yetvd96x2uewdaexwtcs3ewhj) | 🗣 [Discuss](nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)

#Kodi #MediaCenter #Linux #NetflixAlternatives #FreeYourTech