From dad328a85cef929606329ab59524080fcdedb31f Mon Sep 17 00:00:00 2001 From: Said Neder Date: Mon, 4 Jul 2022 12:01:17 -0500 Subject: [PATCH] Added opensuse tumbleweed on WineDependencies.md --- WineDependencies.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/WineDependencies.md b/WineDependencies.md index bb56a57..7d5c524 100644 --- a/WineDependencies.md +++ b/WineDependencies.md @@ -59,6 +59,20 @@ For a more minimal experience: sudo dnf install wine-core wine-core.i686 +## OpenSUSE Tumbleweed + +> *Notice:* openSUSE Leap releases are currently not officaly supported because they ship an older version of glibc (2.26 but 2.27 is required at least). + +The recommended package for gaming with lutris is `wine-staging`, and it includes: +- `winetricks` +- `wine-mono` +- `wine-staging-32bit` +- `wine-gecko` + +You can do so by executing the following command: + +```sudo zypper in wine-staging``` + ## Other distributions To install Wine on other distributions, consult the [WineHQ Download](https://wiki.winehq.org/Download) page for more information.