<?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>wine Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/wine/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 22 Jun 2021 16:19:19 +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>Install Wine 6 on Fedora 34 / 33?</title>
		<link>https://www.osradar.com/install-wine-6-fedora-33/</link>
					<comments>https://www.osradar.com/install-wine-6-fedora-33/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 23:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27852</guid>

					<description><![CDATA[<p>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33. Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33.</strong></p>



<p>Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run in Linux.</p>



<p><a href="https://www.winehq.org/" target="_blank" rel="noreferrer noopener">Wine</a>&nbsp;is included in the official repositories of almost any distribution. The problem is that Wine’s development is too active (which is very welcome) and they constantly add features and improve the support of the applications.</p>



<p>Therefore, if you notice when using Wine that certain programs do not run correctly, then updating Wine may be a solution.</p>



<p>So let’s go for it.</p>


<h2 id="install-wine-6-on-fedora-33"><a href="#install-wine-6-on-fedora-33" name="install-wine-6-on-fedora-33"></a>Install Wine 6 on Fedora 34 / 33</h2>
<p>Although Fedora is a distribution that is updated quite a lot, it is also true that it does not always provide us with the latest version of some programs. This is the case of Wine which, although it is true, gives us an updated version, it is not the latest one.</p>
<p>So for this, it is necessary to add a new repository that contains both the latest stable version of Wine and the development version.</p>
<p>So, open a terminal and run the following command for Fedora 34</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo
</code></pre>
<p>And this for Fedora 33:</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo</code></pre>
<p>This command will add the Wine repository to the system.</p>
<p>After that, install Wine 6 on Fedora 34 / 33 by running the following command:</p>
<pre><code data-origin="<pre><code>sudo dnf install winehq-stable
</code></pre>">sudo dnf install winehq-stable
</code></pre>
<p>During the process, you will have to confirm the installation because a new repository is being added along with its GPG key.</p>
<p>After the installation is complete, you can check the version by running</p>
<pre><code data-origin="<pre><code>wine --version
</code></pre>">wine --version
</code></pre>
<figure id="attachment_27884" aria-describedby="caption-attachment-27884" style="width: 594px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-27884 size-full" src="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png" alt="Wine 6 on Fedora 34 / 33" width="594" height="123" srcset="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png 594w, https://www.osradar.com/wp-content/uploads/2021/01/winefedora-300x62.png 300w" sizes="(max-width: 594px) 100vw, 594px" /><figcaption id="caption-attachment-27884" class="wp-caption-text">Wine 6 on Fedora 34 / 33</figcaption></figure>
<p>so, enjoy it.</p>
<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>
<p>Wine is an application that is a veteran within Linux. However, it is quite popular especially with users coming from Windows. It does not always give the expected results but it can work and solve several problems.</p>
<p>Now you know how to install version 6 of this program on Fedora 34 / 33.</p><p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</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/install-wine-6-fedora-33/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Wine 6 on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-the-latest-version-of-wine-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-the-latest-version-of-wine-ubuntu-20-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 00:31:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27088</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Wine 6 on Ubuntu 20.04. Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-of-wine-ubuntu-20-04/">Install Wine 6 on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Hello, friends. In this post, you will learn how to install Wine 6 on Ubuntu 20.04.</strong></p>



<p>Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run in Linux.</p>



<p><a href="https://www.winehq.org/" target="_blank" rel="noreferrer noopener">Wine</a>&nbsp;is included in the official repositories of almost any distribution. The problem is that Wine’s development is too active (which is very welcome) and they constantly add features and improve the support of the applications and Ubuntu does not update the base packages.</p>



<p>Therefore, if you notice when using Wine that certain programs do not run correctly, then updating Wine may be a solution.</p>



<p>So let’s go for it.</p>



<h2>Install Wine 6 on Ubuntu 20.04</h2>



<p>Unfortunately, Ubuntu does not provide the latest version of Wine so we have to rely on an external repository. It&#8217;s not that complex either thanks to the repository provided by the developers.</p>



<p>So, open your terminal and update the distribution</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Then you have to enable support for the 32-bit architecture by Ubuntu and DPKG.</p>



<pre class="wp-block-preformatted">sudo dpkg --add-architecture i386</pre>



<p>Then download the GPG key from the Wine repository</p>



<pre class="wp-block-preformatted">wget -nc https://dl.winehq.org/wine-builds/winehq.key
--2020-12-28 20:24:34--  https://dl.winehq.org/wine-builds/winehq.key
 Resolving dl.winehq.org (dl.winehq.org)… 151.101.246.217
 Connecting to dl.winehq.org (dl.winehq.org)|151.101.246.217|:443… connected.
 HTTP request sent, awaiting response… 200 OK
 Length: 3220 (3.1K) [application/pgp-keys]
 Saving to: ‘winehq.key’
 winehq.key                                 100%[=====================================================================================&gt;]   3.14K  --.-KB/s    in 0s      
 2020-12-28 20:24:34 (17.9 MB/s) - ‘winehq.key’ saved [3220/3220]</pre>



<p>Add it to the system:</p>



<pre class="wp-block-preformatted">sudo apt-key add winehq.key</pre>



<p>Then add the Wine repository.</p>



<pre class="wp-block-preformatted">sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'</pre>



<p>Refresh the system repositories</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>And finally, you can install the latest version of Wine by running it:</p>



<pre class="wp-block-preformatted">sudo apt install --install-recommends winehq-stable</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="543" src="https://www.osradar.com/wp-content/uploads/2020/12/1-11-1024x543.png" alt="1.- Install the latest version of Wine on Ubuntu 20.04" class="wp-image-27089" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-11-1024x543.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/1-11-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-11-768x407.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-11-696x369.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/1-11-1068x566.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/1-11.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install the latest version of Wine on Ubuntu 20.04</figcaption></figure>



<p>The download will start as soon as you enter your password and confirm the installation.</p>



<p>Finally check the version of Wine installed.</p>



<pre class="wp-block-preformatted">wine --version</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="574" height="124" src="https://www.osradar.com/wp-content/uploads/2020/12/1-14.png" alt="2.- Wine 6 on Ubuntu 20.04" class="wp-image-27853" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-14.png 574w, https://www.osradar.com/wp-content/uploads/2020/12/1-14-300x65.png 300w" sizes="(max-width: 574px) 100vw, 574px" /><figcaption>2.- Wine 6 on Ubuntu 20.04</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Using Wine on Linux</h2>



<p>Wine&#8217;s database is vast, but as you can imagine, not all applications work in the same way.</p>



<p>Therefore, you should first access this link and start getting information about the application you want to run in Wine.</p>



<p>Once you are sure which application you want to install and if you can run it properly, you need to set up a prefix.</p>



<p>To do this, in the terminal, run:</p>



<pre class="wp-block-preformatted">winecfg</pre>



<p>which will bring up a Wine configuration window and create the emulator configuration folder.</p>



<p>There you will have to configure Wine to your taste and needs.</p>



<p>Then, when you are ready, just open an EXE executable with Wine using the right mouse button and choose the application.</p>



<p>Another quicker and more direct way is to use the terminal:</p>



<pre class="wp-block-preformatted">wine [exe_file]</pre>



<p>and if all goes well, then the application will run.</p>



<h2>Uninstall Wine</h2>



<p>In case you want to uninstall wine, the only thing you have to do is to run the following command</p>



<pre class="wp-block-preformatted">sudo apt remove winehq-stable</pre>



<p>And you&#8217;re done.</p>



<h2>Conclusion</h2>



<p>Wine is an application that is a veteran within Linux. However, it is quite popular especially with users coming from Windows. It does not always give the expected results but it can work and solve several problems.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-of-wine-ubuntu-20-04/">Install Wine 6 on Ubuntu 20.04</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/install-the-latest-version-of-wine-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
