Error: yum - Warning: RPMDB altered outside of yum.
You install a package using yum (on Fedora/CentOS/RedHat) and get the warning:
Warning: RPMDB altered outside of yum.
Solution
Just run:
yum clean all
The next time you install a message, the warning should be gone.