Error: jq not installed

After successful build out of a new node, I get the attached message when I go to install the newly built node and CLI commands to the ~/.local/bin directory:

Really rusty with Linux but this seems like something trivial…so sorry in advance for a likely simple item.

I solved this by running the following:

sudo yum install jq -y

Thanks Mike…I finally figured it out. Used the same command you reference…which installs a .json compiler.