Fedora19: YUM glibc is a duplicate of glibc

Solution 1:

You missed a very important warning message:

There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum history redo last", first to finish them. If that doesn't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).

It looks like a previous package update was interrupted. You should use yum-complete-transaction to finish it, before attempting to do anything else.

If that fails, you can try repairing things manually by removing the database entry for the partially updated package, then updating again.

rpm -e --nodeps --justdb glibc-2.17-14.fc19.x86_64
yum update