Matt M. wrote:
Everything is downloaded, yum gets to the Transaction Test then I keep
getting the following error:
Transaction Check Error: file /usr/share/man/man8/blkid.8.gz from
install of e2fsprogs-1.38-12 conflicts with file from package
e2fsprogs-1.38-0.FC4.1
I am a novice at linux so if I have not provided enough info please let me know.
I had a similar problem with the 32-bit version. I made a list of all
the packages that gave the transaction error, and simply uninstalled
them with yum, then hit it again.
For example, in your case I'd just:
# yum remove e2fsprogs
# yum -y upgrade
See if that works for you.