chocolatey 설치
1. 아래 사이트에 접속
https://chocolatey.org/install
Installation
That's it! All you need is choco.exe (that you get from the installation scripts) and you are good to go! No Visual Studio required. Chocolatey installs in seconds. You are just a few steps from running choco right now! With PowerShell, there is an additio
chocolatey.org
2. 명령 프롬프트 우클릭 > 관리자 권한으로 실행
3. 설치 명령어 실행(설치명령어는 작성일 기준)
> @"%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"
4. 설치완료(choco -? 입력 시 help 명령어 실행됨)
6. chocolatey의 장점? 명령어 한 줄로 간편하게 설치파일을 설치할 수 있다.
(홈페이지의 search 기능을 통하여 원하는 파일을 install 할 수 있다. 우측에는 설치명령어를 제공한다.)