woonizzooni

Windows 패키지 매니저 chocolatey 설치 본문

MISC

Windows 패키지 매니저 chocolatey 설치

woonizzooni 2019. 9. 16. 13:30

Abount :  https://chocolatey.org/about

Install :  https://chocolatey.org/install

 

 

Windows10 + 네트웍 온라인 상태에서의 설치 방법임.

 

1. win + s > 명령프롬프트 > 관리자 권한으로 실행

2. 아래 명령 붙여 넣기

C:\WINDOWS\system32> @"%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"

3. 설치 결과 확인

....
경고: Not setting tab completion: Profile file does not exist at
'C:\Users\{users}\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'.
Chocolatey (choco.exe) is now ready.
You can call choco from anywhere, command line or powershell by typing choco.
Run choco /? for a list of functions.
You may need to shut down and restart powershell and/or consoles
 first prior to using choco.
Ensuring chocolatey commands are on the path
Ensuring chocolatey.nupkg is in the lib folder

C:\WINDOWS\system32>where choco
C:\ProgramData\chocolatey\bin\choco.exe

 

4. 업그레이드

 

 

기타 참고

Uninstall : https://chocolatey.org/docs/uninstallation

command-ref.  : https://chocolatey.org/docs/commands-reference

 

Comments