일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- android studio
- Shell script
- aws
- Python
- nginx-media-server
- aws cli
- golang
- configmap
- kubectl
- wireshark
- deployment
- Kubernetes
- Sysinternals
- docker
- macos
- RTMP
- dart
- ffmpeg
- service
- HLS
- Pod
- spring cloud config
- Windows10
- namespace
- ebpf
- Android
- Java
- 행정구역분류
- VSCode
- Flutter
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