I am trying to install jq JSON parser on amazon instance, unfortunately, i'm not able to install it can someone guide me.
The JQ command is used to transform JSON data into a more readable format and print it to the standard output on Linux. The JQ command is built around filters which are used to find and print only the required data from a JSON file.
jq is available in the yum repo so run the following
sudo yum install jq
will install jq on the instance
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With