Wine

A few tips when working with Wine:

To set the current prefix and architecture either type

WINEPREFIX=$HOME/.new-wine

before every command or use

export WINEPREFIX=$HOME/.new-wine
export WINEARCH=win32

to set the value in the current terminal session.