How to Install Lutris on Ubuntu: Your Gateway to Gaming on Linux
So, you've decided to dive into the world of PC gaming on your Ubuntu machine, and you've heard about Lutris. That's fantastic! Lutris is a free and open-source game manager that makes it incredibly easy to discover, install, and play games from a wide variety of sources, including Steam, GOG, Humble Bundle, and even emulators. This guide will walk you through the simple process of getting Lutris up and running on your Ubuntu system, so you can start gaming in no time.
What is Lutris and Why Use It?
Think of Lutris as your central hub for all things gaming on Linux. Instead of juggling multiple launchers or trying to figure out command-line installations, Lutris provides a streamlined, graphical interface. It automates a lot of the complex setup that used to be required, making it accessible for users of all technical skill levels. Lutris supports a vast array of games and platforms, and its community is constantly adding new game installers.
Method 1: Installing Lutris via the Official PPA (Recommended)
The most reliable and up-to-date way to install Lutris on Ubuntu is by using its official Personal Package Archive (PPA). This ensures you get the latest features and bug fixes.
- Open your Terminal: You can usually find the Terminal application by searching for it in your Ubuntu application menu, or by pressing Ctrl + Alt + T simultaneously.
-
Add the Lutris PPA: In the Terminal window, type the following command and press Enter:
sudo add-apt-repository ppa:lutris-team/lutris
You'll be prompted to enter your user password. Type it in (it won't show on screen as you type) and press Enter.
-
Update your package list: After adding the PPA, it's crucial to update your system's package list so it recognizes the new software source. Run this command:
sudo apt update -
Install Lutris: Now you're ready to install Lutris itself. Execute the following command:
sudo apt install lutris
Once the installation is complete, you can find Lutris in your Ubuntu application menu. Just search for "Lutris" and click on the icon to launch it.
Method 2: Installing Lutris via Flatpak (Alternative Method)
Flatpak is another excellent way to install applications on Linux, offering a sandboxed environment and easy updates. If you prefer using Flatpak or encounter issues with the PPA method, this is a great alternative.
-
Ensure Flatpak is installed: Most modern Ubuntu versions come with Flatpak pre-installed. To confirm or install it, open your Terminal and run:
sudo apt install flatpak
If it's already installed, the command will let you know. If not, it will proceed with the installation.
-
Add the Flathub repository: Flathub is the primary repository for Flatpak applications. Add it with this command:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -
Install Lutris from Flathub: Now you can install Lutris using the following Flatpak command:
flatpak install flathub net.lutris.Lutris
After the installation, you might need to restart your system for Lutris to appear correctly in your application menu. You can then launch it from there.
First Steps with Lutris
Congratulations! You've successfully installed Lutris. When you first launch it, you'll be greeted with a clean interface. Lutris will guide you through setting up different game sources:
- Game Sources: On the left-hand sidebar, you'll see options to add various game sources like Steam, GOG, Humble Bundle, and Emulators. Click on a source and follow the on-screen prompts to connect your accounts or configure the emulator.
- Discover: The "Discover" section is where you can browse and search for games that Lutris can help you install. You'll find a vast library of titles, from AAA games to indie gems.
- Installing Games: Once you find a game you want, click on it and then click the "Install" button. Lutris will often present you with different installation scripts tailored to get the game running smoothly on Linux, sometimes even setting up WINE or other compatibility layers automatically. Follow the prompts carefully.
Lutris is an incredibly powerful tool for any gamer on Ubuntu. With these steps, you're well on your way to enjoying your favorite PC games on your Linux machine.
Troubleshooting Common Issues
While Lutris is generally very stable, you might occasionally run into a snag. Here are a few common things to check:
- Graphics Drivers: Ensure you have the latest proprietary graphics drivers installed for your NVIDIA or AMD graphics card. Outdated drivers are a frequent cause of gaming performance issues. You can usually manage these in Ubuntu's "Software & Updates" application under the "Additional Drivers" tab.
-
WINE Dependencies: Lutris relies heavily on WINE to run Windows games. If a specific game isn't launching, it's often related to missing WINE components. Lutris usually prompts you to install these when needed, but you can also manually install `winetricks` using:
sudo apt install winetricks. - Permissions: Make sure Lutris has the necessary permissions to access your game installation directories.
The Lutris community is also a fantastic resource. If you get stuck, don't hesitate to check out their forums or IRC channels for help.
Frequently Asked Questions (FAQ)
How do I update Lutris?
If you installed Lutris using the PPA method, updates will be handled automatically through Ubuntu's standard update process. Simply run sudo apt update && sudo apt upgrade in your Terminal periodically, or allow your system to perform automatic updates. If you installed via Flatpak, Lutris will update itself through the Flatpak system, often prompting you when an update is available.
Why are some games not installing or running correctly?
This can happen for a variety of reasons. Some games may have specific compatibility issues with WINE or Proton (used by Steam). Lutris uses community-maintained installation scripts that aim to fix these issues, but they aren't always perfect. Ensure your graphics drivers are up-to-date, and check the Lutris website or forums for game-specific advice. Sometimes, manually tweaking WINE settings through Lutris can resolve problems.
Can I install games from Epic Games Store or Ubisoft Connect?
Direct integration for these stores is more complex due to their proprietary nature. However, Lutris often provides community-made scripts that can facilitate installations for games purchased on these platforms, though success can vary. You might need to explore these community scripts within Lutris's installer options.
Is Lutris safe to use?
Yes, Lutris is a free and open-source application developed by a community of volunteers. It does not contain malware, and its primary function is to simplify game installation and management. The installation scripts it uses are also community-vetted, though it's always a good idea to be aware of what you're installing.
How do I add my existing Steam games to Lutris?
After installing Lutris and adding the Steam source, Lutris can often detect your Steam library. You may need to log into your Steam account within Lutris. It then allows you to manage and launch your Steam games directly from the Lutris interface, often with enhanced compatibility options provided by community scripts.

