Lutris is compatible with any up-to-date Linux system. It relies on Python 3 and GTK libraries and will run on any desktop environment. Packages are provided for current Linux distributions. In some cases, Lutris will be available without adding additional software sources but if that's not the case, follow the instructions specific to your distribution below.
Downloads
Make sure to install Wine and drivers!
If you plan on playing games for Windows, to ensure a smooth
experience, install a recent version of
Wine on your
system. This will provide all necessary dependency as Lutris cannot ship
with every component in its
runtime. When playing games lutris will use
a custom version of Wine optimized for games.
-
-
Pop!_OS
-
Ubuntu
-
Elementary
-
Linux Mint
Packages compatible with Ubuntu and derivatives are available on the PPA.
You can add a repository using terminal to receive automatic updates:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris
Lutris is now available on Pop!_OS through Pop!_Shop. -
-
-
Debian
Packages compatible with Debian are available on the openSUSE Build Service.
You can add a repository using terminal to receive automatic updates:
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add -
apt update
apt install lutris
-
-
Solus
Lutris is available in the Solus Software Center
sudo eopkg it lutris
-
-
Fedora
Lutris is available in the official repositories
sudo dnf install lutris
-
-
-
openSUSE
Packages for current versions of openSUSE are available from the openSUSE repositories via YaST or commandline
sudo zypper in lutris
-
-
-
Arch Linux
-
Manjaro
You can get Lutris from the Arch Community Repository. Updates on Manjaro are delayed.
sudo pacman -S lutris
-
-
Clear Linux
Lutris is available as a bundle.
sudo swupd bundle-add lutris
-
-
Mageia
Lutris is available in Mageia App Db: https://madb.mageia.org/package/show/name/lutris
-
-
-
Gentoo
Lutris is available in portage tree: https://packages.gentoo.org/packages/games-util/lutris
-
-
-
Slackware
Lutris is available from the SlackBuilds repositories (may not be up to date): https://slackbuilds.org/apps/lutris/
-
-
-
CentOS Stream
-
RHEL 8
For CentOS Stream and derivatives like RHEL 8 You can clone this github repository and then install cabextract and lutris:
sudo dnf install cabextract-*.el8.x86_64.rpm lutris-*.el8.x86_64.rpm
Note: Enable EPEL, you can follow the README for more information. -
-
-
Tarball
Lutris is available as a tar.xz package. You can run the project directly from the extracted archive but you might not have all features installed such as the browser integration or xboxdrv support. You'll need to make sure you have the necessary dependencies for Python 3 (PyGObject3 and PyYAML).
Warning: Please do not usesetup.py install
to install Lutris. It does not fully install lutris, some aspects are handled by the distribution's package manager. Additionally, Python's setuptools do not allow to easily uninstall software installed in such a manner. -
-
-
Source
Lutris is constantly evolving. If you want to try out the latest features or help with the development, you can get Lutris from Github:
git clone https://github.com/lutris/lutris.git
You do not need to install Lutris to run it,cd
in the source folder and run./bin/lutris -d
Warning: If Lutris isn't installed from your package manager already, some features such as browser integration or xboxdrv support will be missing. We recommend you keep the latest release version installed, even if you plan on using the development branch.
Please report all problems on the bugtracker or on IRC (#lutris on Freenode) -
Icons by FatCow under CC-BY-3.0-US