You can't use YUM to update your system. You get something similar to this:CRITICAL:yum.verbose.cli.yumcompletets:Yum Error: Error: rpmdb open failedPLESK: The Yum utility failed to install the required packages.Solution:Remove the databases and then rebuild them.Login via SSH su - <password> cd /var/lib/rpm rm __db*yum clean all rpm --rebuilddbyum makecacheyum updateIf you get this:Warning: RPMDB altered outside of yum. PleskTry this:yum history syncOther things to try:yum-complete-transactionYou could try running: package-cleanup --problemspackage-cleanup --dupesrpm -Va --nofiles --nodigest