Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, 5 February 2014

[FIXED] cPanel/WHM EasyApache failed YUM error

Some cases if you try running " /scripts/easyapache " , Yum is showing error

!! " The server’s system package manager, ‘YUM’, failed.  " !!

In order to run easy apache run the commands below, 
# yum clean headers
# yum clean packages
# yum clean metadata
# yum clean dbcache
# yum clean all
If the above commands doesn't work well , Run yum update command, to resolve the error.
 # yum update
If yum update failed it may possible that the RPM database is corruption it can be resolved by running below commands,
# rm -f /var/lib/rpm/__db.*
# rpm -vv –rebuilddb
# yum update
Once yum update is successful try running" /scripts/easyapache " which should work without any error now.

Thats it. :-)

No comments:

Post a Comment