[BlueOnyx:20223] Re: yum check error
Michael Stauber
mstauber at blueonyx.it
Wed Nov 2 15:28:13 -05 2016
Hi Dudi,
> How do I go about this?
>
> sausalito-cce-client-0.99.2-1BX05.el6.x86_64 is a duplicate with sausalito-cce-client-0.99.2-1BX04.el6.x86_64
The easiest way to eliminate duplicate RPM database entries is this:
rpm -e --justdb --nodeps sausalito-cce-client-0.99.2-1BX04
That removes (-e) the RPM from only the RPM-database (--justdb),
regardless if there are any dependencies or not (--nodeps).
It will not remove any files or execute any pre- or post-uninstall
scripts. It just makes this double entry in the RPM database "go away".
Or you could remove the BX5 instead from the RPM database. In that case
it will leave the BX4 in the RPM database and the next YUM update will
fetch and install the BX5 again.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list