• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Wine 71.2 Released – Install Wine on Ubuntu 22.04 and Ubuntu 20.04

Wine 71.2 Released – Install Wine on Ubuntu 22.04 and Ubuntu 20.04

By Sourabh / July 3, 2022 Category: How To, Ubuntu

How to download wine for Ubuntu and how to install wine on Linux Ubuntu. Here is the terminal command to install wine i386 Ubuntu, install Wine on Ubuntu 22.04 and Ubuntu 20.04 and Debian Systems.

Install Wine 7.12 on Ubuntu

Here is how to install Wine 7.12 on Ubuntu 22.04, Ubuntu 20.04, Ubuntu 21.04 and other Ubuntu derivatives. The latest release, Wine 7.12 comes with the following features:

  • Theming support for Qt5 applications.
  • Bundled vkd3d upgraded to version 1.4.
  • Improved effect support in Direct2D.
  • QWORD support in registry tools.

It also brings various bug fixes. Total of 13 bugs fixed in Wine 7.12:

  1. Star Citizen: No mic input audio (used for voip)
  2. StarCitizen launcher crashes on start with a winmm error
  3. Shogun Total War 2 crashes on start up. (Main Application.)
  4. Approach (Smart Suite) crashes when trying to print to cups-pdf
  5. Argentum 20 RPG Launcher has graphical glitches
  6. Incorrect display of selected buttons in Light theme.
  7. Wireshark shows black rectangle on various places if light theme is enabled
  8. MetaTrader4 stopped working properly with wine 7.10
  9. Rich edit control becomes unstable or trips assertion after ITextRange::SetFont is called
  10. Rich edit control becomes unstable or trips assertion after changing TextFont properties
  11. aria2 needs QueryContextAttributes(SECPKG_ATTR_CIPHER_INFO) to return a valid version
  12. The 32-bit evr:evr crashes almost systematically on the TestBot’s Wine VMs
  13. The 32-bit mfplat:mfplat crashes on the TestBot debian11 VM

The source is available at https://dl.winehq.org/wine/source/7.x/wine-7.12.tar.xz The Binary packages for various distributions will be available from https://www.winehq.org/download If you are looking for the documentation, you can find it on https://www.winehq.org/documentation

Terminal commands to install Wine 7.12 in Ubuntu

Open Terminal and run the following set of commands to install Wine 7.12 on Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Ubuntu 22.04, Ubuntu 20.10 and Linux Mint.

sudo dpkg --add-architecture i386 && sudo apt install apt-transport-https
wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor | sudo tee /usr/share/keyrings/winehq-archive.key
wget -O - https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/winehq-$(lsb_release -sc).sources | sudo tee /etc/apt/sources.list.d/winehq-$(lsb_release -sc).sources
sudo apt update
sudo apt install winehq-devel
winecfg

Note: For the command “wget -O – https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/winehq-$(lsb_release -sc).sources | sudo tee /etc/apt/sources.list.d/winehq-$(lsb_release -sc).sources” you have to replace $(lsb_release -sc) with Ubuntu codename (e.g., jammy, focal, bionic) that your system is based on.

For this version Ubuntu 22.04 Use this command:

wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo mv winehq-jammy.sources /etc/apt/sources.list.d/

For this version Ubuntu 21.10 Use this command:

wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources
sudo mv winehq-impish.sources /etc/apt/sources.list.d/

For this version Ubuntu 20.04and Linux Mint 20.x Use this command:

wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
sudo mv winehq-focal.sources /etc/apt/sources.list.d/

For this version Ubuntu 18.04 and Linux Mint 19.x Use this command:

wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources
sudo mv winehq-bionic.sources /etc/apt/sources.list.d/

To install Stable branch, use the command:

sudo apt install --install-recommends winehq-stable

To install Development branch, use the command:

sudo apt install --install-recommends winehq-devel

To install Staging branch, use the command:

sudo apt install --install-recommends winehq-staging

Note that if you have previously used the distro packages, the files are installed to /opt/wine-devel, opt/wine-stable, or /opt/wine-staging (depending on which version you installed). Also the menu items are not created for Wine’s builtin programs (winecfg, etc.), and if you are upgrading from a distro package that had added them, they will be removed. You can recreate them yourself using your menu editor.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap