{"id":7447,"date":"2018-01-19T16:24:50","date_gmt":"2018-01-19T16:24:50","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=7447"},"modified":"2019-01-25T13:53:19","modified_gmt":"2019-01-25T13:53:19","slug":"wine-3-0-released-with-direct3d-10-and-11-support","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2018\/01\/wine-3-0-released-with-direct3d-10-and-11-support\/","title":{"rendered":"Wine 3.0 Released with Direct3D 10 and 11 Support"},"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 stable release Wine 3.0 a day ago a large number of improvements and following great changes:<\/p>\n<ul>\n<li>Direct3D 10 and 11 support.<\/li>\n<li>The Direct3D command stream.<\/li>\n<li>The Android graphics driver.<\/li>\n<li>Improved DirectWrite and Direct2D support.<\/li>\n<\/ul>\n<p>&#8220;because of the annual release schedule, a number of features that are being worked on have been deferred to the next development cycle. This includes in particular Direct3D 12 and Vulkan support, as well as OpenGL ES support to enable Direct3D on Android.&#8221;, the Wine team announced.<\/p>\n<p>For detailed changes, read the <a href=\"https:\/\/www.winehq.org\/announce\/3.0\" target=\"_blank\">announcement<\/a>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/wine-description.jpg\" alt=\"Wine running windows app in Linux\" width=\"600\" height=\"300\" class=\"aligncenter size-full wp-image-4575\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/wine-description.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/wine-description-300x150.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h4>How to Install Wine 3.0 in Ubuntu:<\/h4>\n<p>Wine has an official apt repository contains packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10.<\/p>\n<p>Wine 3.0 binary packages are in the process of being built. Once it&#8217;s published in apt repository, do following steps to install it:<\/p>\n<p><b>1.<\/b> Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to add the repository key:<\/p>\n<pre style=\"border:None;\">wget -nc https:\/\/dl.winehq.org\/wine-builds\/winehq.key && sudo apt-key add winehq.key<\/pre>\n<p><i> Type your password (no visual feedback while typing due to security reason) when it asks and hit Enter.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-repo-key-600x75.jpg\" alt=\"\" width=\"600\" height=\"75\" class=\"aligncenter size-large wp-image-6986\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-repo-key-600x75.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-repo-key-450x56.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-repo-key-768x96.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-repo-key.jpg 813w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>2.<\/b> Add wine repository via command:<\/p>\n<pre style=\"border:None;\">sudo apt-add-repository https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-official-repo-600x78.jpg\" alt=\"\" width=\"600\" height=\"78\" class=\"aligncenter size-large wp-image-6987\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-official-repo-600x78.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-official-repo-450x58.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-official-repo-768x100.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/wine-official-repo.jpg 818w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>For Linux Mint 18.x, use following command instead (<i>replace xenial with trusty for 17.x<\/i>):<\/p>\n<pre style=\"border:None;\">sudo apt-add-repository 'deb https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/ xenial main'<\/pre>\n<p><b>3.<\/b> Finally check updates and install wine stable packages:<\/p>\n<pre style=\"border:none;\">sudo apt-get update\r\n\r\nsudo apt-get install --install-recommends winehq-stable<\/pre>\n<p><b><i>NOTE: If you get the unmet dependencies issue while installing Wine 3.0, try aptitude instead via command:<\/i><\/b><\/p>\n<pre style=\"border:none;\">sudo aptitude install winehq-stable<\/pre>\n<p>The command tells you which packages broke the installation. This usually caused by wrong dependency versions. You can then manually <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2017\/06\/downgrade-a-package-in-ubuntu-via-synaptic\/\" target=\"_blank\">fix the dependencies via Synaptic package manager<\/a>.<\/p>\n<p>For more details, see the <a href=\"https:\/\/wiki.winehq.org\/Ubuntu\" target=\"_blank\">official documentation<\/a>.<\/p>\n<p><b>Uninstall:<\/b><\/p>\n<p>To remove wine-stable package, run command in terminal:<\/p>\n<pre style=\"border:none;\">sudo apt-get remove --autoremove wine-stable wine-stable-amd64<\/pre>\n<p>To remove Wine repository, launch <i>Software &#038; Updates<\/i> utility and navigate to <i>Other Software<\/i> tab.<\/p>","protected":false},"excerpt":{"rendered":"<p>The Wine team announced the new stable release Wine 3.0 a day ago a large number of improvements and following great changes: Direct3D 10 and 11 support. The Direct3D command stream. The Android graphics driver. Improved DirectWrite and Direct2D support. &#8220;because of the annual release schedule, a number of features that are being worked on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[173],"class_list":["post-7447","post","type-post","status-publish","format-standard","hentry","category-howtos","category-news","tag-wine"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7447","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=7447"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7447\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=7447"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=7447"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=7447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}