If you having issue cannot update and get same error like above. It appears that the cPanel server is not able to update the package, which may be a result of an issue with the RPM database. To fix this issue, you need rebuild the RPM database.

image1

How to Fix:

  1.  Access your SSH server as root.
  2. Running this following command

     # mv /var/lib/rpm/__db* /tmp

     # rpm --rebuilddb

 

Was this answer helpful? 0 Users Found This Useful (0 Votes)