On 07/01/2015 02:12 PM, John R Pierce wrote:> On 7/1/2015 2:02 PM, Kay Schenk wrote: >> My Update Applet keeps giving me messages to install an update to a >> package I do not have installed. To make matters more confusing, when I >> actually try to install the package it wants to update, there is a >> problem with the installation. >> >> Any tips on how to resolve this? Is this somehow caused by the >> repositories I have enabled? > > can you run in a shell window, > > sudo yum check-update > > and paste the output here ? > > otherwise we'd just be guessing whats going on. >OK, here ya go -- Obsoleting Packages perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras perl-Compress-Zlib.i686 2.021-136.el6_6.1 @updates perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras perl-IO-Compress-Base.i686 2.021-136.el6_6.1 @updates perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras perl-IO-Compress-Zlib.i686 2.021-136.el6_6.1 @updates -- -------------------------------------------- MzK "We can all sleep easy at night knowing that somewhere at any given time, the Foo Fighters are out there fighting Foo." -- David Letterman * * English * Chinese (Simplified) * Chinese * German * Italian * Spanish * English * Chinese (Simplified) * Chinese * German * Italian * Spanish <javascript:void(0);>
On 7/1/2015 2:35 PM, Kay Schenk wrote:> OK, here ya go -- > > Obsoleting Packages > > perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras > perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates > perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras > perl-Compress-Zlib.i686 2.021-136.el6_6.1 @updates > perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras > perl-IO-Compress-Base.i686 2.021-136.el6_6.1 @updates > perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras > perl-IO-Compress-Zlib.i686 2.021-136.el6_6.1 @updatesrpmforge n?e RepoForge is not being updated much anymore and is no longer a 'good' repository. for an example perl-IO-Compress hasn't been updated since 2012. anyways, perl-IO-Compress-Bzip2 is part of base in el6. I would uninstall any packages you need that are from rpmforge, remove that repo from your repos.d and find equivalent packages in a better supported repository. this should list any RepoForge packages that are already installed on your system... rpm -qa |egrep \\.rf -- john r pierce, recycling bits in santa cruz
On 07/02/2015 03:11 AM, John R Pierce wrote:> On 7/1/2015 2:35 PM, Kay Schenk wrote: >> OK, here ya go -- >> >> Obsoleting Packages >> >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-Compress-Zlib.i686 2.021-136.el6_6.1 @updates >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-IO-Compress-Base.i686 2.021-136.el6_6.1 @updates >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-IO-Compress-Zlib.i686 2.021-136.el6_6.1 @updates > > rpmforge n?e RepoForge is not being updated much anymore and is no > longer a 'good' repository. for an example perl-IO-Compress hasn't been > updated since 2012. anyways, perl-IO-Compress-Bzip2 is part of base > in el6. > > I would uninstall any packages you need that are from rpmforge, remove > that repo from your repos.d and find equivalent packages in a better > supported repository. > > this should list any RepoForge packages that are already installed on > your system... > > rpm -qa |egrep \\.rf > >Yes, I did see this warning on CentOS wiki re RPMForge but decided to use it anyway. But how does this relate to the problem? I DO NOT even have perl-IO-Compress installed. Mostly I figured this was a repository entanglement problem, but I didn't know why. I mean why do I keep getting messages about updating something I don't have installed. -- -------------------------------------------- MzK "We can all sleep easy at night knowing that somewhere at any given time, the Foo Fighters are out there fighting Foo." -- David Letterman