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

잔글 (Jmnote님이 Choco install wget 문서를 윈도우 choco install wget 문서로 이동했습니다)
 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{소문자}}
;윈도우 choco install wget
;choco install wget


==확인==
==확인==
11번째 줄: 10번째 줄:
==설치==
==설치==
<source lang='doscon'>
<source lang='doscon'>
C:\WINDOWS\system32>choco install wget
C:\WINDOWS\system32>choco install wget -y
Chocolatey v0.10.8
Chocolatey v0.10.8
Installing the following packages:
Installing the following packages:
20번째 줄: 19번째 줄:
Wget v1.19.1 [Approved]
Wget v1.19.1 [Approved]
wget package files install completed. Performing other installation steps.
wget package files install completed. Performing other installation steps.
The package Wget wants to run 'chocolateyinstall.ps1'.
Getting x64 bit zip
Note: If you don't run this script, the installation will fail.
Extracting C:\ProgramData\chocolatey\lib\Wget\tools\wget-1.19.1-win64_x64.zip to C:\ProgramData\chocolatey\lib\Wget\tools...
Note: To confirm automatically next time, use '-y' or consider:
C:\ProgramData\chocolatey\lib\Wget\tools
choco feature enable -n allowGlobalConfirmation
ShimGen has successfully created a shim for wget.exe
</source>
The install of wget was successful.
<source lang='doscon'>
  Software installed to 'C:\ProgramData\chocolatey\lib\Wget\tools'
 
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
</source>
</source>


38번째 줄: 40번째 줄:


==같이 보기==
==같이 보기==
* [[윈도우 choco install curl]]
* [[윈도우 wget 설치]]
* [[리눅스 wget]]
* [[리눅스 wget]]
* [[윈도우 wget 설치]]


[[분류: choco install]]
[[분류: choco install]]
[[분류: wget]]

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

윈도우 choco install wget

1 확인[ | ]

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

2 설치[ | ]

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

Wget v1.19.1 [Approved]
wget package files install completed. Performing other installation steps.
Getting x64 bit zip
Extracting C:\ProgramData\chocolatey\lib\Wget\tools\wget-1.19.1-win64_x64.zip to C:\ProgramData\chocolatey\lib\Wget\tools...
C:\ProgramData\chocolatey\lib\Wget\tools
 ShimGen has successfully created a shim for wget.exe
 The install of wget was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\Wget\tools'

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

3 확인 2[ | ]

C:\WINDOWS\system32>wget
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.

4 같이 보기[ | ]

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