Manage Your Linux Game Library With Lutris

Make Linux Gaming Easy With Lutris

Lutris is an open-source Linux game manager, but it’s more than that. It aims to provide a single unified way to handle gaming on Linux.

It brings together all aspects of Linux gaming into one place. Steam, Wine, HumbleBundle, GOG, and even a whole range of emulators are all brought together for a relatively seamless experience.

Lutris also provides methods for installing games. It integrates with Steam, and it provides installer scripts for even the trickiest Wine games.

Install Lutris

The Lutris developers created a series of repositories for popular distributions using the OpenSUSE build service. Use them to install the client.

Ubuntu

Start by adding the repository to your sources file. Replace 17.04 with whichever version of Ubuntu you’re running.

sudo echo "deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_17.04/ ./" >> /etc/apt/sources.list

Now, download and add the release GPG key.

wget -nv http://download.opensuse.org/repositories/home:strycore/xUbuntu_17.04/Release.key -O Release.key
sudo apt-key add - < Release.key

Update apt and install Lutris.

sudo apt update
sudo apt install lutris

Debian

Add the Lutris repository to your sources file.

echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./" >> /etc/apt/sources.list

Add the repository’s GPG key.

wget -nv http://download.opensuse.org/repositories/home:strycore/Debian_9.0/Release.key -O Release.key
apt-key add - < Release.key

Update apt and install Lutris.

apt update
apt install lutris

Fedora

Fedora is fairly simple. Add the repository, and use dnf to install Lutris.

dnf config-manager --add-repo http://download.opensuse.org/repositories/home:strycore/Fedora_25/home:strycore.repo
dnf install Lutris

OpenSUSE

OpenSUSE is also very simple. Use zypper to add the repository, then refresh it and install Lutris.

Be sure to replace openSUSE_Leap_42.2 with openSUSE_Tumbleweed or openSUSE_13.2 if you’re using either of them instead.

zypper addrepo http://download.opensuse.org/repositories/home:strycore/openSUSE_Leap_42.2/home:strycore.repo
zypper refresh
zypper install lutris

Arch Linux

Arch isn’t one of the distributions that the developers packaged for, but it’s Arch, and the community built a package that’s in the AUR.

Grab the PKGBUILD from its AUR page. Place it where you want to build it, then build and install.

makepkg -si

Running Lutris

Start Lutris for the first time

You can start Lutris from any other graphical application. The basic screen that you get when you don’t have any games installed is fairly plain. It just prompts you to create an account and add your games.

Create a Lutris account

It’s best for you to create a Lutris account now. Your account is the way that the client can keep your game library synchronized. It also opens up the option to browse and install games from the platform’s website. You can register easily on the Lutris website.

Once you’ve set up your account, take a look at the client again. The middle button on the main screen will allow you to link your new account to the client. Click on it and enter in your username and password.

Adding Games and Runners

Lutris has a couple of ways of adding games. It uses other programs called runners to actually run games. This is more of a management platform than anything else. It organizes things but doesn’t do any heavy lifting.

Lutris Runners

To see the list of available runners, click on the icon at the top of your Lutris window. A window will open up with a list of runners. Many are emulators, but you’ll see Steam and Wine there, too. With the exception of Steam, you can install the runners through this window. You can even manage and install multiple versions of Wine. Lutris will keep track of them. It actually has custom scripts for Wine games that specify the best version of Wine to use.

Lutris Wine Install

Steam has to be installed separately through your distribution’s package manager, but Lutris will pick it up immediately once you have. In order to actually get your Steam games, you need to sign into your Lutris account in your web browser. Go to your profile and click on the “Sign in through Steam” button. This will link your Steam account so the client can display your games and other Steam features.

Lutris Games

For many other games you can browse the selection on the Lutris website. There are tons on there, and more are constantly being added. Like with Steam, you can download games from the site, and the client will set them up for you.

If you have any other games that aren’t covered through Steam or the Lutris website, you can add them manually. The plus sign at the top of the client lets you create your own custom game launcher for games that are already installed on your computer. The development team plans on adding support for GOG and HumbleBundle in the near future, but for now you can still add games that you purchase through either of these services manually.

Once you’ve added a library of games, you’ll see a nice tiled image layout of all of your games on the main screen of the Lutris client. You can now run all of your games through Lutris!

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Nick Congleton

Nick is a freelance tech. journalist, Linux enthusiast, and a long time PC gamer.