Lutris is an Open Source gaming platform for Linux. It installs and launches games so you can start playing without the hassle of setting up your games. This repository allows installing Lutris through Flatpak.
- Add Flathub Beta remote
flatpak remote-add --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo flatpak update --appstream
- Install Lutris Beta
flatpak install --user flathub-beta net.lutris.Lutris//beta
Launch Lutris Beta from your desktop menu, or via command line:
flatpak run net.lutris.Lutris//beta
To compile Lutris as a Flatpak, you'll need both Flatpak and Flatpak Builder installed. Once you manage that, do the following...
- Clone this repository and
cd
into it - Add flathub-beta remote (same as in "Installation" section)
- Compile the flatpak
flatpak-builder --repo=lutris --force-clean --install-deps-from=flathub-beta --user build-dir net.lutris.Lutris.yml
- Add the local repo and install the flatpak
flatpak remote-add --user lutris lutris --no-gpg-verify flatpak install --user lutris net.lutris.Lutris
flatpak uninstall --user net.lutris.Lutris
rm -rf ~/.var/app/net.lutris.Lutris .flatpak-builder
flatpak remote-delete lutris