[RESOLVED] How to install Wine on CentOS 6 64 bit?

Issues related to applications and software problems
pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2011/07/28 14:13:57

Thanks for clarifying that. On-line communication is always difficult due to the lack of the visual and aural cues we depend on in face-to-face interactions.

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by AlanBartlett » 2011/07/28 18:18:23

Now that is settled, I shall make the assumption that the OP's query has been resolved and, for posterity, mark this thread accordingly.

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/05 20:55:36

Hi, http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm does not exist any more. What do we do?

Update: After some search, I found: http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm

However after installing it and runnng: yum install wine
I get:

Transaction Check Error:
file /usr/share/doc/libtool-ltdl-2.2.6/README from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64
file /usr/share/doc/libtool-ltdl-2.2.6/COPYING.LIB from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64

Error Summary
-------------

I know there is conflict for the above files, but is there any way to force the install? like replacefiles in rpm?

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by AlanBartlett » 2012/04/05 22:54:58

[quote]
Update: After some search, I found: http: //download.fedoraproject.org/pub/epel/6/[color=0000FF]i386[/color]/epel-release-6-5.noarch.rpm
[/quote]

[quote]
Transaction Check Error:
file /usr/share/doc/libtool-ltdl-2.2.6/README from install of libtool-ltdl-2.2.6-15.5.el6.[color=0000FF]i686[/color] conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.[color=FF0000]x86_64[/color]
file /usr/share/doc/libtool-ltdl-2.2.6/COPYING.LIB from install of libtool-ltdl-2.2.6-15.5.el6.[color=0000FF]i686[/color] conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.[color=FF0000]x86_64[/color]
[/quote]
My brief hint: [color=0000FF]32-bit[/color] and [color=FF0000]64-bit[/color].

Rhetorical question: What is the architecture of the system upon which you wish to install [b]wine[/b]?

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/06 09:44:20

It's 64 bit.

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/06 19:25:18

Any ideas, anyone?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/06 20:47:20

That was a rhetorical question because the answer seemed obvious.

Don't try to install ix86 packages on x86_64. CentOS-6 x86_64 is by default pure 64-bit, not multi-arch. The errors you show are a result of trying to install both i686 and x86_64 packages not designed to be installed together.

