LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install wine on centos 5 64bits (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-wine-on-centos-5-64bits-892201/)

chaudhary9 07-17-2011 02:37 PM

how to install wine on centos 5 64bits
 
i have centos 5 64 bits installed on my linux vps
how can i install wine on it?i have installed vnc already

please give me a complete guide with all commands as i dont know anything about linux at all

thanks

kasl33 07-17-2011 10:14 PM

If wine is in the CentOS repository, which I am guessing it probably is, try this:

Open Terminal and type the following:
Code:

su -
[enter your root password]
yum install wine

Once wine is installed, cd to whatever directory your .exe file is in and do this:

Code:

wine filename.exe
After that is done, you will find your program in the wine menu where the rest of your apps are.

John VV 07-17-2011 10:44 PM

you might want to read the instructions for YOURSELF
rather than ask us for the commands - that you might or might not understand

also wine ( just like MS Windows) will require the use of the ms tool "regedit"
you have edited the windows registry on windows -- xp,vita,7 -- before ? and you do know what "HKEY_..... is

http://www.winehq.org/
and the cent wiki
http://wiki.centos.org/
http://wiki.centos.org/AdditionalRes...ght=%28wine%29
you did install the "RPMforge" repo, didn't you

DavidMcCann 07-18-2011 04:54 PM

If you want to understand CentOS, go to the RED Hat web-site and look at their documentation, which is very helpful.

I think you will find Wine in the EPEL repository, not the CentOS one. On the CentOS site there's a page about repositories. That will explain how to enable the EPEL and RPMfusion repositories, and how to use the priority plugin to ensure that they don't harm your installation.

Just take it one step at a time, and don't panic!

@ John. How do you get so many reputation points when you give so many silly (and often rather rude) answers? I've never found the need to use regedit with Wine, and I haven't the foggiest idea what HKEY means. Of course, I've only been using Wine regularly since 2005...

John VV 07-18-2011 06:44 PM

most of the programs that i have had to use in wine i have had to hach the wine system reg
to tell the ms program what to use

so much so that i just use a cracked copy of 7 and gave up in wine .


All times are GMT -5. The time now is 01:48 AM.