LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 12-23-2008, 04:33 AM   #1
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Rep: Reputation: 30
centos problem with wine


hi every body
i have my engineering programs that should work on RHEL
so i use now centos
really i want to install wine so i did
Quote:
[root@localhost ~]# yum install wine
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: centos.intergenia.de
* updates: centos.intergenia.de
* addons: centos.intergenia.de
* extras: centos.intergenia.de
Setting up Install Process
Parsing package install arguments
No package wine available.
Nothing to do
[root@localhost ~]#
so what shall i do ?
 
Old 12-23-2008, 04:50 AM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
It's in epel - see https://fedoraproject.org/wiki/EPEL
 
Old 12-27-2008, 05:49 PM   #3
galliar
Member
 
Registered: Jan 2005
Location: Vancouver, WA
Distribution: Suse 10.2, FreeBSD 6.2
Posts: 175

Rep: Reputation: 32
Try rpmforge for Centos 5.2

#
#--- rpmforge repository
#


rpm -ivh http://apt.sw.be/redhat/el5/en/i386/...l5.rf.i386.rpm

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

yum check-update
yum install wine





Quote:
Originally Posted by ahmed gamal View Post
hi every body
i have my engineering programs that should work on RHEL
so i use now centos
really i want to install wine so i did

so what shall i do ?
 
Old 06-17-2009, 04:18 PM   #4
AliZilla
LQ Newbie
 
Registered: Feb 2002
Location: Scotland
Distribution: FC10 CentOS5.3
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by galliar View Post
#
#--- rpmforge repository
#


rpm -ivh http://apt.sw.be/redhat/el5/en/i386/...l5.rf.i386.rpm

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

yum check-update
yum install wine
rpm -ivh http://apt.sw.be/redhat/el5/en/i386/...l5.rf.i386.rpm
Retrieving http://apt.sw.be/redhat/el5/en/i386/...l5.rf.i386.rpm
Preparing... ########################################### [100%]
package rpmforge-release-0.3.6-1.el5.rf.i386 is already installed
[root@box Desktop]# yum check-update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de

[root@box Desktop]# yum install wine
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
Setting up Install Process
Parsing package install arguments
No package wine available.
Nothing to do



any ideas ?
fresh Centos5.3 64bit
nothing but firefox installed ...
 
Old 06-17-2009, 04:46 PM   #5
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
The CentOS wiki has directions on adding the needed repo here: http://wiki.centos.org/AdditionalRes...ies%2FRPMForge
 
Old 06-17-2009, 05:47 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
As I said previously, it's in epel - for CentOS 5.3
Code:
#yum list wine
epel                                                     | 2.1 kB     00:00
rpmforge                                                 | 1.1 kB     00:00
updates                                                  |  951 B     00:00
base                                                     | 1.1 kB     00:00
addons                                                   |  951 B     00:00
extras                                                   | 1.1 kB     00:00
Excluding Packages in global exclude list
Finished
Available Packages
wine.i386                            1.0.1-1.el5                            epel
 
Old 06-17-2009, 06:21 PM   #7
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
It's also in rpmforge. And he needs to get the priorities package installed/configured so that he's not trampling on official packages.
 
Old 06-17-2009, 06:24 PM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Are you sure?

Code:
# yum --disablerepo=epel list wine
Excluding Packages in global exclude list
Finished
Error: No matching Packages to list
# yum --disablerepo=rpmforge list wine
Excluding Packages in global exclude list
Finished
Available Packages
wine.i386
Code:
# yum repolist
repo id              repo name                                status
addons               CentOS-5 - Addons                        enabled :       0
base                 CentOS-5 - Base                          enabled :   3,272
epel                 Extra Packages for Enterprise Linux 5 -  enabled :   4,955
extras               CentOS-5 - Extras                        enabled :     277
rpmforge             Red Hat Enterprise 5 - RPMforge.net - da enabled :   8,431
updates              CentOS-5 - Updates                       enabled :     343
repolist: 17,278

Last edited by billymayday; 06-17-2009 at 06:26 PM.
 
Old 06-17-2009, 06:58 PM   #9
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
Eh? Look here:

Code:
[root@myplace ~]# cat /etc/redhat-release 
CentOS release 5.3 (Final)

[root@myplace ~]# yum list wine
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * rpmforge: apt.sw.be
 * base: dist1.800hosting.com
 * updates: www.cyberuse.com
 * addons: mirror.raystedman.net
 * extras: mirrors.tummy.com
374 packages excluded due to repository priority protections
Available Packages
wine.i386                        1.0.1-1.el5.rf                         rpmforge
-------

On top of that, I just realized this is a hijacked/resurrected thread.

Last edited by anomie; 06-17-2009 at 07:01 PM.
 
Old 06-17-2009, 07:02 PM   #10
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
That's interesting. I have priorities disabled, but here's my rpmforge repo
Code:
]# cat /etc/yum/pluginconf.d/priorities.conf
[main]
enabled = 0
[root@gandalf yum.repos.d]# cat rpmforge.repo
# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
# URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
priority=3
What do you have?
 
Old 06-17-2009, 07:07 PM   #11
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
Mine looks like:
Code:
%cat /etc/yum.repos.d/rpmforge.repo 
# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
# URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
priority=5
And here's the unified diff:
Code:
%diff -u mine yours
--- mine	2009-06-17 19:04:57.675837281 -0500
+++ yours	2009-06-17 19:06:24.284836657 -0500
@@ -9,4 +9,4 @@
 protect = 0
 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
 gpgcheck = 1
-priority=5
+priority=3
??
 
Old 06-17-2009, 07:08 PM   #12
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Answer is it's in the rpmforge i386 repo that I don't pick up, but it's not in x86_64 (I use x86_64).
 
Old 06-17-2009, 07:13 PM   #13
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
Well, good to know. In any case, I think OP is long gone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: PV-Grub on CentOS 5.2 PV DomU at Xen 3.3 CentOS 5.2 Dom0 (all 64-bit) LXer Syndicated Linux News 0 10-05-2008 10:12 PM
printer setup from Centos 5 to Vista home prem. on a headless centos pc ncsuapex Red Hat 6 03-10-2008 11:40 AM
Errors building WINE 0.9.53 from source on CentOS x64 Micro420 Linux - Software 4 01-14-2008 12:15 PM
LXer: Install CentOS 5 DomU on CentOS 5 Dom0(64 bit) from NFS share LXer Syndicated Linux News 0 11-09-2007 03:41 AM
Wine in Centos or better suggestions? techclerk Linux - Software 3 05-03-2006 06:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 02:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration