It’s clear that League of Legends is a fun game since so many people play it on different devices like Windows and Mac computers. Even though playing League of Legends on Linux may seem difficult to some players, it’s actually pretty easy. The game works fine on Linux with just a few simple steps to install and set it up.
Linux users don’t need to feel left out – they can enjoy League of Legends too! In this article, we will teach you how to play League of Legends on Linux. If you’re a Linux user and want to play League of Legends, follow this guide!
show
How To Install League of Legends on Linux
Playing games designed for Windows on a Linux operating system used to be difficult, but tools like Wine and Lutris have made the process much easier. This includes popular games like League of Legends.
Also Read: Can You Play League of Legends on Chromebook?
Step 1: Install GPU Drivers
For NVIDIA GPUs on Ubuntu/Debian:
- Add the Proprietary GPU Drivers PPA: sudo add-apt-repository ppa:graphics-drivers/ppa
- Update apt: sudo apt update
- Install latest Nvidia drivers: sudo apt install nvidia-driver-470 (replace 470 with latest version)
For AMD GPUs on Ubuntu/Debian:
- Add the Padoka PPA: sudo add-apt-repository ppa:paulo-miguel-dias/pkppa
- Update apt: sudo apt update
- Install Mesa drivers: sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386
For Intel Integrated Graphics:
Install Vulkan drivers: sudo apt install libvulkan1 libvulkan1:i386

Step 2: Install Wine
- Add the Wine repository to your system’s package manager. For Debian/Ubuntu systems, run:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’s
For Fedora, run:
udo dnf config-manager –add-repo https://dl.winehq.org/wine-builds/fedora/winehq.repo
- Update your package listings and install Wine:
sudo apt update (for Debian/Ubuntu)
sudo dnf update (for Fedora)
sudo apt install –install-recommends winehq-stable (for Debian/Ubuntu)
sudo dnf install winehq-stable (for Fedora)
- Install any required dependencies like Mesa drivers, Vulkan, etc. The Lutris docs recommend installing the drivers/runtimes from your distro repository rather than third party PPAs.
- Install any other Wine dependencies needed for the applications you want to run, like winetricks, FAudio, etc. These can be installed via your package manager.
- Configure Wine as needed, like enabling CSMT for better performance.
Also Read: How To Fix League of Legends Installation Problem
Step 3: Install Lutris
Through this download link, download and install Lutris using the recommended method for your distro.
Step 4: Install League of Legends Through Lutris
1. Open Lutris and click the + button.
2. Search for League of Legends and select the Standard install option.

3. Wait for the initial client download and Riot Client download to be fully completed.
4. Do not enter login details or click Play. Exit the launcher when downloads finish.
Step 5: Launch League of Legends
If you have followed all the above steps then congratulations. League of Legends should now be installed and ready to play. You can launch it through Lutris and enjoy the game!
Conclusion
While Riot Games has yet to release an official League of Legends client for Linux, dedicated Linux users have found ways to get the game up and running. Through methods like WINE and Lutris, Linux gamers can still experience the intense 5v5 matches and ever-expanding champion roster of one of the world’s most popular multiplayer online battle arena games.


(6 votes, average: 4.50 out of 5)




Hi Muhammad Nagi! Your post really resonated with me, especially when you discussed the power of perseverance. Remembering my time as a college athlete, how crucial was mental strength in your experience? Also, I’d love to know more about your techniques for maintaining endurance in challenging situations. I think other readers could benefit from that as well. I’ve found that visualization exercises can be a game-changer, have you tried that? This could spark an interesting discussion about mental vs physical stamina. Keep up the great work! 👏👏
I keep receiving this error when installing. “Failed to retrieve wine (wine-ge-lol-8-27-x86_64) information”
Any clue how to fix?