Trying to download Lutrus

I am very new to Linux and am trying to download Lutris via Flatpak on Raspberry Pi OS.
I have downloaded Flatpak (sudo apt install flatpak >
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo)
but when I try to install Lutris (sudo flatpak install flatpak net.lutris.lutris) I get:
Looking for matches?
error: Nothing matches net.lutris.lutris in remote flathub
What am I doing wrong here?

It should not be necessary to run flatpak with sudo permissions.
I think your command is a little wrong. Can you try with flatpak install flathub net.lutris.Lutris? (also notice the uppercase L here, Linux is case sensitive)

See also Lutris documentation, section Flatpak at Download Lutris

1 Like