Install jq JSON processor on Ubuntu 10.04

后端 未结 5 1847
抹茶落季
抹茶落季 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:09

    Since Ubuntu 16.04LTS xenial you do not need to modify /etc/apt/sources.list, just run

    sudo apt-get install jq
    

    jq 1.5 is in the official Debian and Ubuntu repositories.

提交回复
热议问题