update issue

General support questions
Post Reply
innovativewebhosting
Posts: 1
Joined: 2014/04/17 12:01:51

update issue

Post by innovativewebhosting » 2014/04/17 12:08:09

when i update centos 6 by su -c 'yum update'

than its give following error


Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
libcups.so.2()(64bit) is needed by gtk2-2.20.1-4.el6.x86_64
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
gtk2-2.18.9-10.el6.x86_64 has missing requires of libcups.so.2()(64bit)
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx -2014-04-17-04-47UQ8Eob.yumtx
[root@set ~]#

[Moderator: moved topic to CentOS 6 General Support forum]

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

Re: update issue

Post by TrevorH » 2014/04/17 12:13:54

Code: Select all

# yum provides 'libcups.so.2()(64bit)'
Loaded plugins: changelog, downloadonly, priorities, refresh-packagekit, security, versionlock
...
1:cups-libs-1.4.2-50.el6_4.5.x86_64 : Common Unix Printing System - libraries
Repo        : base
Matched from:
Other       : libcups.so.2()(64bit)
So you need to `yum install cups-libs` to replace your missing dependency.
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