Results 1 to 10 of 10
Hi Frndz
I want to install wine in RHEL-4 and searched wind official website but am not able to find how to install wine in my Redhat EL-4.
So Plz ...
- 05-26-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Is wine possible in Redhat EL-4
Hi Frndz
I want to install wine in RHEL-4 and searched wind official website but am not able to find how to install wine in my Redhat EL-4.
So Plz help me out of this......
Thanks in Advance
- 05-26-2009 #2
It's right on the download page. WineHQ - Wine Binary Downloads
Why are you installing an enterprise distribution? Red Hat is generally more for mainframes, servers, etc. And why, if you're going to do that, install the old one, and not get the most recent release? Hardware support is going to be much more problematic on Red Hat than, say, Fedora, Ubuntu, etc.
- 05-26-2009 #3
USE THE SOURCE LUKE.
you can download the source off the wine page. Then extract it to a temporary directory. Open a terminal, and type `./configure` and post the last 30 or so lines of the results so we can help you figure out what library you don't have installed.
but using Fedora would be easier (still redhat based) you can just type `yum install wine` and be done with it.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 05-26-2009 #4Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi reed9
Thanks for sending links but am not able to get what exatly to download my frnd
So can u plz help me....?
Thanks in Advance
- 05-27-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
There are binary RPM files that you can download from the Fedora Project and install using rpm. Here is a link to the binaries (the Wine rpm's are toward the end of the page): Fedora Project
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-28-2009 #6Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi rubberman
thanks for sending links but do i need to download all the rpm's
please..................!
Thanks in advance
- 05-28-2009 #7
The easiest thing is to enable the EPEL repository so you can use your package manager. (EPEL=Extra Packages for Enterprise Linux.)
Code:su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' su -c 'yum install wine'
- 05-28-2009 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Re. downloading all rpm's. The short answer is yes. Most of them are needed. Some are optional. I'm not sure off hand which are required and which aren't. As for the suggestion to enable the EPEL repository, I'm not sure if that would work for you in RHEL 4. If it does, then great. If not, then do the download thing. At least you know that the rpm's are built for RHEL4 systems, so they should work ok.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-28-2009 #9
Should work with RHEL 4. According to the website
Originally Posted by EPEL FAQ
- 05-29-2009 #10Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Thanks a lot Frndz


Reply With Quote
