PDA

View Full Version : wine(X)


qu3becker
09-14-03, 02:33 AM
where i can find wine (executable (not an .exe file) on red hat directory) or a software which can emulate Windows?:confused:

blueworm
09-14-03, 05:20 PM
the executable file should be in your PATH if not
as root
# updatedb
# locate wine
it should be in /usr/bin or /usr/local/bin depends on your distro.
Now make sure these directories are in your path
as regular user
$ echo $PATH
if its not in your path put it there.
to execute a windose program
wine winzip.exe

Prommy
09-25-03, 09:42 AM
Originally posted by blueworm
the executable file should be in your PATH

...assuming that the redhat version number we're talking about is lower than 9. In redhat linux 9 wine is not included. Go to

http://sourceforge.net/project/showfiles.php?group_id=6241

for rpm's for redhat 9.

/Daniel