When I run "yum update php*" operation, in CentOs i am getting the following error:
"323 packages excluded due to repository priority protections"
Solution to fix the issue:
This is because of the plugin "priorities" helps to solve this issue. Open the file
/etc/yum/pluginconf.d/priorities.conf and change the value of enabled =1 to 0.
Execute yum update php*
It works.
"323 packages excluded due to repository priority protections"
Solution to fix the issue:
This is because of the plugin "priorities" helps to solve this issue. Open the file
/etc/yum/pluginconf.d/priorities.conf and change the value of enabled =1 to 0.
Execute yum update php*
It works.
No comments:
Post a Comment