본문 바로가기
업무일지(inbox)

윈도우 choco 설치

by monkey-k777 2021. 9. 29.

chocolatey 사이트로 이동하여 매뉴얼대로 수행한다.

https://docs.chocolatey.org/en-us/choco/setup

 

Chocolatey Software Docs | Setup / Install

Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.

docs.chocolatey.org

매뉴얼 내용대로 하자면,

Install with cmd.exe (> 명령 프롬프트에서 다음의 명령어 복사, 붙여넣기)

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"