Install jq JSON processor on Ubuntu 10.04

后端 未结 5 1945
抹茶落季
抹茶落季 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条回答
  •  天命终不由人
    2021-02-06 22:01

    Download & build from source as described in https://stedolan.github.io/jq/download/, last section called "From source on Linux, OS X, Cygwin, and other POSIX-like operating systems".

提交回复
热议问题