Install League of Legends new client on Linux (Kali/ubuntu (debian), Fedora, openSUSE)
I do most of my gaming in Windows (I kind of like windows) but I do prefer Linux so and as I like Linux Kali I have to be very careful about playing game as its not advised to play games on Kali but you know can’t resist myself from playing game.
I do play CS:GO mostly and also a fan of League of Legends (LOL), and as RIOT games is not interested to publish any client for Linux soon as Linux is not in their priority. So, we have to use alternative to play League on Linux.
First of all we will install “Lutris”
For Debian/Kali
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/Release.key -O- | sudo apt-key add —
For Ubuntu & derivatives like Pop!_OS, Elementary OS, Linux Mint…
ver=$(lsb_release -sr); if [ $ver != "18.04" -a $ver != "17.10" -a $ver != "17.04" -a $ver != "16.04" ]; then ver=18.04; fi echo "deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_$ver/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q http://download.opensuse.org/repositories/home:/strycore/xUbuntu_$ver/Release.key -O- | sudo apt-key add —
After setting up all these repository in your preferred Linux distribution:
sudo apt-get update
sudo apt-get install lutris
You can also get help from this link for all other distributions Lutris OpenSUSE Build Service. And also Lutris page.
Now after installation is done Download League of Legends from here LOL. click on preferred Download and allow to open with Lutris or open Lutris and click on Browse Games then search for League and install.
Now follow the installation instructions that will come on screen and TADA! you are ready to play. In Lutris click on LOL and run.
Error debug:
In some cases you might see
don’t get hopeless/upset and don’t say GG!. remove the game and game file from library of Lutris.
then-
dpkg — add-architecture i386
apt-get update && apt-get install wine32
Как установить League of Legends на Linux [Wine + Winetricks + PlayOnLinux]
Я страстный игрок Лига легенд (LOL), Я сейчас играю на сервере Латинская Америка Северная (LAN) с псевдонимом тгтмундовзла и там я встретил много людей, которые сказали мне, что они не смогли установить League of Legends для Linux, основная причина в том, что нет клиента официальный LOL для Linux и метод установки — использовать такие инструменты, как PlayOnLinux y Вино.
В прошлом установка LOL в Linux была чрезвычайно простой, но после появления нового Launcher в процессе установки кое-что изменилось, поэтому в следующем уроке мы подробно объясним установку League of Legends в Linux, для этого возьмем за основу статью Пересмотренное руководство по установке League of Legends в Linux опубликовано на Reddit, а также в следующем видеоруководстве по этой статье.
Что такое Лига легенд (LOL)?
Лучший способ ответить на этот вопрос — использовать официальный трейлер игры, но я должен предупредить вас, что это очень захватывающая игра, и вы сможете провести много часов с удовольствием.
Требования для установки League of Legends в Linux
Я лично установил League of Legends только на дистрибутивы на основе Ubuntu, но этот метод должен правильно работать в любом дистрибутиве Linux. Перед началом процесса установки важно убедиться, что у нас нет проблем с обработкой наших видеодрайверов, поскольку это может быть проблемой, которая напрямую повлияет на работу игры.
Перед установкой League of Legends на Linux мы должны установить и настроить Вино, Винетрикс y PlayOnLinux, которые являются тремя основными инструментами, которые нам понадобятся для правильного функционирования игры. Чтобы установить эти инструменты в Ubuntu и производных, мы можем выполнить следующие шаги:
Установите Wine на Ubuntu и производные
Пользователи с 64-битной архитектурой, мы должны выполнить следующую команду перед установкой Wine
Затем мы выполним следующие команды для правильной установки.
Остальные дистрибутивы могут установить Wine с любым из найденных официальных пакетов. здесь.
Установите Winetricks в Linux
Перед установкой Winetricks рекомендуется установить пакет cabextract , что в Ubuntu можно сделать с помощью следующей команды:
sudo apt-get install cabextract
Затем мы можем установить Winetricks на любой дистрибутив, выполнив следующие команды:
Установите PlayOnLinux на Ubuntu и производные
PlayOnLinux он присутствует в официальных репозиториях большинства дистрибутивов Linux, поэтому мы можем просто установить его из диспетчера пакетов. Таким же образом мы можем найти инструкцию по установке здесь.
В случае с Ubuntu команды для выполнения следующие:
Шаги по установке LOL в Linux
Как только мы установили Вино, Винетрикс y PlayOnLinux мы переходим к установить Клиент League of Legends, для этого мы должны скачать клиент из следующих ссылке и выполните следующие действия:
-
Мы выполняем PlayOnLinux, перейдите в Инструменты и нажмите Управление версиями Wine и установите версию 2.8-ступенчатая (который правильно работает с LOL).
- С этого же терминала переходим к установке DirectX 9 y Microsoft Visual C ++ 2015 с помощью следующей команды:
./winetricks vcrun2015 d3dx9
Затем мы должны принять условия лицензии Visual C ++ и нажать устанавливать - Закрываем оболочку, переходим в настройку агрегата, во вкладку Вино и нажмите на опцию Настроить вино, где мы должны настроить и применить изменения вкладок приложения, библиотеки, графика и постановка как показано ниже:
Заключительные рекомендации
После просмотра учебника процесс может показаться несколько сложным, но, честно говоря, это не так, я просто хотел подробно описать шаги, которые необходимо выполнить. Я играю в Lol в разных дистрибутивах, но тот, который мне больше всего подходит и который легче установить, находится в Zorin Os 12.2 Окончательный, так как Wine, PlayOnLinux и Winetricks настроены по умолчанию.
Некоторые пользователи говорят, что при выполнении LOL с Directx частота кадров в секунду не увеличивается, поэтому рекомендуется заставить LOL использовать OpenGL, это можно сделать из оболочки виртуального диска (тот, который мы запускаем при установке Winetricks) просто отредактировав файл game.cfg, для этого мы выполняем в оболочке следующую команду:
nano Riot\ Games/League\ of\ Legends/Config/game.cfg
В файл, который мы открыли из терминала, мы должны добавить следующую строку x3d_platform=1 непосредственно перед окончанием этикетки [General] и откройте этикетку [Sound] , мы экономим с ctrl + o и снова запускаем игру, где у нас наверняка будет большее количество fps.
Лично мне лучше с Directx, так как с опцией OpenGL некоторые шрифты не видны. Игра для меня чрезвычайно плавная, и у меня не было никаких проблем, этот метод работает довольно давно и совместим с любым дистрибутивом.
Я надеюсь, вам понравится это. и не стесняйтесь добавлять меня в игру, чтобы поделиться некоторыми играми.
Содержание статьи соответствует нашим принципам редакционная этика. Чтобы сообщить об ошибке, нажмите здесь.
Полный путь к статье: Из Linux » Учебники / Руководства / Советы » Как установить League of Legends на Linux [Wine + Winetricks + PlayOnLinux]
How To Install and Play League of Legends Linux (2023)
LoL is a 3D multiplayer online battle arena that runs in 3 different modes:
- Twisted Treeline.
- Summoner’s Rift.
- Howling Abyss.
In each game, the teas bypass defensive line structures in order to destroy core building in the enemy team base and achieve victory. The match lasts an average of 26-60 minutes. This page will educate you on how to install league of legends on Linux in 2023 using Lutris, Snap or Wine. This is tested and currently supported on Ubuntu.
Table of Contents
How To Play League of Legends on Linux with Lutris or SNAP
Method #1: Playing with SNAP
You first need to know whether you have the proper graphics driver installed along with 3D support. To check this use command:
To see if it has 3D acceleration support, install “nux-tools” package by using the command:
Execute the following command in the terminal:
Update snaps in your system when you are running on the version between 14.04 LTS and 15.10 LTS by running the command:
For version 16.04 LTS and later, including 18.04 LTS, snap is installed already.
Now you can install the software package in a single build.
Installing League of Legends
- You need to launch the terminal using “CTRL+ALT+T” from the keyboard, install the wine execution platform by using:
- Update it to get the latest compatibility layer which applies software package ready to be install, execute by using the command:
- Update it to save repository changes by using:
- Install its snap software package by running the command in the terminal development mode:
How To Start LoL After Installation
- As the installation process is completed, you can now launch the game from the apps menu.
- You shall see a small window with the text “loading windows environment”; which is used to check for the wine environment. Once the execution is completed, another window shall open where you need to “select game installer region”. The most popular regions are EU West, North America, as well as EU Nordic and East.
- Once the region has been selected, hit the “install button”, it shall start to download.
- Once done and no errors are seen, it shall launch finally.
If for whatever reason you want to uninstall, here’s how:
- Launch terminal and run the command:
The entire process is great as the software package is powered by a snap which makes it easy to deploy across any Linux distribution universally which a single click install. The best thing is that it updates in the background automatically.
Method #2: Playing with Lutris
What you need to begin with:
- Working Linux installs (Ubuntu is preferred).
- Updated graphics drivers with root privileges.
Important basics:
- #- required when commands need to be executed with root privileges either as a root user directly or by using the sudo
- $- required when commands need to be executed as a regular non-privileged user.
First of all Install Lutris
First thing’s first, you need to get this. Do not worry about installing wine separately as it shall take care of it. All you need is the latest graphics driver for the GPU. You need to be sure that you have installed the update before moving further ahead.
Now, if you are on Ubuntu then there is a guide on how to get it set up for the system.
If you are on any other distro then you can install this but the process won’t be covered here.
Begin the installation process in the installer
- You need to open the browser and go to “Lutris League of Legends Page”. It can be downloaded from here.
- Once there, sign in if not done so.
- Hit the “install” button below the slideshow.
- This shall open up automatically or the browser shall ask you to open it..
- In both ways, it asks if you want to start with the installation.
- Press “Continue”.
- After this, it shall ask you to confirm the location for it.
- Pick the one which works best for you.
- It shall now begin to lay the groundwork and set up wine prefix for better results.
- Once ready, the regular windows league installer shall pop up.
- Follow it like normal as there is nothing strange about it.
- It is relative to the wine prefix that it has set up, so don’t worry.
- Once it finishes, it shall ask you to run it. Do not run it just yet.
- It shall continue to install and configure more windows DLLs as well as extras that it requires to run it properly.
- When this is done, it shall ask if you want to an app menu shortcut, we suggest you have one as it is a good idea. In spite of launching the entire game, click “close”.
- This shall install scripts with a slightly older version of wine.
- Keep in mind that an update is always a good idea.
Alternative Option: Try Wine
- There at the top of the window, you need to click on the “runners” icon. Is might be different depending upon your system icons. It shall look like gears or similar and is the second one from the left.
- A new window shall open and list all the runners in alphabetical order. Go down and select the “manager versions” button.
- Another window shall open with a series of checkboxes and corresponding versions.
- You need to check for the latest version.
- As soon as you check the box, it shall begin to install.
- Once done, go back to the main screen.
- By now you shall see it listed in the library.
- Right-click on this, chose “configure”.
- A new configuration window shall pop open.
- On the menu, along the top, click on the “runner options” tab.
- The top field on this allows you to pick the version.
- Open up the menu, chose a new version of it that you have just installed.
- Once done, click “save” there is the bottom right of the window.
It’s time to enjoy!
- You need to click on the banner image on its home screen.
- It might need to patch itself before opening up.
- Wait for some time and let it do its work.
You can now play it by opening Lutris and clicking on the banner image or with the app menu launcher that you created earlier.
LoL Tips for Beginners that are starting
Learn the Slang
If you have been playing the game for some time now then you may have noticed that some players use specific acronyms. This saves keystrokes which save ties and give a competitive advantage in a tough match.
Communication is vital
If you communicate with your team effectively then there are better chances of winning. This does not mean you need to put on headsets and get on group chats but you need to listen and call out on what positions you want to play before the game, and announce when enemies are missing from the lane. This shall benefit you a lot.
Learn about your Character
There are many resources, each with its own guides to build certain champions. Now the guides need to be viewed as flexible templates in terms of which abilities to level up and what gear to buy in the game. Keep in mind that many champions can fill different roles as well as positions, so make sure you use a guide that is according to the position you are playing for that championship.
Conclusion
I hope you have enjoyed reading this tutorial installing League of Legends Linux on your PC or Laptop. This method works on Ubuntu and other famous distributions out there. We have used Lutris and Snap mainly to achieve this.
Как установить League Of Legends в любом Linux
Для любителей игры «League Of Legends» есть хорошая новость. Теперь в нее можно играть практически на любом Linux-дистрибутиве.
Что такое League Of Legends
League of Legends (в переводе с англ. — «Лига легенд»), сокращённо LoL — ролевая видеоигра с элементами стратегии в реальном времени (MOBA), разработанная и выпущенная компанией Riot Games 27 октября 2009 года для платформ Microsoft Windows и Apple Macintosh. Игра распространяется по модели free-to-play. Ежемесячная аудитория игры составляет 100 млн игроков по всему миру (сентябрь 2016).
В этом видео, посмотрите что представляет собой игра League Of Legends:
- с помощью универсальных пакетов SNAP
- Portable-версия игры
Теперь рассмотрим каждый вариант запуска по очереди
1. Запуск игры используя менеджер пакетов SNAP
Первым делом для установки игры, вам необходимо установить поддержку Snap репозитория в своей системе.
Про универсальные пакеты snap и как их установить мы уже писали ранее:
sudo snap install wine-platform-5-staging sudo snap refresh —candidate wine-platform-5-staging sudo snap install wine-platform-runtime sudo snap refresh —candidate wine-platform-runtime
1.2. Затем установите пакет League Of Legends с помощью команды:
1.3 Как удалить
Чтобы удалить League Of Legends, выполните команду в терминале:
1.4. После установки найдите в меню и запустите игру.
При первом запуске вам будет предложено выбрать регион установки игры и начать процесс загрузки:
До недавнего времени это был проверенный способ, но в последнее время этот способ стал не работоспособным. 🙁
После установке при запуске вам выдаст
Но мы не будем в статье удалять описание этого варианта. Возможно он скоро опять заработает.
Поэтому переходим к второму варианту запуска.
2. Запуск Portable-версии League Of Legends
2.1 Загрузка игры
В этом нам поможет чудесный ресурс PortWine-Linux
И загружаем оттуда установщик игры. В нашем примере это «Download PortLoL-47»
2.2 Запуск установки
Теперь необходимо установить атрибут «исполняемый» на загруженный файл и запустить.
Далее следуйте инструкциям.
2.3. После установки найдите в меню и запустите игру
Первый запуск будет долгим, так как будет загружаться основной клиент.
После нескольких, (возможно десятка) минут установки, игра должна запустится.
А вы пробовали эту игру? Напишите о своих впечатлениях в комментариях ниже.