LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where does wineX go after install? (https://www.linuxquestions.org/questions/linux-software-2/where-does-winex-go-after-install-155339/)

icebreaker 03-09-2004 07:00 AM

Where does wineX go after install?
 
im running MDK 10 RC1, i installed winex 3.2.1 from an rpm.(least i think i did.)
i cant find it anywhere. i had a search on here and couldnt find any info.

so where does it install to?

thanks heaps

motub 03-09-2004 07:54 AM

If I recall correctly, it's something like /usr/lib/wine. But do a 'locate wine' in a terminal, and you'll find out easily enough.

But that won't help you if you don't have a /home/username/.wine/config file and/or are running the binary incorrectly.

If you have not installed winesetuptk, you should do so (it's available from the Support Files section of the Wine Project Sourceforge page at http://sourceforge.net/project/showf...?group_id=6241). This will help you create a wineconfig.

The binary, wherever it installed to, did install to a location in your $PATH$, so all you actually should need to do is run 'winex program.exe' (or 'wine program.exe'-- I always forget the binary name for that particular version of the compiled WineX CVS, as I often also install Wine and WineX current CVS from scripts), and it should attempt to run the program (as long as you have correctly configured Wine(X) in the first place).

Hope this helps.


All times are GMT -5. The time now is 08:29 AM.