se tip

chocolatey - The Package Manager for Windows

joshua90 2020. 6. 29. 20:55

linux 와 mac 에서 설치할 어플리케이션이 부족해서 window 의 수많이 어플리케이션을 부러워 하던 시절도 있었지만

어느 순간 개발자가 필요한 어플리케이션들이 3개의 플랫폼에 다 존재하게 되자

오히려 Ubuntu 의 apt-get 이나 MacOS 의 Homebrew 같은 패키지 매니저가 부러워지는 시대가 되었다.

그래서 나온게 chocolatey 라는 window 용 패키지 매니저 다.

일단 개발자용 무료 어플리케이션은 대부분 나온다.

일단 설치는 관리자 실행으로 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'))

처음으로 설치한 어플리케이션은

choco search Cmder
choco install Cmder

https://chocolatey.org/install

 

Installing Chocolatey

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