Red Wine in a GlassHow to Install Wine on openSUSE Leep 15.6CSS HTML Validator Logo
HOME Tutorials & Essays About
Tutorials & Essays About

July 4, 2025

openSUSE Leap 15.6 screen shot

How to Install Wine on openSUSE Leap 15.6

An image reading copy paste into terminal

This document explains how to install 64-bit Wine that supports executing 64-bit and 32-bit Windows apps. You can choose either Wine Development or Wine Staging.

The new Wine WOW64 is also available. These are versions of Wine Development and Wine Staging which allow both 64-bit and 32-bit applications to run on a pure Wine 64-bit build, with no need for 32-bit libraries (such as multilib). See Arch Linux's Announcement and Potential IssuesNew Window Icon

At the time of this writing, Wine installs and initializes as expected, but the command wine iexplore fails, apparently when attempting to activate Wine Gecko. This suggests Wine on openSUSE Leap 15.6 will not be able to run Windows applications that make use of HTML.

Download and install the openSUSE Wine repository key

Open a Terminal window and download the repository key.

> wget https://download.opensuse.org/repositories/Emulators:/Wine/15.6/repodata/repomd.xml.key

Install the key.

> sudo rpm --import repomd.xml.key

Add the openSUSE Leap 15.6 Wine repository

> sudo zypper addrepo https://download.opensuse.org/repositories/Emulators:/Wine/15.6/Emulators:Wine.repo

Update the package database

> sudo zypper refresh

Install wine

The next command will install Wine Development, accompanied by Wine Mono, Wine Gecko, and Winetricks, on 64-bit hardware.

If you prefer Wine Staging, replace wine by wine-staging.

For Wine WOW64, replace wine by wine-wow64 or wine-staging-wow64. (At this time, these options are available but fail to install.)

> sudo zypper install wine

Verify the installation

> wine --version

Remote file
content-configure-test-windowsapps.html
does not exist.


Did you find this page helpful? Have constructive feedback? Wisdom to share?

Send email to Email Address

Privacy PolicyNew Window Icon

Image showing Athena serving Wine to Heracles