Install jq JSON processor on Ubuntu 10.04

后端 未结 5 1923
抹茶落季
抹茶落季 2021-02-06 21:24

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<

5条回答
  •  Happy的楠姐
    2021-02-06 22:13

    (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
    

提交回复
热议问题