Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Paladin9 on 29 March 2003, 07:51
-
how do i use wine in linux?
-
oh gosh.
install it. http://www.winehq.org/ (http://www.winehq.org/) is the site from memory.
$ wine progname.exe
to run the program, im sure you'll get more detailed stuff from the others, im not a big fan of wine.
-
you install it (rpm or whatever) and then you need to copy the config file from /etc/wine to your home folders .wine eg.
you need to edit this file for your computers config (it is well documented)
then run apps with the command
-
Also when editing the config file be sure to check the path to your windows mount point. It took me *ages* to notice that /mnt/C and replace it with /mnt/windows but the half life was worth it. 8-)
-
check and see if you already have it installed before you do that^ by typing "which wine" on the command line