Ubuntu Install jq
Mohamad's interest is in Programming (Mobile, Web, Database and Machine Learning). He is studying at the Center For Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia (UKM).
Update the package repository:
sudo apt update
Install jq:
sudo apt install jq
Verify the installation:
jq --version