Lutris is compatible with any up-to-date Linux distribution. It relies on the Python 3 and some GTK libraries and will run on any desktop environment. The following distributions are supported: Ubuntu 16.04, 18.04, and 18.10 Debian 8 and 9, Fedora, openSUSE Leap and Tumbleweed, Mageia, Arch Linux and Gentoo.
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.
-
-
Ubuntu
-
Pop!_OS
-
Elementary
-
Linux Mint
Packages compatible with Ubuntu and derivatives are available on the PPA.
You can add a repository to receive automatic updates:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt-get update
sudo apt-get install lutris -
-
-
Debian
Packages compatible with Debian are available on the openSUSE Build Service.
You can add a repository to receive automatic updates:
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_9.0/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get 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
-
Antergos
-
Manjaro
You can get Lutris from the Arch Community Repository. Updates on Manjaro are delayed.
sudo pacman -S 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/
-
-
-
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 installto 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,cdin 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