Unable to locate package lutris (newbie)

Hello im running Mint 20.2 and im having some problems trying to install lutris, when i run:
sudo apt update

I can see two errors:

  1. Err:9 Index of /lutris-team/lutris/ubuntu focal InRelease
    The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 37B90EDD4E3EFAE4

  2. E: The repository ‘Index of /lutris-team/lutris/ubuntu focal InRelease’ is not signed.

If i try after to sudo apt install lutris i get the Unable to locate package lutris

Changed today to linux and it would be a big bummer if i cant play any games :confused:

cheers

1 Like

Hm. There are instructions on the downloads page.

https://lutris.net/downloads/

sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris

I also looked up the certificate error and found this blog post:

https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/

Maybe this will help you?