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 headersIf the above commands doesn't work well , Run yum update command, to resolve the error.
# yum clean packages
# yum clean metadata
# yum clean dbcache
# yum clean all
# yum updateIf 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.*Once yum update is successful try running" /scripts/easyapache " which should work without any error now.
# rpm -vv –rebuilddb
# yum update
Thats it. :-)
No comments:
Post a Comment