How to make games work (Linux)
What makes us different from other similar websites? › Forums › Tech › How to make games work (Linux)
Tagged: Arch Linux, CentOS, Clear Linux, Debian, Elementary, Fedora, Games, Gentoo, Linux, Lutris, Mageia, Manjaro, openSUSE, Pop!_OS, Slackware, Solus, Steam, Tarball, Ubuntu
- This topic has 0 replies, 1 voice, and was last updated 4 years, 5 months ago by thumbtak.
- AuthorPosts
- June 14, 2020 at 10:33 pm #1955thumbtakKeymaster
For Ubuntu, Elementary, and Pop!_OS:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt-get update
sudo apt-get install lutris
Open Lutris and import games.For Debian:
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install lutris
Open Lutris and import games.For Solus:
sudo eopkg it lutris
Open Lutris and import games.For Fedora:
sudo dnf install lutris
Open Lutris and import games.For openSUSE:
sudo zypper in lutris
Open Lutris and import games.For Arch Linux, Manjaro:
sudo pacman -S lutris
Open Lutris and import games.For Clear Linux:
sudo swupd bundle-add lutris
Open Lutris and import games.For Mageia:
Lutris is available in Mageia App Db: https://madb.mageia.org/package/show/name/lutris
Open Lutris and import games.For Gentoo:
Lutris is available in portage tree: https://packages.gentoo.org/packages/games-util/lutris
Open Lutris and import games.For Slackware:
Lutris is available from the SlackBuilds repositories (may not be up to date): https://slackbuilds.org/apps/lutris/
Open Lutris and import games.For CentOS:
For CentOS 8 and RHEL 8 You can clone this github repository to install Lutris. Please contribute to @jatin-cbs’ repo on Github to improve Lutris support on CentOS.
Open Lutris and import games.As a Tarball:
Lutris is available as a tar.xz package. You can run the project directly from the extracted archive but you might not have all features installed such as the browser integration or xboxdrv support. You’ll need to make sure you have the necessary dependencies for Python 3 (PyGObject3 and PyYAML).
Warning: Please do not usesetup.py install
to install Lutris. It does not fully install lutris, some aspects are handled by the distribution’s package manager. Additionally, Python’s setuptools do not allow to easily uninstall software installed in such a manner.Source:
Lutris is constantly evolving. If you want to try out the latest features or help with the development, you can get Lutris from Github:git clone https://github.com/lutris/lutris.git
You do not need to install Lutris to run it,cd
in the source folder and run./bin/lutris -d
Warning: If Lutris isn’t installed from your package manager already, some features such as browser integration or xboxdrv support will be missing. We recommend you keep the latest release version installed, even if you plan on using the development branch.
Please report all problems on the https://github.com/lutris/lutris/issues or on IRC (#lutris on Freenode)More Info:
https://lutris.net/ - AuthorPosts
- You must be logged in to reply to this topic.