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.
jq - JSON processor. We can use this to parse a JSON file in bash scripts. Its an opensource and available in github. We can use this like our sed, awk and grep. How we can install jq on Centos machine? jq has no runtime dependencies as its written in C. We need to download and extract to use it. You can play around with jq from here.