更新于

Migrating to Scoop: Package Management on Windows


Scoop is a command-line package manager for Windows: install, update, and uninstall software without browsing download pages or admin prompts. Apps install to the user directory by default.

Install

In PowerShell:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

Add buckets: scoop bucket add extras and scoop bucket add versions.

Example: media players

  • Screenbox: Fluent UI, LibVLC — scoop install screenbox
  • MPV: Minimal, high-quality — scoop install mpv
  • SMPlayer: Customizable, MPV backend — scoop install smplayer
  • VLC: Fallback for streams — scoop install vlc

Use scoop update * to update all. For tuning and more apps, see the Chinese version of this guide.