wine

Run Windows executables on Unix-based systems. More information: <https://wiki.winehq.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y wine
Ubuntu
RUN apt-get update && \ apt-get install -y wine-core
Alpine
RUN apk add wine
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y wine-core
Fedora
RUN dnf install -y wine-core
Raspbian
RUN apt-get update && \ apt-get install -y wine-core
click the source code to copy install wine on any operating system with command-not-found.com