ganymede wrote: > I would like to know if there's a simple and universal procedure to know if wine if able to run 32 bits apps. With this command Wine will refuse to run if you user has only wine-64: Code: TMP=$(mktemp -d); WINEARCH=win32 WINEPREFIX=$TMP/test wine winecfg; wineserver -w; rm -rf $TMP