Installing the jq JSON command-line utility
A Cloud Pak for Data OADP backup and restore utility script, cpd-operators.sh, requires the jq JSON command-line utility.
Procedure
Run the following commands to download and validate the utility:
jq --version
wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
chmod +x ./jq
cp jq /usr/bin