{"id":11711,"date":"2022-02-25T07:23:04","date_gmt":"2022-02-25T04:23:04","guid":{"rendered":"https:\/\/kifarunix.com\/?p=11711"},"modified":"2024-03-09T09:26:21","modified_gmt":"2024-03-09T06:26:21","slug":"install-wine-on-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-wine-on-ubuntu-22-04\/","title":{"rendered":"Install Wine on Ubuntu 22.04"},"content":{"rendered":"\n<p>Follow this tutorial to learn how to install Wine on Ubuntu 22.04. \u00a0<a href=\"https:\/\/www.winehq.org\/about\" target=\"_blank\" rel=\"noopener\">Wine<\/a>\u00a0is a free and open-source software which provides the ability to run Microsoft Windows applications and computer games to run on POSIX-compliant Operating Systems, such as Linux, MacOS and\u00a0 BSD.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#install-wine-on-ubuntu-22-04\">Install Wine on Ubuntu 22.04<\/a><ul><li><a href=\"#install-official-wine-repository-on-ubuntu\">Install Official Wine Repository on Ubuntu<\/a><\/li><li><a href=\"#enable-32-bit-system-support-on-ubuntu-22-04\">Enable 32-bit System Support on Ubuntu 22.04<\/a><\/li><li><a href=\"#install-wine-on-ubuntu\">Install Wine on Ubuntu<\/a><\/li><li><a href=\"#verify-wine-installation\">Verify Wine Installation<\/a><\/li><li><a href=\"#reboot-system\">Reboot System<\/a><\/li><li><a href=\"#further-reading\">Further Reading<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-wine-on-ubuntu-22-04\">Install Wine on Ubuntu 22.04<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-official-wine-repository-on-ubuntu\">Install Official Wine Repository on Ubuntu<\/h3>\n\n\n\n<p>Wine is provided by the default Ubuntu universe repos. However, Wine 5.0 is the latest available version;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-cache policy wine64<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>wine:\n  Installed: (none)\n  Candidate: 5.0.3-3ubuntu2\n  Version table:\n     5.0.3-3ubuntu2 500\n        500 http:\/\/us.archive.ubuntu.com\/ubuntu jammy\/universe amd64 Packages\n        500 http:\/\/us.archive.ubuntu.com\/ubuntu jammy\/universe i386 Package\n<\/code><\/pre>\n\n\n\n<p>In order to be able to install latest Wine release, you need to install the <a href=\"https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/dists\/\" target=\"_blank\" rel=\"noreferrer noopener\">Official Wine repository<\/a> for Ubuntu 22.04, which <strong>UNFORTUNATELY<\/strong> are not available as of this writing.<\/p>\n\n\n\n<p>Thus, we will continue to install the currently available Wine versions on Ubuntu 22.04;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"enable-32-bit-system-support-on-ubuntu-22-04\">Enable 32-bit System Support on Ubuntu 22.04<\/h3>\n\n\n\n<p>Before you can install Wine, you need to enable 32-bit system support.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dpkg --add-architecture i386<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-wine-on-ubuntu\">Install Wine on Ubuntu<\/h3>\n\n\n\n<p>You can now install Wine by running the command below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install wine64<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"verify-wine-installation\">Verify Wine Installation<\/h3>\n\n\n\n<p>Run the command below to check installed WIne version as a way to verify its installation;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wine --version<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reboot-system\">Reboot System<\/h3>\n\n\n\n<p>You can now run system reboot to ensure that Wine environment is setup;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl reboot<\/code><\/pre>\n\n\n\n<p>You can start using Wine on Ubuntu 22.04 as you so wish.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wine putty.exe<\/code><\/pre>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/02\/wine-ubuntu-putty.exe_.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1058\" height=\"602\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/02\/wine-ubuntu-putty.exe_.png\" alt=\"Install Wine on Ubuntu 22.04\" class=\"wp-image-11718\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/02\/wine-ubuntu-putty.exe_.png?v=1645762757 1058w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/02\/wine-ubuntu-putty.exe_-768x437.png?v=1645762757 768w\" sizes=\"(max-width: 1058px) 100vw, 1058px\" \/><\/figure><\/a><\/div>\n\n\n\n<p>That brings us to the end of our guide on how to install Wine 6 on Ubuntu 22.04.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"further-reading\">Further Reading<\/h3>\n\n\n\n<p><a href=\"https:\/\/wiki.winehq.org\/Main_Page\" target=\"_blank\" rel=\"noreferrer noopener\">WineHQ Wiki<\/a><\/p>\n\n\n\n<p>Other Tutorials<\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-processwire-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install ProcessWire on Ubuntu 22.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-bitwarden-password-manager-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Bitwarden password manager on Ubuntu 22.04<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Follow this tutorial to learn how to install Wine on Ubuntu 22.04. \u00a0Wine\u00a0is a free and open-source software which provides the ability to run Microsoft<\/p>\n","protected":false},"author":1,"featured_media":11716,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[4641,4642,4643,4644,1211,4645,4646],"class_list":["post-11711","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-install-wine-on-ubuntu-22-04","tag-install-wine-ubuntu","tag-ubuntu-22-winehq","tag-ubuntu-22-04-wine64","tag-wine","tag-wine64","tag-winehq-stable-ubuntu","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/11711"}],"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=11711"}],"version-history":[{"count":3,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/11711\/revisions"}],"predecessor-version":[{"id":20393,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/11711\/revisions\/20393"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/11716"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=11711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=11711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=11711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}