For beginners, if you don't know, you can check version of some software installed. For instance, Zorin OS, as well as other Ubuntu-based OSes come pre-installed with Python3.
So you can use the command:
$python3
To check Wine version, you'll use:
$wine
To install an .exe file using Wine from terminal, you may use:
$wine (filename).exe