Jq Installation

From NovaOrdis Knowledge Base
Revision as of 17:33, 27 November 2019 by Ovidiu (talk | contribs) (→‎Ubuntu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Installation

Mac

brew install jq

Ubuntu

apt-get update; apt-get install jq

Centos

yum install jq