Is there a way to install jq JSON processor on Ubuntu 10.04?
I Tried the usual sudo apt-get install jq but got the error E: Couldn\'t find package jq<
sudo apt-get install jq
E: Couldn\'t find package jq<
(Updated)
I visited this page for Linux based jq installation and I tried below on Oracle Linux Server 7.3 which worked me:
sudo yum install jq