Download and Install Lutris on Linux (original) (raw)

Last Updated : 6 May, 2026

Lutris is an open-source game management platform that helps you download, configure, and run games from multiple sources on Linux. It serves as a unified interface where you can launch:

Lutris doesn’t replace Steam - it enhances it, making non-native game installations smoother.

Key Features of Lutris

Given below there are some key features of Lutris

key_features_of_lutris

Wine Integration

Central Game Library

Emulator Support

Store Integrations

Why Lutris Requires Wine

Windows remains the primary platform for most AAA titles. Wine acts as a compatibility bridge so Lutris can run Windows games without requiring Windows installed.

Why Wine Is Necessary

For Wine installation details, refer to: "How to Use Wine on Linux"

Install Lutris via Flatpak

Flatpak is the current official and stable method to install Lutris on Ubuntu, Linux Mint, and other supported Linux distributions.

[Step 1]: Install Flatpak

sudo apt install flatpak

Installs Flatpak support so your system can run Flatpak-based applications.

image---2025-12-04T174441599

[Step 2]: Add Flathub Repository (Required)

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Adds the Flathub source, which is required to download Lutris and other Flatpak apps.

image---2025-12-04T181833384

[Step 3]: Update Flatpak Sources

flatpak update

Refreshes Flatpak metadata and ensures the latest repository information is loaded.

file

[Step 4]: Install Lutris

flatpak install flathub net.lutris.Lutris

Downloads and installs Lutris from the official Flathub repository.

image---2025-12-04T174402305

[Step 5]: Launch Lutris

flatpak run net.lutris.Lutris

Starts the Lutris application via Flatpak to verify a successful installation.

file

reboot

Reloads the desktop environment so Lutris appears correctly in the app launcher.

What You Can Do with Lutris