Ubuntu Install jq

Update the package repository:

sudo apt update

Install jq:

sudo apt install jq

Verify the installation:

jq --version