Gry

How to install Lutris - An Open Gaming Platform for Linux

How to install Lutris - An Open Gaming Platform for Linux

A new tutorial on how to install Lutris on Ubuntu. Lutris is an open source gaming platform for GNU/Linux. It allows you to gather and manage (install, configure and launch) all your games acquired from any source, in a single interface.

No games are sold on this platform, you have to provide your own copy of the games unless they are Open Source or Freeware. The games can be installed anywhere you want on your system, the tool does not impose anything.

Lutris Features

A lot more is planned. Below are what to expect in future releases:

Lutris relies on various programs referenced as 'runners' to provide a vast library of games. These runners (with the exception of Steam,Desura and Web browsers) are provided by lutris, you don't need to install them with your package manager. The followings are supported runners:

How to install Lutris on Ubuntu 16.04 and Ubuntu 16.10

ver=$(lsb_release -sr); if [ $ver != "16.10" -a $ver != "15.10" -a $ver != "16.04" ]; then ver=16.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 - sudo apt-get update sudo apt-get install lutris wine

How to Install Lutris on Debian

echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_8.0/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list wget -q http://download.opensuse.org/repositories/home:/strycore/Debian_8.0/Release.key -O- | sudo apt-key add - sudo apt-get update sudo apt-get install lutris wine

How to uninstall Lutris from Ubuntu, Debian

sudo apt-get remove lutris wine
Gry 5 najlepszych gier zręcznościowych dla systemu Linux
5 najlepszych gier zręcznościowych dla systemu Linux
W dzisiejszych czasach komputery to poważne maszyny używane do gier. Jeśli nie możesz uzyskać nowego wysokiego wyniku, będziesz wiedział, o co mi chod...
Gry Bitwa o Wesnoth 1.13.6 Wydanie rozwojowe
Bitwa o Wesnoth 1.13.6 Wydanie rozwojowe
Bitwa o Wesnoth 1.13.6 wydana w zeszłym miesiącu jest szóstą wersją rozwojową w 1.13.Seria x i zapewnia szereg ulepszeń, w szczególności w interfejsie...
Gry Jak zainstalować League Of Legends na Ubuntu 14.04
Jak zainstalować League Of Legends na Ubuntu 14.04
Jeśli jesteś fanem League of Legends, to jest okazja do przetestowania League of Legends. Pamiętaj, że LOL jest obsługiwany w PlayOnLinux, jeśli jeste...