Jq Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * jq =Installation= ==Mac== brew install jq ==Ubuntu== apt-get update; apt-get install jq")
 
 
Line 12: Line 12:


  apt-get update; apt-get install jq
  apt-get update; apt-get install jq
==Centos==
yum install jq

Latest revision as of 17:33, 27 November 2019

Internal

Installation

Mac

brew install jq

Ubuntu

apt-get update; apt-get install jq

Centos

yum install jq