플랫폼별 패키지 메니저(Platform Package Manager)
macOS
Linux
Windows
Scoop
설치
Scoop을 설치하려면 Powershell3가 설치되어있어야 한다.
powershell에서 다음을 입력한다.
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
다음과 같이 실행 규칙을 변경해야 한단다
PowerShell requires an execution policy of 'RemoteSigned' to run Scoop.
To make this change please run:
'Set-ExecutionPolicy RemoteSigned -scope CurrentUser'
실행 규칙을 변경하고 다시 scoop을 설치한다.
실행 규칙 변경
실행 정책은 신뢰하지 않는 스크립트로부터 사용자를 보호합니다. 실행 정책을
변경하면 about_Execution_Policies 도움말
항목(http://technet.microsoft.com/ko-kr/library/dd347641.aspx)에 설명된 보안
위험에 노출될 수 있습니다. 실행 정책을 변경하시겠습니까?
[Y] 예(Y) [N] 아니요(N) [S] 일시 중단(S) [?] 도움말 (기본값은 "Y"):
PS C:\Users\Administrator> iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Initializing...
Downloading...
Extracting...
Creating shim...
Adding ~\scoop\shims to your path.
Scoop was installed successfully!
Type 'scoop help' for instructions.
Scoop이 설치됐다.
PS C:\Users\Administrator> 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
home Opens the app homepage
install Install apps
list List installed apps
reset Reset an app to resolve conflicts
search Search available apps
status Show status and check for new app versions
uninstall Uninstall an app
update Update apps, or Scoop itself
which Locate a shim/executable (similar to 'which' on Linux)
Type 'scoop help <command>' to get help for a specific command.
Scoop을 통해 설치된 앱들은 ~\scoop\apps
에 위치한다.