install programs into wine
Colin Law
clanlaw at gmail.com
Fri Feb 3 08:40:43 UTC 2017
On 3 February 2017 at 01:29, Bill <bstanle at wowway.com> wrote:
> ...
> bill at aragorn ~/Downloads/DAZ-Studio-Windows $ ls
>
> 14812_GenesisStarterEssentials_1.3_trx.exe DAZStudio_4.5.0.114_Win64.exe
> DAZStudio_4.5.0.114_Win32.exe Installation-Guide-Windows.pdf
>
>
> bill at aragorn ~/Downloads/DAZ-Studio-Windows $ DAZStudio_4.5.0.114_Win32.exe
> DAZStudio_4.5.0.114_Win32.exe: command not found
To run a command in the current directory you need to put ./ on the
front (this is because for commands it looks in the PATH and the
current directory is not in the path), so you need
./DAZStudio_4.5.0.114_Win32.exe
I think it is better to use
wine DAZStudio_4.5.0.114_Win32.exe
rather than relying on the system working that out for itself (see
https://wiki.winehq.org/Wine_User%27s_Guide#How_to_run_Windows_programs_from_the_command_line
)
However, if you have not already done so, I suggest googling for
dazstudio ubuntu and find a blog from someone who has succeeded and
follow that.
Colin
More information about the ubuntu-users
mailing list