when I run, wine error (bash: / bin / wine: No such file or directory) when run, wine64 works normally, then use the wine64 to run.
# wine gel.exe
bash: /bin/wine: No such file or directory
# wine64 gel.exe
/lib/ld-linux.so.2: could not open
???? what to do ...
{ SOLUTION } THANKS TO FRIENDS ..
follows the step to the solution of my problem
Download Install all
following post
# sudo wine /home/kn0w/Aplic-slack/Desenvolvedores-IDE/gel.exe
wine: '/root/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
Code:
$rm -r /home/"user"/.wine
$winecfg ... ..
Ready ... Gool