Scoop

Windows를 위한 명령줄 설치기

Windows계의 Homebrew

특징

  • 명령행으로 편안하게: Unix에서 쓰던 도구들을 찾고 계신가요? 여러분들을 위해 sudo와 같은 프로그램을 찾아드리겠습니다. 최소한의 클릭으로 말이죠!
  • UAC의 최소화: 사용자 홈 아래에 설치하기 때문에 포터블 설치가 가능한 프로그램이라면 팝업은 잊어버려도 좋습니다.
  • README를 찾아서: README 파일을 찾아 읽는 건 귀찮은 일이죠. Scoop이 대신 찾아 읽어드리겠습니다.

설치하기

PowerShell Core가 포함된 PowerShell 5 (혹은 이후 버전)과 .NET Framework 4.5 (혹은 이후 버전)이 필요합니다.

1Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

혹은 더 짧게

1iwr -useb get.scoop.sh | iex

알아두세요: 만약 오류가 난다면 실행 정책을 변경해야 할 수도 있습니다.

1Set-ExecutionPolicy RemoteSigned -scope CurrentUser

사용법

1> scoop help
2Usage: scoop <command> [<args>]
3
4Some useful commands are:
5
6alias       Manage scoop aliases
7bucket      Manage Scoop buckets
8cache       Show or clear the download cache
9checkup     Check for potential problems
10cleanup     Cleanup apps by removing old versions
11config      Get or set configuration values
12create      Create a custom app manifest
13depends     List dependencies for an app
14export      Exports (an importable) list of installed apps
15help        Show help for a command
16hold        Hold an app to disable updates
17home        Opens the app homepage
18info        Display information about an app
19install     Install apps
20list        List installed apps
21prefix      Returns the path to the specified app
22reset       Reset an app to resolve conflicts
23search      Search available apps
24status      Show status and check for new app versions
25unhold      Unhold an app to enable updates
26uninstall   Uninstall an app
27update      Update apps, or Scoop itself
28virustotal  Look for app's hash on virustotal.com
29which       Locate a shim/executable (similar to 'which' on Linux)
30
31
32Type 'scoop help <command>' to get help for a specific command.

관련정보

댓글