Installing Wine32 on a 64bits Debian/Ubuntu Linux
A little tutorial for people willing to install Wine32 on a 64 bits Debian based Linux distribution.
TLDR (i.e short version)
As root type the following commands:
# dpkg --add-architecture i386
# apt update
# apt install wine32
Long version
When installing a 64 bits Debian based distribution on a 64 bits …