Question:
how to install wine on Centos linux?
?
2010-05-17 01:36:12 UTC
tell what are the steps to install wine
what are the pre requsite to install wine on linux means like yum repositary etc.
New here help appreciated...
Seven answers:
2010-05-18 01:52:59 UTC
Well, Wine software is not a part of standard CentOS. There is a section on 3rd party repositories called RPMForge. So we will proceed installing the Repositories.



1.) You should make sure that you have Priorities installed



yum-priorities is available in the CentOS 5 repositories:



yum install yum-priorities



Plugins are enabled in CentOS 5 by default



Make sure that yum-priorities is enabled by editing the /etc/yum/pluginconf.d/priorities.conf file, and ensuring that it contains the following lines:



[main]

enabled=1



Download the rpmforge-release package. Choose one of the two links below, depending on your architecture. If you are unsure of which one to use you can check your architecture with the command uname -i



for i386 http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm



Install DAG’s GPG key



rpm –import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

Verify the package you have downloaded



rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm



Security warning: The rpmforge-release package imports GPG keys into your RPM database. As long as you have verified the package and trust Dag then it should be safe.



Install the package



rpm -i rpmforge-release-0.3.6-1.el5.rf.*.rpm



This will add a yum repository config file and import the appropriate GPG keys. At this point, you can set the priority of the RPMForge repository, and also of the CentOS repositories if you have not done so yet.



Test with this command:



yum check-updateIt should output these two lines:



Loading “priorities” plugin



76 packages excluded due to repository priority protectionsThe number above may differ, but there should be several packages shown as being excluded.



If so then it looks like things are working so try installing something like this



yum –enablerepo=rpmforge install wine



Thats all Wine is installed.

shell>> which wine

/usr/bin/wine
2016-10-30 12:03:45 UTC
Install Wine Centos
2010-05-17 01:40:29 UTC
Trying to install wine using the usual yum command but here is what it says when giving the following command.



shell>> yum install wine

Loading “fastestmirror” plugin

Loading mirror speeds from cached hostfile

* base: centose.centos.org

* updates: centosj.centos.org

* addons: centosh3.centos.org

* extras: centose-msync-dvd.centos.org

Excluding Packages in global exclude list

Finished

Setting up Install Process

Parsing package install arguments

No package wine available.

Nothing to do



Well the reason is Wine software is not a part of standard CentOS. There is a section on 3rd party repositories called RPMForge. So we will proceed installing the Repositories.



1.) You should make sure that you have Priorities installed



yum-priorities is available in the CentOS 5 repositories:



yum install yum-priorities



Plugins are enabled in CentOS 5 by default



Make sure that yum-priorities is enabled by editing the /etc/yum/pluginconf.d/priorities.conf file, and ensuring that it contains the following lines:



[main]

enabled=1



Download the rpmforge-release package. Choose one of the two links below, depending on your architecture. If you are unsure of which one to use you can check your architecture with the command uname -i



for i386 http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm



Install DAG’s GPG key



rpm –import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

Verify the package you have downloaded



rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm



Security warning: The rpmforge-release package imports GPG keys into your RPM database. As long as you have verified the package and trust Dag then it should be safe.



Install the package



rpm -i rpmforge-release-0.3.6-1.el5.rf.*.rpm



This will add a yum repository config file and import the appropriate GPG keys. At this point, you can set the priority of the RPMForge repository, and also of the CentOS repositories if you have not done so yet.



Test with this command:



yum check-updateIt should output these two lines:



Loading “priorities” plugin



76 packages excluded due to repository priority protectionsThe number above may differ, but there should be several packages shown as being excluded.



If so then it looks like things are working so try installing something like this



yum –enablerepo=rpmforge install wine



Thats all Wine is installed.

shell>> which wine

/usr/bin/wine
2016-04-14 07:51:52 UTC
I run Ubuntu on a few computers, one of which is a little Aspire desktop (no need to upgrade from 8.10 yet). At the office I do email and MySQL on PCLinuxOS BE. I carry Puppy, GPartEd and a few others with me for quick fixes. Fedora? Talk about bloat. I stuck with Slackware for years, but I haven't run it since the early 1.x kernels.
2010-05-17 03:44:04 UTC
INTALLING WINE FROM SOURCE FILE

==============================





http://source.winehq.org/



Whenever you compile from source, it is recommended to use the Wine

Installer to build and install Wine. From the top-level directory

of the Wine source (which contains this file...look the link pasted at top), run:



./tools/wineinstall



-------------------------------------------------

In case you chose to not use wineinstall, run the following commands

to build Wine:



./configure

make depend

make





To see compile configuration options, do ./configure --help.
2014-07-14 19:13:27 UTC
I always enjoy to drink wine
2010-05-17 01:39:48 UTC
http://www.winehq.com



There are compilation and installation instructions all over the internet.

Try actually searching for this information, first.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...