I use Mac , how can I install JQ without home brew ? I installed 'jq-osx-amd64 'and executed this comments :
chmod x ~/Downloads/*jq-osx-amd64* cp ~/Downloads/jq-osx-amd64 /usr/local/bin
After that when I try the open/execute jq-osx-amd64 the terminal pop up with :
“jq-osx-amd64” cannot be opened because the developer cannot be verified.
I opened the system preferences and allowed it but still doesn’t accept the permission and I couldn’t use the jq. Any help will be appreciated . Thank you
CodePudding user response:
You'll need to let your Mac know that you trust the developer of jq-osx-amd64
After the cannot be opened because the developer cannot be verified, follow these steps:
Open settings
Go to
Security & Privacy
Go to the
General
TabYou'll see something like
jq-osx-amd64
was blocked from use bevause it is not from an identified developerTo Allow this, press the
Allow Anyway
buttonInvoke
jq-osx-amd64
once again from your terminalAccept the
unknown developer
popup by pressingOpen
Picture showing popupInvoke
jq-osx-amd64
once again
CodePudding user response:
You could use macports or 0install or asdf or ... See https://github.com/stedolan/jq/wiki/Installation