util

Chocolatey, 윈도우 패키지 관리자

PJH 2022. 3. 9. 12:06

https://community.chocolatey.org/

 

Community

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.

community.chocolatey.org

 

Chocolatey라고 윈도우에서도 명령어로 개발도구를 설치할 수 있는 패키지 관리자가 있다.

 

https://community.chocolatey.org/courses/installation/installing?method=installing-chocolatey#cmd 

 

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.

community.chocolatey.org

 

 

링크를 타고 아래로 스크롤링을 하면 위와 같은 화면이 나올 것이다.

원래는 powershell에만 설치할 수 있었는데 cmd에도 설치할 수 있는 명령어가 생긴 듯 하다.

시작 > powershell (관리자 권한으로 실행) > 사각형 영역의 코드를 복사 > powershell에 붙여넣기

 

설치가 끝나고 choco 명령어를 입력했을 때 위처럼 나오면 제대로 설치가 된 것이다.

 

https://community.chocolatey.org/packages

 

Packages

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.

community.chocolatey.org

위 링크를 타면 패키지를 설치할 수 있는 명령어들이 나온다.

설치하고자 하는 툴을 검색하면 그 툴을 설치할 수 있는 명령어가 나온다.

 

 

 

 

Using Chocolatey 클릭