{"id":33377,"date":"2021-02-13T15:59:46","date_gmt":"2021-02-13T15:59:46","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=33377"},"modified":"2021-02-13T15:59:46","modified_gmt":"2021-02-13T15:59:46","slug":"wine-6-2-released-mono-6-0-0","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2021\/02\/wine-6-2-released-mono-6-0-0\/","title":{"rendered":"Wine 6.2 Released with Mono 6.0.0 &#038; NTDLL debugger APIs"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/06\/wine-logo245.png\" alt=\"Wine Stable\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-5947\" \/><\/p>\n<p>The wine team announced the new wine development version 6.2 with a few new features and various bug-fixes.<\/p>\n<p>According to the <a href=\"https:\/\/www.winehq.org\/announce\/6.2\" rel=\"noopener\" target=\"_blank\">release note<\/a>, Wine 6.2 updated Mono engine to version 6.0.0, with DirectX support. <\/p>\n<p>Other changes include:<\/p>\n<ul>\n<li>Support for NTDLL debugger APIs.<\/li>\n<li>More WinRT support in WIDL.<\/li>\n<li>Xbox One controller fixes on Mac.<\/li>\n<li>Bug fixes to Paint.NET, Earth 2160, Foxit Reader, Google SketchUp 13, and many other applications.<\/li>\n<\/ul>\n<h4>How to Install Wine 6.2 in Ubuntu:<\/h4>\n<p>The Wine team has made in the Linux packages for Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 20.10. And you can install it by doing the steps below one by one.<\/p>\n<p>Open <u>terminal<\/u> either by pressing <b>Ctrl+Alt+T<\/b> on keyboard, or by searching for &#8216;terminal&#8217; from system application menu. When it opens, run following steps one by one.<\/p>\n<div class=\"arconix-box arconix-box-red\"><i class='fa fa-2x pull-left fa-exclamation-triangle'><\/i><div class=\"arconix-box-content\">Install Wine Development version via following commands will replace the latest stable Wine release package if installed.<\/div><\/div>\n<p><b>1.)<\/b> Run command to enable 32 bit architecture (if you don&#8217;t have it):<\/p>\n<pre style=\"border:none;\">sudo dpkg --add-architecture i386<\/pre>\n<p><i>Type user password (no asterisk feedback) when it asks and hit Enter to continue.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/enable-i386-600x122.jpg\" alt=\"\" width=\"600\" height=\"122\" class=\"aligncenter size-large wp-image-10416\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/enable-i386-600x122.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/enable-i386-450x91.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/enable-i386.jpg 681w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>2.)<\/b> Install the repository key by running command:<\/p>\n<pre style=\"border:none;\">wget -O - https:\/\/dl.winehq.org\/wine-builds\/winehq.key | sudo apt-key add -\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-key-focal-600x108.jpg\" alt=\"\" width=\"600\" height=\"108\" class=\"aligncenter size-large wp-image-10418\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-key-focal-600x108.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-key-focal-450x81.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-key-focal.jpg 742w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>3.)<\/b> Add wine repository via command (for <b>Ubuntu 20.04<\/b> and <b>Linux Mint 20<\/b>):<\/p>\n<pre style=\"border:none;\">sudo apt-add-repository 'deb https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/ <b>focal<\/b> main'<\/pre>\n<p>NOTE: You may replace <b>focal<\/b> in the code with:<\/p>\n<ul>\n<li><b>groovy<\/b> for Ubuntu 20.10.<\/li>\n<li><b>bionic<\/b> for Ubuntu 18.04 and Linux Mint 19.x<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-focal-repo-600x96.jpg\" alt=\"\" width=\"600\" height=\"96\" class=\"aligncenter size-large wp-image-10417\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-focal-repo-600x96.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-focal-repo-450x72.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/wine-focal-repo.jpg 747w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>4.) For Ubuntu 18.04 and Linux Mint 19.x only<\/b>, libfaudio0 library is required to install from a third-party repository by running command:<\/p>\n<pre style=\"border:none;\">sudo add-apt-repository ppa:cybermax-dexter\/sdl2-backport<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2019\/05\/faudio-ppa-600x127.jpg\" alt=\"\" width=\"600\" height=\"127\" class=\"aligncenter size-large wp-image-8938\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2019\/05\/faudio-ppa-600x127.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2019\/05\/faudio-ppa-450x95.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2019\/05\/faudio-ppa.jpg 685w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>5.)<\/b> Finally install Wine 6.2  via command:<\/p>\n<pre style=\"border:none;\">sudo apt update && sudo apt install --install-recommends winehq-devel<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-wine-dev-600x118.jpg\" alt=\"\" width=\"600\" height=\"118\" class=\"aligncenter size-large wp-image-10419\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-wine-dev-600x118.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-wine-dev-450x89.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-wine-dev.jpg 746w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h4>Uninstall wine:<\/h4>\n<p>You may remove the PPA by launching <b>Software &#038; Updates<\/b> utility and navigating to <b>Other Software<\/b> tab.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/02\/remove-wineapt.png\" alt=\"\" width=\"600\" height=\"324\" class=\"aligncenter size-full wp-image-9842\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/02\/remove-wineapt.png 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/02\/remove-wineapt-450x243.png 450w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>To remove wine 6.2, run command in terminal:<\/p>\n<pre style=\"border:none;\">sudo apt remove --auto-remove winehq-devel<\/pre>","protected":false},"excerpt":{"rendered":"<p>The wine team announced the new wine development version 6.2 with a few new features and various bug-fixes. According to the release note, Wine 6.2 updated Mono engine to version 6.0.0, with DirectX support. Other changes include: Support for NTDLL debugger APIs. More WinRT support in WIDL. Xbox One controller fixes on Mac. Bug fixes [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[173],"class_list":["post-33377","post","type-post","status-publish","format-standard","hentry","category-news","tag-wine"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/33377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=33377"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/33377\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=33377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=33377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=33377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}