How to Install and Uninstall wine Package on openSUSE Leap

Last updated: April 29,2024

1. Install "wine" package

This tutorial shows how to install wine on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install wine

2. Uninstall "wine" package

Here is a brief guide to show you how to uninstall wine on openSUSE Leap:

$ sudo zypper remove wine

3. Information about the wine package on openSUSE Leap

Information for package wine:
-----------------------------
Repository : Main Repository
Name : wine
Version : 8.0-bp155.1.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 225.4 MiB
Installed : No
Status : not installed
Source package : wine-8.0-bp155.1.26.src
Upstream URL : http://www.winehq.org/
Summary : An MS Windows Emulator
Description :
Wine is a compatibility layer capable of running Windows
applications. Instead of simulating internal Windows logic like a
virtual machine or emulator, Wine translates Windows API calls into
POSIX calls on-the-fly, eliminating the performance and memory
penalties of other methods and allowing you to cleanly integrate
Windows applications into your desktop.
You can run your Windows executables with it and write your Windows
programs under Linux and link against the WINE libraries. It is not
necessary to have a Windows installation to run WINE.
Refer to /usr/share/doc/packages/wine/README.SUSE. There is more
documentation available in that directory. Read 'man wine' for further
information.
You can invoke wine by entering 'wine program.exe'. Configure it by
running 'winecfg'.