{"id":2177,"date":"2019-02-23T10:09:27","date_gmt":"2019-02-23T07:09:27","guid":{"rendered":"http:\/\/kifarunix.com\/?p=2177"},"modified":"2019-12-03T22:29:57","modified_gmt":"2019-12-03T19:29:57","slug":"how-to-install-wine-4-0-on-debian-9-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-wine-4-0-on-debian-9-8\/","title":{"rendered":"How to Install Wine 4.0 on Debian 9.8"},"content":{"rendered":"<p>Welcome to our guide on how to install Wine 4.0 on Debian 9.8. Wine (<strong>W<\/strong>ine <strong>I<\/strong>s <strong>N<\/strong>ot an <strong>E<\/strong>mulator) is a free and opensource software that allows Microsoft Windows applications and computer games to run on POSIX-compliant Operating Systems, such as Linux, MacOS and\u00a0 BSD. Wine 4.0 is the latest and stable release version as of this writing. This release comes with a lot of improvements with the main highlights being;<\/p>\n<ul>\n<li>Support for Game controllers<\/li>\n<li>Support for Direct3D 12<\/li>\n<li>Vulkan support<\/li>\n<li>Support for High-DPI on Android<\/li>\n<\/ul>\n<p>You can learn more about the major improvements in Wine 4.0 on the <a href=\"https:\/\/www.winehq.org\/announce\/4.0\" target=\"_blank\" rel=\"noopener noreferrer\">release notes<\/a>.<\/p>\n<h2>How to Install Wine 4.0 on Debian 9.8<\/h2>\n<p>Well, it is pretty simple to install wine package on Debian 9.8 since the package is available on the default repositories. However, if you are looking at installing the latest and stable release, Wine 4.0, you need to install Wine PPA repository for Debian 9. First things first;<\/p>\n<p>Enable support for 32-bit packages if you are running a 64 bit system.<\/p>\n<pre>sudo dpkg --add-architecture i386<\/code><\/pre>\n<p>Download and install the Wine PPA repository signing key<\/p>\n<pre>wget -nc https:\/\/dl.winehq.org\/wine-builds\/winehq.key\nsudo apt-key add winehq.key<\/code><\/pre>\n<p>Install Wine PPA repository<\/p>\n<pre>echo \"deb https:\/\/dl.winehq.org\/wine-builds\/debian\/ stretch main\" | sudo tee -a \/etc\/apt\/sources.list<\/code><\/pre>\n<p>Once the PPA repository is installed, update your system packages.<\/p>\n<pre>sudo apt install apt-transport-https\nsudo apt update<\/code><\/pre>\n<p>Next, install Wine 4.0 on Debian 9.8 by executing the command below;<\/p>\n<pre>sudo apt-get install --install-recommends winehq-stable<\/code><\/pre>\n<p>Once the installation completes, you can verify the Wine version by executing the command below;<\/p>\n<pre>wine --version\nwine-4.0<\/code><\/pre>\n<p>There you go. This guide has taken you through all the steps required to install Wine 4.0 on Debian 9.8. You can now run Windows-based applications on your Debian 9.8 system. Enjoy.<\/p>\n<p>Install Wine 4 on CentOS 8 by following the link below;<\/p>\n<p><a href=\"https:\/\/kifarunix.com\/install-wine-4-on-centos-8\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-current=\"page\">How to Install Wine 4 on CentOS 8<\/a><\/p>\n\n\n<h3 class=\"wp-block-heading\">Other Tutorials<\/h3>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-and-setup-dvwa-on-debian-10\/\" target=\"_blank\">Install and Setup DVWA on Debian 10<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-monitorix-on-debian-10\/\" target=\"_blank\">Install Monitorix on Debian 10<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-redmine-with-mariadb-on-debian-10-buster\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Install Redmine with MariaDB on Debian 10 Buster<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our guide on how to install Wine 4.0 on Debian 9.8. Wine (Wine Is Not an Emulator) is a free and opensource software<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[333],"class_list":["post-2177","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-wine-4-0-debian-9-8","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2177"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=2177"}],"version-history":[{"count":4,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2177\/revisions"}],"predecessor-version":[{"id":4740,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2177\/revisions\/4740"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=2177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=2177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=2177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}