How to install Lutris on Fedora

Lutris is an open-source game manager for Linux that aims to centralize all your games. To quote their website

We provide emulators, compatibility layers and game engine re-implementations needed to run games in the most optimal way, often offering an enhanced experience compared to the original platform.

Installing Lutris

Fortunately, Lutris is available in the official repositories, so all we have to do is:

sudo dnf install lutris

This should install Lutris

Installing Wine

You also need to install Wine, again, also available in the official repositories

sudo dnf install wine

That is it! Cannot be simpler than that