일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- namespace
- deployment
- aws
- Flutter
- aws cli
- wireshark
- dart
- nginx-media-server
- android studio
- service
- Windows10
- golang
- spring cloud config
- ebpf
- HLS
- RTMP
- macos
- Java
- Kubernetes
- Sysinternals
- Shell script
- Python
- configmap
- kubectl
- 행정구역분류
- docker
- Android
- VSCode
- Pod
- ffmpeg
Archives
- Today
- Total
woonizzooni
Windows 패키지 매니저 chocolatey 설치 본문
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
'MISC' 카테고리의 다른 글
MacOS 환경에서 vim 환경 설정 (0) | 2019.10.15 |
---|---|
Windows10 환경에서 vim 환경 설정 (0) | 2019.09.17 |
[Eclipse] Java Decompiler 설치, Procyon 선택 (0) | 2019.08.25 |
대한민국 행정구역 데이터 (0) | 2019.08.23 |
대한민국 행정동 경계 좌표 추출 #1 - QGiS > GeoJSON (0) | 2019.08.23 |
Comments