Common Terminal Commands

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 :wine_glass: version, you'll use:

$wine

To install an .exe file using Wine from terminal, you may use:

$wine (filename).exe