特点
- Windows 上的命令行包管理器
- 无需管理员权限即可安装软件
- 安装路径统一管理,不污染系统环境
- 适合开发者快速搭建开发环境
- 软件更新简单,支持版本切换
Scoop 是一款 Windows 操作系统的 CLI 安装器
基本使用
# 查找所有的应用
scoop list
# 查看状态
# 1. 查看哪些软件需要升级
scoop status
# 查看应用信息
scoop info xxx
# 升级 scoop 或者包
scoop update
scoop update xxx
# 升级所有
scoop update --all
# 安装
scoop install xxx
# 卸载
scoop uninstall xxx所有命令
scoop
alias Manage scoop aliases
bucket Manage Scoop buckets
cache Show or clear the download cache
cat Show content of specified manifest.
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, in the order they'll be installed
download Download apps in the cache folder and verify hashes
export Exports installed apps, buckets (and optionally configs) in JSON format
help Show help for a command
hold Hold an app to disable updates
home Opens the app homepage
import Imports apps, buckets and configs from a Scoopfile in JSON format
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
shim Manipulate Scoop shims
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 or url on virustotal.com
which Locate a shim/executable (similar to 'which' on Linux)应用
使用 Scoop 安装 YesPlayMusic

FAQ
如何设置 scoop 代理? TODO