<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gamer Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/gamer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 18 Dec 2018 22:19:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Lutris on Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-lutris-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-lutris-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 02:11:40 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gamer]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lutris]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8558</guid>

					<description><![CDATA[<p>If you&#8217;re a Linux gamer, then you&#8217;re in luck because this post will teach you how to install Lutris on Debian 9. Lutris is one of those applications that come to make life easy for gamers on Linux. Every day more and more people use it on their computers. In short, Lutris is an application [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-lutris-debian-9/">How to install Lutris on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re a Linux gamer, then you&#8217;re in luck because this post will teach you how to install Lutris on Debian 9.</p>
<p><a href="https://lutris.net/">Lutris</a> is one of those applications that come to make life easy for gamers on Linux. Every day more and more people use it on their computers. In short, Lutris is an application that pretends to be an organizer of the games installed in our operating system regardless of their origin. Of course, it focuses mainly on <a href="https://store.steampowered.com">Steam</a> games and those installed in Wine.</p>
<p>So, let&#8217;s install Lutris.</p>
<h1>1. Install Wine Staging</h1>
<p>The first step is to install Wine Staging. Wine Staging is a version of Wine maintained by Lutris and that they recommend us to install it so that everything goes well. Thanks to this, we can run a wide variety of games on Linux.</p>
<p>First, enable 32 bits support.</p>
<pre class="">:~$ sudo dpkg --add-architecture i386</pre>
<p>Now, import the repository release key.</p>
<pre class="">:~$ cd Downloads
:~$ wget -nc https://dl.winehq.org/wine-builds/Release.key
:~$ sudo apt-key add Release.key</pre>
<figure id="attachment_8559" aria-describedby="caption-attachment-8559" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8559" src="https://www.osradar.com/wp-content/uploads/2018/12/1-13.png" alt="1.- Import the key" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/1-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/1-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/1-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/1-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/1-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/1-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8559" class="wp-caption-text">1.- Import the key</figcaption></figure>
<p>Now you must create a file that will contain the repository information.</p>
<pre class="">:~$ sudo touch /etc/apt/sources.list.d/wine.list
:~$ sudo nano /etc/apt/sources.list.d/wine.list</pre>
<pre class="">deb https://dl.winehq.org/wine-builds/debian/ stretch main</pre>
<figure id="attachment_8560" aria-describedby="caption-attachment-8560" style="width: 893px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8560" src="https://www.osradar.com/wp-content/uploads/2018/12/2-13.png" alt="2.- Creating the repository file" width="893" height="144" srcset="https://www.osradar.com/wp-content/uploads/2018/12/2-13.png 893w, https://www.osradar.com/wp-content/uploads/2018/12/2-13-300x48.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/2-13-768x124.png 768w" sizes="(max-width: 893px) 100vw, 893px" /><figcaption id="caption-attachment-8560" class="wp-caption-text">2.- Creating the repository file</figcaption></figure>
<p>Next, update APT and install Wine.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt install --install-recommends winehq-staging</pre>
<figure id="attachment_8561" aria-describedby="caption-attachment-8561" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8561" src="https://www.osradar.com/wp-content/uploads/2018/12/3-13.png" alt="3.- Installing Wine" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/3-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/3-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/3-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/3-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/3-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/3-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8561" class="wp-caption-text">3.- Installing Wine</figcaption></figure>
<p>Now, you can install Lutris.</p>
<h1>2. Install Lutris</h1>
<p>Lutris has been an example of growth and maturity. At first, it was a small project, but the Linux gamers have realized that there is no better way to organize your installed games with <a href="https://www.winehq.org/">Wine</a> than with it.</p>
<p>On the other hand, to be always up to date, Lutris must be installed through its repository for Debian. Besides being up to date, it will make the installation very easy.</p>
<p>First, create the repository configuration file.</p>
<pre class="">:~$ sudo touch /etc/apt/sources.list.d/lutris.list
:~$ sudo nano /etc/apt/sources.list.d/lutris.list</pre>
<p>And add the following:</p>
<pre class="">deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./</pre>
<figure id="attachment_8562" aria-describedby="caption-attachment-8562" style="width: 897px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8562" src="https://www.osradar.com/wp-content/uploads/2018/12/4-13.png" alt="4.- Creating an repository file for Lutris" width="897" height="145" srcset="https://www.osradar.com/wp-content/uploads/2018/12/4-13.png 897w, https://www.osradar.com/wp-content/uploads/2018/12/4-13-300x48.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/4-13-768x124.png 768w" sizes="(max-width: 897px) 100vw, 897px" /><figcaption id="caption-attachment-8562" class="wp-caption-text">4.- Creating a repository file for Lutris</figcaption></figure>
<p>The next step is to import the key release.</p>
<pre class="">:~$ wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_9.0/Release.key -O- | sudo apt-key add -</pre>
<p>Finally, install Lutris.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt install lutris</pre>
<figure id="attachment_8563" aria-describedby="caption-attachment-8563" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8563" src="https://www.osradar.com/wp-content/uploads/2018/12/5-13.png" alt="5.- Install Lutris" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/5-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/5-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/5-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/5-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/5-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/5-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8563" class="wp-caption-text">5.- Install Lutris</figcaption></figure>
<h1>3. Using Lutris</h1>
<p>In order to manage your games and synchronize them effectively is that Lutris requires an account. It&#8217;s not too intrusive data so there are no problems. Go to <a href="https://lutris.net/user/register/">this</a> site and register.</p>
<figure id="attachment_8566" aria-describedby="caption-attachment-8566" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8566" src="https://www.osradar.com/wp-content/uploads/2018/12/7-13.png" alt="7.- Lutris registration" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/12/7-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/7-13-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8566" class="wp-caption-text">6.- Lutris registration</figcaption></figure>
<figure id="attachment_8564" aria-describedby="caption-attachment-8564" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8564" src="https://www.osradar.com/wp-content/uploads/2018/12/6-13.png" alt="6.- Lutris main screen" width="800" height="627" srcset="https://www.osradar.com/wp-content/uploads/2018/12/6-13.png 800w, https://www.osradar.com/wp-content/uploads/2018/12/6-13-300x235.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/6-13-768x602.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/6-13-536x420.png 536w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-8564" class="wp-caption-text">7.- Lutris main screen</figcaption></figure>
<p>After that, you can start installing the games you want through the <a href="https://lutris.net/games/">Lutris game center.</a></p>
<figure id="attachment_8565" aria-describedby="caption-attachment-8565" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8565" src="https://www.osradar.com/wp-content/uploads/2018/12/8-12.png" alt="8.- Lutris game directory" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/12/8-12.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/8-12-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8565" class="wp-caption-text">8.- Lutris game directory</figcaption></figure>
<p>And that&#8217;s all.</p>
<h1>Conclusion</h1>
<p>As a conclusion, I can say that Lutris makes it a lot easier to play on Linux. Let&#8217;s be honest, it&#8217;s always related to playing with other systems, but these tools help to show that in Linux you can play and well. To install Lutris in <a href="https://www.osradar.com/install-lemp-debian-9/">Debian</a> 9 a system that is characterized by its stability, is not difficult and with few commands, you can do it.</p>
<p>So, share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-lutris-debian-9/">How to install Lutris on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-lutris-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
