"윈도우 scoop 설치"의 두 판 사이의 차이

(새 문서: ==개요== <syntaxhighlight lang='powershell'> PS C:\Users\jmnote\.ssh> Set-ExecutionPolicy RemoteSigned -scope CurrentUser 실행 규칙 변경 실행 정책은 신뢰하지 않는...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;윈도우 scoop 설치


<syntaxhighlight lang='powershell'>
<syntaxhighlight lang='powershell'>
PS C:\Users\jmnote\.ssh> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
PS C:\Users\jmnote> Set-ExecutionPolicy RemoteSigned -scope CurrentUser


실행 규칙 변경
실행 규칙 변경
11번째 줄: 12번째 줄:
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='powershell'>
<syntaxhighlight lang='powershell'>
PS C:\Users\jmnote\.ssh> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
PS C:\Users\jmnote> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Initializing...
Initializing...
Downloading scoop...
Downloading scoop...

2021년 5월 5일 (수) 23:53 기준 최신판

1 개요[ | ]

윈도우 scoop 설치
PS C:\Users\jmnote> Set-ExecutionPolicy RemoteSigned -scope CurrentUser

실행 규칙 변경
실행 정책은 신뢰하지 않는 스크립트로부터 사용자를 보호합니다. 실행 정책을 변경하면 about_Execution_Policies 도움말
항목(https://go.microsoft.com/fwlink/?LinkID=135170) 설명된 보안 위험에 노출될  있습니다. 실행 정책을
변경하시겠습니까?
[Y] (Y)  [A] 모두 (A)  [N] 아니요(N)  [L] 모두 아니요(L)  [S] 일시 중단(S)  [?] 도움말 (기본값은 "N"): A
PS C:\Users\jmnote> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Initializing...
Downloading scoop...
Extracting...
Creating shim...
Downloading main bucket...
Extracting...
Adding ~\scoop\shims to your path.
'lastupdate' has been set to '2021-05-05T23:48:20.5234998+09:00'
Scoop was installed successfully!
Type 'scoop help' for instructions.
PS C:\Users\jmnote> scoop
Usage: scoop <command> [<args>]

Some useful commands are:

alias       Manage scoop aliases
bucket      Manage Scoop buckets
cache       Show or clear the download cache
checkup     Check for potential problems
cleanup     Cleanup apps by removing old versions
config      Get or set configuration values
create      Create a custom app manifest
depends     List dependencies for an app
export      Exports (an importable) list of installed apps
help        Show help for a command
hold        Hold an app to disable updates
home        Opens the app homepage
info        Display information about an app
install     Install apps
list        List installed apps
prefix      Returns the path to the specified app
reset       Reset an app to resolve conflicts
search      Search available apps
status      Show status and check for new app versions
unhold      Unhold an app to enable updates
uninstall   Uninstall an app
update      Update apps, or Scoop itself
virustotal  Look for app's hash on virustotal.com
which       Locate a shim/executable (similar to 'which' on Linux)


Type 'scoop help <command>' to get help for a specific command.

2 같이 보기[ | ]

3 참고[ | ]

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