command to run wine on ubuntu code example
Example 1: how to install wine in ubuntu
$ sudo dpkg --add-architecture i386
Example 2: how to install wine in ubuntu
$ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
Example 3: how to install wine in ubuntu
$ sudo apt install wine32