Results 1 to 10 of 13
Ok i installed wine as an rpm and i have it installed, the only thing is i don't know how to get to it and run it. So i am ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-06-2004 #1Just Joined!
- Join Date
- Mar 2004
- Location
- Lake City, Michigan
- Posts
- 34
How do i run a program in Wine after installation?
Ok i installed wine as an rpm and i have it installed, the only thing is i don't know how to get to it and run it. So i am using a GUI so does anyone know the Run Program: command to run wine.
Please help thanks!
- 05-06-2004 #2Linux User
- Join Date
- Jan 2004
- Posts
- 357
Why not look at the documentation on the wine home page?
http://www.winehq.com/docs/wine-user.html
Take a look at chapter 6 - Running Wine
- 05-06-2004 #3Just Joined!
- Join Date
- Mar 2004
- Location
- Lake City, Michigan
- Posts
- 34
Ok, but how do u acctually get the program to come up and run. Cuz i know for some programs u have to use the run program then type in the command to run it and then the program pops up in GUI. This is all done on the GUI, so how do u get wine to run.
Thanks logan5, but the document didn't really help.
- 05-07-2004 #4Just Joined!
- Join Date
- Mar 2004
- Location
- Lake City, Michigan
- Posts
- 34
How in the heck do u get wine to run im really new to linux and i can't figure this out to save my life i've read at least 5 manuals and its not helping is there something i missed i installed the rpm from winehq, but im totaly lost i don't know how to get it to run.
Please Someone Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 05-07-2004 #5Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
At the command prompt, as root type
After it's done, you should have wine in your start menu under -> applications -> emulators -> wine.Code:update-menus -v
Otherwise, just type wine at the command line:
http://www.winehq.com/site/docs/wine...d-line-options
As a last resort, you could always google. The link above was found using the search
JeremyCode:wine command line
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 05-07-2004 #6Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
type "wine" followd by the full path to the windows executable you want to run, like this:
Code:wine /windows/program\ files/solitare.exe
Proud to be a GNU/Gentoo Linux user!
- 05-14-2004 #7Just Joined!
- Join Date
- May 2004
- Location
- Manchester, England
- Posts
- 12
It's a big step for ex-Windows users to use the command line I know, but look at the desktop - less clutter all round!
- 05-18-2004 #8Just Joined!
- Join Date
- May 2004
- Posts
- 15
for my case, i can run notepad....."wine notepad", but not other programs like yahoo messenger, internet explorer......
"wine "c:/program files/internet explorer/iexplore.exe"
"wine "c:/program files/Yahoo!/messenger/YPager.exe"
may i know what's wrong with this? thx alot
- 05-26-2004 #9Just Joined!
- Join Date
- May 2004
- Posts
- 27
i think u have to type in the command promp as:
#wine "<the path in LINUX where the exe file is stored"
u are giving the windows path instead
- 05-26-2004 #10Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Depends where it's installed. If it's installed on a windows partition then use the path to the windows drive, but if it's in a fake win directory under linux then you need to add that as the path.
Originally Posted by aparna


Reply With Quote
