Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Paladin9 on 29 March 2003, 07:51

Title: WINE!!!!
Post by: Paladin9 on 29 March 2003, 07:51
how do i use wine in linux?
Title: WINE!!!!
Post by: Doogee on 29 March 2003, 21:12
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.
Title: WINE!!!!
Post by: smokey on 29 March 2003, 21:58
you install it (rpm or whatever) and then you need to copy the config file from /etc/wine to your home folders .wine eg.

Code: [Select]

you need to edit this file for your computers config (it is well documented)

then run apps with the command

Code: [Select]
Title: WINE!!!!
Post by: Faust on 29 March 2003, 15:43
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-)
Title: WINE!!!!
Post by: Master of Reality on 29 March 2003, 20:39
check and see if you already have it installed before you do that^ by typing "which wine" on the command line