wine does not exist
by unInstance from LinuxQuestions.org on (#52K3G)
I installed wine binaries for slackware from wine official website.
Code:~ % ll /usr/bin/wine
-rwxr-xr-x 1 root root 9.5K Apr 11 18:45 /usr/bin/wineThe binary exists.
But if I try to run it, I run into problem.
Code:~ % wine
zsh: command not found: wine
~ % /usr/bin/wine
zsh: no such file or directory: /usr/bin/wine


Code:~ % ll /usr/bin/wine
-rwxr-xr-x 1 root root 9.5K Apr 11 18:45 /usr/bin/wineThe binary exists.
But if I try to run it, I run into problem.
Code:~ % wine
zsh: command not found: wine
~ % /usr/bin/wine
zsh: no such file or directory: /usr/bin/wine