리눅스, 맥에서는 apt-get install이나 brew install을 사용하면 쉽게 소프트웨어 패키지를 설치할 수 있다.
윈도우에서는?
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
# I don't care about other parameters and want a one-line command
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
설치 성공
scoop install 패키지명
jq를 설치했다.