Answers for "jq install bash"

0

jq install bash

On linux:
apt-get update && apt-get install jq

On Mac:
git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow 
brew update
brew install jq
Posted by: Guest on May-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language