한국어
팁/강좌/노하우
 
Chocolatey는 Windows에서 소프트웨어를 설치, 업그레이드 또는 제거 작업을 자동화하는 도구이다.

리눅스 패키지 관리자에 익숙한 사용자에게는 yum 또는 apt-get과 같은 Windows의 바이너리 패키지 관리자인 것이다.

 

Cmd 또는 PowerShell 로 설치할 수 있으며 관리자권한으로 실행해야한다.

cmd.png

 

Cmd 설치명령

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


로그인 시 글 전체를 열람하실 수 있습니다.