If more help is needed then please [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28723&forum=54]provide more information about your system[/url] by running "./getinfo.sh package" and showing us the output file, along with the results of
[quote]grep i.86 /etc/yum.repos.d/*.repo[/quote]

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/07 15:59:33

./getinfo.sh package
returns:
-bash: ./getinfo.sh: No such file or directory

grep i.86 /etc/yum.repos.d/*.repo
returns no results.

Any ideas from where can I download the 64bit repo?
Edit: I found the 64bit package here: http://ftp.ntua.gr/pub/linux/fedora-epel/6/x86_64/epel-release-6-5.noarch.rpm
I uninstalled the previous repo and then:
rpm -Uvh http://ftp.ntua.gr/pub/linux/fedora-epel/6/x86_64/epel-release-6-5.noarch.rpm
yum install wine

However, I still have:

Transaction Check Error:
file /usr/share/doc/libtool-ltdl-2.2.6/README from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64
file /usr/share/doc/libtool-ltdl-2.2.6/COPYING.LIB from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64

Error Summary
-------------

Could you please assist?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/07 23:03:57

[quote]
7of9 wrote:
./getinfo.sh package
returns:
-bash: ./getinfo.sh: No such file or directory[/quote]
You failed to read the [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28723&forum=54]link[/url]

[quote]
...
However, I still have:

Transaction Check Error:
file /usr/share/doc/libtool-ltdl-2.2.6/README from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64
file /usr/share/doc/libtool-ltdl-2.2.6/COPYING.LIB from install of libtool-ltdl-2.2.6-15.5.el6.i686 conflicts with file from package libtool-ltdl-2.2.6-15.5.el6.x86_64
[/quote]
Apparently libtool-ltdl-2.2.6-15.5.el6.i686 is installed and yum wants to install libtool-ltdl-2.2.6-15.5.el6.x86_64 that conflicts with it. Do you need the 32-bit package? If not, remove it and try again. If so, consider if you can get a 64-bit version of whatever it depends on so you can remove it.

For more general information see:
[url=http://wiki.centos.org/FAQ/General#head-357346ff0bf7c14b0849c3bcce39677aaca528e9]FAQ 22. I installed the x86_64 version, so why do I have i386 packages, and can I get rid of them?[/url]

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/08 09:38:02

Yes, you are correct, however I do not think it's a 32bit package. Check what it displays on yum remove:
[code]
--> Processing Dependency: psa-pylibplesk for package: psa-libpam-plesk-10.13.4-cos6.build1013111102.18.x86_64
---> Package psa-qmail.x86_64 2:1.03-cos6.build1013111101.14 will be erased
--> Processing Dependency: psa-qmail for package: psa-qmail-rblsmtpd-0.88-cos6.build1013111101.14.x86_64
---> Package psa-spamassassin.x86_64 0:10.13.4-cos6.build1013111102.18 will be erased
---> Package psa-vhost.noarch 0:10.13.4-cos6.build1013111101.14 will be erased
---> Package psa-vpn.x86_64 0:10.13.4-cos6.build1013111102.18 will be erased
---> Package psa-watchdog.x86_64 0:10.13.4-cos6.build1013111102.18 will be erased
---> Package pulseaudio-gdm-hooks.x86_64 0:0.9.21-13.el6 will be erased
--> Running transaction check
---> Package NetworkManager-gnome.x86_64 1:0.8.1-15.el6 will be erased
---> Package gnome-session-xsession.x86_64 0:2.28.0-18.el6 will be erased
---> Package perl-Log-Dispatch.noarch 0:2.27-1.el6 will be erased
--> Processing Dependency: perl(Log::Dispatch::File) for package: perl-Log-Dispatch-FileRotate-1.19-4.el6.noarch
--> Processing Dependency: perl(Log::Dispatch::File) for package: perl-Log-Log4perl-1.30-1.el6.noarch
--> Processing Dependency: perl(Log::Dispatch::Output) for package: perl-Log-Dispatch-FileRotate-1.19-4.el6.noarch
--> Processing Dependency: perl(Log::Dispatch::Screen) for package: perl-Log-Log4perl-1.30-1.el6.noarch
--> Processing Dependency: perl(Log::Dispatch::Syslog) for package: perl-Log-Log4perl-1.30-1.el6.noarch
---> Package perl-SOAP-Lite.noarch 0:0.710.10-2.el6 will be erased
--> Processing Dependency: perl-SOAP-Lite for package: plesk-billing-plugins-10.13.2-cos6.build1013111018.15.x86_64
---> Package plesk-mail-qc-driver.x86_64 0:10.13.4-cos6.build1013111102.18 will be erased
---> Package psa-ingo.noarch 0:1.2.5-cos6.build1013111101.14 will be erased
---> Package psa-kronolith.noarch 0:2.3.5-cos6.build1013111101.14 will be erased
---> Package psa-libpam-plesk.x86_64 0:10.13.4-cos6.build1013111102.18 will be erased
--> Processing Dependency: psa-libpam-plesk for package: psa-triggers-10.13.4-cos6.build1013111102.18.noarch
---> Package psa-mimp.noarch 0:1.1.3-cos6.build1013110801.18 will be erased
---> Package psa-mnemo.noarch 0:2.2.4-cos6.build1013111101.14 will be erased
---> Package psa-passwd.noarch 0:3.1.3-cos6.build1013111101.14 will be erased
---> Package psa-qmail-rblsmtpd.x86_64 0:0.88-cos6.build1013111101.14 will be erased
---> Package psa-turba.noarch 0:2.3.5-cos6.build1013111101.14 will be erased
---> Package psa-updates.noarch 0:10.4.4-cos6.build1013111101.14 will be erased
---> Package system-config-keyboard.x86_64 0:1.3.1-3.el6 will be erased
---> Package vino.x86_64 0:2.28.1-3.el6 will be erased
---> Package vlc.x86_64 0:1.1.13-1.el6.rf will be erased
---> Package xulrunner.x86_64 0:10.0.3-1.el6.centos will be erased
--> Processing Dependency: gecko-libs >= 10.0 for package: yelp-2.28.1-13.el6_2.x86_64
--> Processing Dependency: libmozalloc.so()(64bit) for package: firefox-10.0.3-1.el6.centos.x86_64
--> Processing Dependency: libxpcom.so()(64bit) for package: firefox-10.0.3-1.el6.centos.x86_64
--> Processing Dependency: libxul.so()(64bit) for package: firefox-10.0.3-1.el6.centos.x86_64
--> Processing Dependency: xulrunner >= 10.0.3-1 for package: firefox-10.0.3-1.el6.centos.x86_64
---> Package zenity.x86_64 0:2.28.0-1.el6 will be erased
--> Running transaction check
---> Package firefox.x86_64 0:10.0.3-1.el6.centos will be erased
---> Package perl-Log-Dispatch-FileRotate.noarch 0:1.19-4.el6 will be erased
---> Package perl-Log-Log4perl.noarch 0:1.30-1.el6 will be erased
---> Package plesk-billing-plugins.x86_64 0:10.13.2-cos6.build1013111018.15 will be erased
---> Package psa-triggers.noarch 0:10.13.4-cos6.build1013111102.18 will be erased
---> Package yelp.x86_64 0:2.28.1-13.el6_2 will be erased
--> Processing Dependency: yelp for package: system-config-date-docs-1.0.9-1.el6.noarch
--> Processing Dependency: yelp for package: system-config-users-docs-1.0.8-1.el6.noarch
--> Running transaction check
---> Package system-config-date-docs.noarch 0:1.0.9-1.el6 will be erased
--> Processing Dependency: system-config-date-docs for package: system-config-date-1.9.60-1.el6.centos.noarch
---> Package system-config-users-docs.noarch 0:1.0.8-1.el6 will be erased
--> Processing Dependency: system-config-users-docs for package: system-config-users-1.2.106-5.el6.noarch
--> Running transaction check
---> Package system-config-date.noarch 0:1.9.60-1.el6.centos will be erased
---> Package system-config-users.noarch 0:1.2.106-5.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
libtool-ltdl x86_64 2.2.6-15.5.el6 @PSA_10_4_4-thirdparty
154 k
Removing for dependencies:
NetworkManager-gnome
x86_64 1:0.8.1-15.el6 @base 1.5 M
alsa-plugins-pulseaudio
x86_64 1.0.21-3.el6 @base 93 k
control-center x86_64 1:2.28.1-25.el6 @base 7.9 M
control-center-extra
x86_64 1:2.28.1-25.el6 @base 47 k
firefox x86_64 10.0.3-1.el6.centos @updates 23 M
firstboot x86_64 1.110.11-1.el6 @base 649 k
gdm x86_64 1:2.30.4-33.el6_2 @updates 4.6 M
gdm-plugin-fingerprint
x86_64 1:2.30.4-33.el6_2 @updates 79 k
gdm-user-switch-applet
x86_64 1:2.30.4-33.el6_2 @updates 120 k
gnome-applets x86_64 1:2.28.0-7.el6.centos @base 15 M
gnome-media x86_64 2.29.91-6.el6 @base 1.2 M
gnome-media-libs x86_64 2.29.91-6.el6 @base 2.6 M
gnome-packagekit x86_64 2.28.3-3.el6 @base 7.9 M
gnome-panel x86_64 2.30.2-14.el6 @base 10 M
gnome-power-manager
x86_64 2.28.3-5.el6 @base 7.4 M
gnome-session x86_64 2.28.0-18.el6 @base 1.8 M
gnome-session-xsession
x86_64 2.28.0-18.el6 @base 5.9 k
gnome-settings-daemon
x86_64 2.28.2-11.el6 @base 2.6 M
gok x86_64 2.28.1-5.el6 @base 9.0 M
libaps x86_64 1.0.2-669424.11082613 @PSA_10_4_4-dist 3.2 M
libcanberra x86_64 0.22-1.el6.centos @base 175 k
libcanberra-gtk2 x86_64 0.22-1.el6.centos @base 53 k
libnotify x86_64 0.5.0-1.el6 @base 78 k
metacity x86_64 2.28.0-20.el6 @base 7.5 M
mysql-connector-odbc
x86_64 5.1.5r1144-7.el6 @base 345 k
notification-daemon
x86_64 0.5.0-1.el6 @base 182 k
orca x86_64 2.28.2-1.el6 @base 8.7 M
perl-Log-Dispatch
noarch 2.27-1.el6 @epel 114 k
perl-Log-Dispatch-FileRotate
noarch 1.19-4.el6 @epel 48 k
perl-Log-Log4perl
noarch 1.30-1.el6 @epel 884 k
perl-SOAP-Lite noarch 0.710.10-2.el6 @PSA_10_4_4-thirdparty
846 k
plesk-base x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 54 k
plesk-billing noarch 10.4.4-20111103.19 @PPB_10_4_4-dist 105 M
plesk-billing-plugins
x86_64 10.13.2-cos6.build1013111018.15 @PSA_10_4_4-dist 9.7 M
plesk-core x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 78 M
plesk-l10n noarch 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 19 M
plesk-mail-qc-driver
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 1.7 M
plymouth-gdm-hooks
x86_64 0.8.3-24.el6.centos @base 171
pp-sitebuilder noarch 10.4.4-36793.11110312 @SITEBUILDER_10_4_4-dist
155 M
pp10.13.4-bootstrapper
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 564 k
psa x86_64 10.4.4-cos6.build1013111102.18 @PSA_10_4_4-dist 468 k
psa-atmail noarch 1:1.04-cos6.build1013111101.14 @PSA_10_4_4-dist 13 M
psa-awstats-configurator
noarch 10.13.4-cos6.build1013111221.14 @PSA_10_4_4-dist 0.0
psa-backup-manager
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 8.3 M
psa-drweb-configurator
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 433 k
psa-firewall x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 412 k
psa-horde noarch 3.3.10-cos6.build1013111101.14 @PSA_10_4_4-dist 20 M
psa-imp noarch 4.3.9-cos6.build1013111101.14 @PSA_10_4_4-dist 12 M
psa-ingo noarch 1.2.5-cos6.build1013111101.14 @PSA_10_4_4-dist 5.0 M
psa-kav8 i386 8.0.3-0.303893 @PSA_10_4_4-dist 61 M
psa-kronolith noarch 2.3.5-cos6.build1013111101.14 @PSA_10_4_4-dist 6.2 M
psa-libpam-plesk x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 156 k
psa-libxml-proxy x86_64 2.7.8-0.301910 @PSA_10_4_4-dist 1.2 M
psa-logrotate x86_64 3.7-cos6.build1013111101.14 @PSA_10_4_4-dist 59 k
psa-mail-driver-common
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 1.2 M
psa-mailman-configurator
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 5.4 k
psa-mimp noarch 1.1.3-cos6.build1013110801.18 @PSA_10_4_4-dist 2.7 M
psa-mnemo noarch 2.2.4-cos6.build1013111101.14 @PSA_10_4_4-dist 4.0 M
psa-passwd noarch 3.1.3-cos6.build1013111101.14 @PSA_10_4_4-dist 3.7 M
psa-php5-configurator
x86_64 1.6.1-cos6.build1013111101.14 @PSA_10_4_4-dist 5.2 k
psa-proftpd x86_64 1.3.3e-cos6.build1013111101.14 @PSA_10_4_4-dist 5.9 M
psa-pylibplesk x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 73 k
psa-qmail x86_64 2:1.03-cos6.build1013111101.14 @PSA_10_4_4-dist 974 k
psa-qmail-rblsmtpd
x86_64 0.88-cos6.build1013111101.14 @PSA_10_4_4-dist 36 k
psa-spamassassin x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 159 k
psa-triggers noarch 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 0.0
psa-turba noarch 2.3.5-cos6.build1013111101.14 @PSA_10_4_4-dist 5.9 M
psa-updates noarch 10.4.4-cos6.build1013111101.14 @PSA_10_4_4-dist 0.0
psa-vhost noarch 10.13.4-cos6.build1013111101.14 @PSA_10_4_4-dist 159 k
psa-vpn x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 1.9 M
psa-watchdog x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 2.9 M
pulseaudio x86_64 0.9.21-13.el6 @base 1.9 M
pulseaudio-gdm-hooks
x86_64 0.9.21-13.el6 @base 385
pulseaudio-module-gconf
x86_64 0.9.21-13.el6 @base 19 k
pulseaudio-module-x11
x86_64 0.9.21-13.el6 @base 46 k
rdbmspp x86_64 2.0-650086.11082613 @PSA_10_4_4-dist 659 k
sw-engine x86_64 2.3-201111031522.centos6 @PSA_10_4_4-dist 27 M
sw-sso noarch 2.10-11110319 @PPB_10_4_4-dist 1.5 M
system-config-date
noarch 1.9.60-1.el6.centos @base 3.6 M
system-config-date-docs
noarch 1.0.9-1.el6 @base 1.5 M
system-config-keyboard
x86_64 1.3.1-3.el6 @base 492 k
system-config-users
noarch 1.2.106-5.el6 @base 1.7 M
system-config-users-docs
noarch 1.0.8-1.el6 @base 1.5 M
unixODBC x86_64 2.2.14-11.el6 @base 1.1 M
vino x86_64 2.28.1-3.el6 @base 1.9 M
vlc x86_64 1.1.13-1.el6.rf @rpmforge 60 M
xulrunner x86_64 10.0.3-1.el6.centos @updates 28 M
yelp x86_64 2.28.1-13.el6_2 @updates 3.6 M
zenity x86_64 2.28.0-1.el6 @base 4.1 M

Transaction Summary
================================================================================
Remove 90 Package(s)

Installed size: 785 M
Is this ok [y/N]: n
Exiting on user Command
[/code]

I think that x86_64 means 64bit right? So isn't this package a 64bit package?
Also, I see it removes a bunch of things, like portions of gnome, etc. If I remove this, will the new repo include those?

Sorry for failing to read the link. Here is my system package information:
[code]
== BEGIN uname -rmi ==
2.6.38.2-xxxx-std-ipv6-64 x86_64 x86_64
== END uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
rpmforge-release-0.5.2-2.el6.rf.i686
epel-release-6-5.noarch
centos-release-6-2.el6.centos.7.x86_64
== END rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS release 6.2 (Final)
== END cat /etc/redhat-release ==

== BEGIN getenforce ==
Disabled
== END getenforce ==

== BEGIN free -m ==
total used free shared buffers cached
Mem: 24147 3730 20416 0 146 1866
-/+ buffers/cache: 1718 22429
Swap: 0 0 0
== END free -m ==

== BEGIN rpm -qa yum\* rpm-\* python | sort ==
python-2.6.6-29.el6.x86_64
rpm-libs-4.8.0-19.el6_2.1.x86_64
rpm-python-4.8.0-19.el6_2.1.x86_64
yum-3.2.29-22.el6.centos.2.noarch
yum-metadata-parser-1.1.2-16.el6.x86_64
yum-plugin-fastestmirror-1.1.30-10.el6.noarch
yum-plugin-priorities-1.1.30-10.el6.noarch
yum-utils-1.1.30-10.el6.noarch
== END rpm -qa yum\* rpm-\* python | sort ==

== BEGIN ls /etc/yum.repos.d ==
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
epel.repo
epel-testing.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo
== END ls /etc/yum.repos.d ==

== BEGIN cat /etc/yum.conf ==
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

# This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
# It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
== END cat /etc/yum.conf ==

== BEGIN yum repolist all ==
Loaded plugins: fastestmirror, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: centosr3.centos.org
* epel: mirror01.th.ifl.net
* extras: centosf3.centos.org
* rpmforge: apt.sw.be
* updates: centosq3.centos.org
repo id repo name status
base CentOS-6 - Base enabled: 6,294
c6-media CentOS-6 - Media disabled
centosplus CentOS-6 - Plus disabled
contrib CentOS-6 - Contrib disabled
debug CentOS-6 - Debuginfo disabled
epel Extra Packages for Enterprise Linux 6 - x8 enabled: 7,175
epel-debuginfo Extra Packages for Enterprise Linux 6 - x8 disabled
epel-source Extra Packages for Enterprise Linux 6 - x8 disabled
epel-testing Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-source Extra Packages for Enterprise Linux 6 - Te disabled
extras CentOS-6 - Extras enabled: 4
rpmforge RHEL 6 - RPMforge.net - dag enabled: 4,293
rpmforge-extras RHEL 6 - RPMforge.net - extras disabled
rpmforge-testing RHEL 6 - RPMforge.net - testing disabled
updates CentOS-6 - Updates enabled: 661
repolist: 18,427
== END yum repolist all ==

== BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
== END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==

== BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
== END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-2.6.32-220.7.1.el6.x86_64
kernel-firmware-2.6.32-220.7.1.el6.noarch
== END rpm -qa kernel\* | sort ==

[/code]

Again thanks for your valuable feedback.

Post Reply