User Tools

Site Tools


config:lutris

This is an old revision of the document!


Lutris

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. Get your games from GOG, Steam, Battle.net, Origin, Uplay and many other sources running on any Linux powered gaming machine.

Lutris uses community contributed installation scripts to provide an optimal experience and setup. Once installed, games are launched with programs called runners. Those runners include RetroArch, Dosbox, customized Wine versions and many more!

https://lutris.net/

First install Wine and then download Lutris from its website.
https://itsfoss.com/wine-5-release/
https://lutris.net/downloads/

Latest Develop Wine 5.16 for Linux Mint 20:

sudo dpkg --add-architecture i386
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
#sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt update && sudo apt install --install-recommends winehq-devel
sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libdbus-1-3:i386 libsqlite3-0:i386
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris

Epic Games Store for Linux

To install Epic Games Store on your Linux system, make sure that you have Lutris installed with its pre-requisites Wine and Python 3.

Launch Lutris.

Locale error may pop up when launching from console (and nothing happens launching from GUI). Solution would be to set locale before launching Lutris:
export LC_ALL=C

Note: You’ll have to enter this command every time you launch Lutris. So better to add it to your .bashrc or list of environment variable.

Once that is done, simply launch it and search for “Epic Games Store”. Launch it and log in to your account to get started.
https://lutris.net/games/epic-games-store/

config/lutris.1598820658.txt.gz · Last modified: 2023/05/29 11:53 (external edit)