"윈도우 choco install curl"의 두 판 사이의 차이

(새 문서: ;윈도우 choco install wget ==확인== <source lang='doscon'> C:\WINDOWS\system32>curl 'curl'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치...)
 
 
10번째 줄: 10번째 줄:
==설치==
==설치==
<source lang='doscon'>
<source lang='doscon'>
C:\WINDOWS\system32>choco install curl
C:\WINDOWS\system32>choco install curl -y
Chocolatey v0.10.8
Chocolatey v0.10.8
Installing the following packages:
Installing the following packages:
19번째 줄: 19번째 줄:
curl v7.56.0 [Approved]
curl v7.56.0 [Approved]
curl package files install completed. Performing other installation steps.
curl package files install completed. Performing other installation steps.
The package curl wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[N]o/[P]rint): y
</source>
<source lang='doscon'>
Installing 64 bit version
Installing 64 bit version
  ShimGen has successfully created a shim for curl.exe
  ShimGen has successfully created a shim for curl.exe

2017년 10월 17일 (화) 21:55 기준 최신판

윈도우 choco install wget

1 확인[ | ]

C:\WINDOWS\system32>curl
'curl'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

2 설치[ | ]

C:\WINDOWS\system32>choco install curl -y
Chocolatey v0.10.8
Installing the following packages:
curl
By installing you accept licenses for the packages.
Progress: Downloading curl 7.56.0... 100%

curl v7.56.0 [Approved]
curl package files install completed. Performing other installation steps.
Installing 64 bit version
 ShimGen has successfully created a shim for curl.exe
 The install of curl was successful.
  Software install location not explicitly set, could be in package or
  default install location if installer.

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

3 확인 2[ | ]

C:\WINDOWS\system32>curl
curl: try 'curl --help' or 'curl --manual' for more information

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}