Update conflict

Issues related to applications and software problems
Post Reply
billymags
Posts: 2
Joined: 2017/11/11 17:07:39

Update conflict

Post by billymags » 2017/11/11 17:16:16

Hi

I am a very new (Green) Linux user i.e. I have just installed CentOS on an Oracle Virtual box in order to learn Linux. I was advised to start off by do a software update (from within the gnome GUI)

The majority of updates seem to have occurred but I appear to have a conflict with the kernel-tools-libs.

See error below

file /usr/lib64/libcpupower.so.0.0.0 from install of kernel-tools-libs-3.10.0-693.5.2.el7.x86_64 conflicts with file from package kernel-tools-libs-3.10.0-693.el7.x86_64

Please can anyone advise me of how I go about resolving this?

Biily

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Update conflict

Post by TrevorH » 2017/11/11 17:33:24

Post all of the output from yum, from the point where you enter the command until the command prompt returns. If it's too large for a forum post use pastebin.centos.org and link to it here.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

billymags
Posts: 2
Joined: 2017/11/11 17:07:39

Re: Update conflict

Post by billymags » 2017/11/11 17:43:48

Terminal output below;


[root@localhost /]# yum update
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.vooservers.com
* extras: mirror.sax.uk.as61049.net
* updates: mirrors.clouvider.net
Resolving Dependencies
--> Running transaction check
---> Package kernel-tools-libs.x86_64 0:3.10.0-693.el7 will be updated
---> Package kernel-tools-libs.x86_64 0:3.10.0-693.5.2.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Updating:
kernel-tools-libs x86_64 3.10.0-693.5.2.el7 updates 5.0 M

Transaction Summary
====================================================================================================
Upgrade 1 Package

Total size: 5.0 M
Is this ok [y/d/N]: y
Downloading packages:
error: rpmdbNextIterator: skipping h# 703 Header V3 RSA/SHA256 Signature, key ID f4a80eb5: BAD
Running transaction check
Running transaction test


Transaction check error:
file /usr/lib64/libcpupower.so.0.0.0 from install of kernel-tools-libs-3.10.0-693.5.2.el7.x86_64 conflicts with file from package kernel-tools-libs-3.10.0-693.el7.x86_64

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

[root@localhost /]#

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Update conflict

Post by TrevorH » 2017/11/11 19:52:53

error: rpmdbNextIterator: skipping h# 703 Header V3 RSA/SHA256 Signature, key ID f4a80eb5: BAD
That looks worrying. What's the output from rpm -q centos-release and from yum check ?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply