Arrume o diretório yum
cache:
# yum clean all
Em seguida, tente fazer o downgrade do pacote com:
# yum downgrade fuse-ntfs-3g
Da página do manual:
downgrade
Will try and downgrade a package from the version currently
installed to the previously highest version (or the specified
version). The depsolver will not necessarily work, but if you
specify all the packages it should work (thus, all the simple
cases will work). Also this does not work for "installonly"
packages, like Kernels. downgrade operates on groups, files,
provides, filelists and rpm files just like the "install"
command.
Ou para trazer todo o sistema para um estado conhecido (sem rpmforge
packages):
# yum distro-sync
Novamente, na página man:
distribution-synchronization or distro-sync
Synchronizes the installed package set with the latest
packages available, this is done by either obsoleting,
upgrading or downgrading as appropriate. This will "normally"
do the same thing as the upgrade command however if you have
the package FOO installed at version 4, and the latest
available is only version 3, then this command will downgrade
FOO to version 3.