Siduction Forum

Siduction Forum => Installation - Support => Topic started by: Lanzi on 2026/06/12, 11:59:36

Title: How to install Wine 2026?
Post by: Lanzi on 2026/06/12, 11:59:36
I reeinstalled my complete system and now I need wine, for a small tool.
is ist still necessary to install the 32bit wine and activate multiarch, or is there now a 64bit way?
I remember it was always confusing, which version to install.
Thanks für your help.
Title: Re: How to install Wine 2026?
Post by: ro_sid on 2026/06/14, 19:37:55
There is a "wine" package and a "wine32" one. "wine" does not require "wine32" to my knowledge, but you have to/should add the 'i386' architecture for 'just' "wine", too.
Title: Re: How to install Wine 2026?
Post by: Lanzi on 2026/06/15, 11:42:42
okay, I was hoping, that multiarch 32 bit thing has ended 😄
Title: Re: How to install Wine 2026?
Post by: piper on 2026/06/20, 23:52:18
mkdir -pm755 /etc/apt/keyrings

wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key -

wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/forky/winehq-forky.sources

dpkg --add-architecture i386; apt update; apt install --install-recommends winehq-staging
Title: Re: How to install Wine 2026?
Post by: slaughterer on 2026/06/22, 15:18:00
just install "wine" package and you are ready to go