Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Chocolatey  는 Mac OS X 의 Homebrew 나 Linux 의 yum, apt-get 같은 역할을 수행하는 NuGet 기반의 윈도우용 패키지 관리자이다.


설치

cmd.exe 를 관리자 권한으로 열고 다음 명령어 실행

Code Block
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

또는 powershell 을 관리자 권한으로 실행한 후에 파워쉘 프롬프트에서 설치 명령어 입력

...