Kodi will not install on ubuntu mate 20.04/Raspberry Pi 4

Hello
I was wondering if anyone else had this problem and managed to fix it. The directions said to type these lines in terminal.
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
which ends up saying a bunch of not installable packages
E: Unable to correct problems, you have held broken packages
then I read someplace this is not for ARM ubuntu. I had Kali, and Raspian on there and had no problem installing Kodi anyone know what I am doing wrong?
Thank you

Kodi is available in the Ubuntu repos: https://packages.ubuntu.com/focal/kodi

sudo apt-add-repository -- remove ppa:team-xbmc/ppa
sudo apt update
sudo apt autoremove
sudo apt install kodi

Thank you I appreciate your help.

Doesnt work on rpi4
sudo apt install kodi
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
kodi : Dipende: kodi-bin (< 2:19.1+git20210509.0555-85e05228b4-0~hirsute.1~) ma non è installabile
Raccomanda: i965-va-driver ma non è installabile
Raccomanda: kodi-peripheral-joystick ma non è installabile
Raccomanda: kodi-inputstream-adaptive ma non è installabile
Raccomanda: kodi-inputstream-rtmp ma non è installabile
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.