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.
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.
okay, I was hoping, that multiarch 32 bit thing has ended 😄
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
just install "wine" package and you are ready to go