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
(윈도우에서 CLI 기반으로 소프트웨어를 설치, 관리 할 수 있다.)
설치 방법
1. 관리자 권한으로 powershell 실행
2. 위의 웹사이트 install 창의 해당 명령어 복붙으로 입력
(프리웨어라 보안에 신경쓰라는 내용이 적혀있다. 관련내용은 https://m.blog.naver.com/vanstraat/221732533202 참조)
3. 잠시 설치 과정을 기다린 후 명령어 choco 를 입력, 오류가 뜨지 않는다면 설치 완료
이제 윈도우용 소프트웨어를 간단하게 CLI 환경에서 설치, 관리 할 수 있게 되었다.
ex) 크롬을 설치를 원할시, CLI 환경에서 'choco install googlechrome' 명령어 입력
'내 개발 환경 preset (windows10)' 카테고리의 다른 글
VScode) keyboard shortcuts(JSON) (0) | 2021.06.24 |
---|---|
MinGW-w64 // C, C++ 컴파일러 (0) | 2021.06.20 |
리눅스 환경 구축 (WSL 2 + Ubuntu) (0) | 2021.06.16 |