chocolatey는 윈도우 패키지 관리자입니다.
윈도우 환경에서 프로그램을 설치할 때 도와주는 프로그램입니다.
공식 사이트 : chocolatey.org/
Chocolatey - The package manager for Windows
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.
chocolatey.org
설치 사이트 : chocolatey.org/install
설치 방법
1. powershell 검색 후 관리자 권한으로 실행
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
복사 후 powershell에 입력
또는
설치사이트에서 오른쪽 파란색 복사버튼을 눌러도 동일
완료되었으면 원하는 패키지를 찾아서 다운로드 링크를 복사해서 powershell에 입력해서 설치가 가능합니다.
chocolatey find package link : chocolatey.org/packages
*powershell 은 cmd(명령 프롬프트)로 대체가 가능합니다.