安装
iwr -useb get.scoop.sh | iex
scoop update
# 代理
scoop config proxy 127.0.0.1:10809
- search——搜索仓库中是否有相应软件。
- install——安装软件。
- uninstall——卸载软件。
- update——更新软件。可通过
scoop update *
更新所有已安装软件,或通过scoop update
更新所有软件仓库资料及Scoop自身而不更新软件。 - hold——锁定软件阻止其更新。
- info——查询软件简要信息。
- home——打开浏览器进入软件官网。
添加仓库
scoop bucket add {bucketname}
main - Default bucket for the most common (mostly CLI) apps
extras - Apps that don't fit the main bucket's criteria
games - Open source/freeware games and game-related tools
nerd-fonts - Nerd Fonts
nirsoft - Almost all of the 250+ apps from Nirsoft
java - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
nonportable - Non-portable apps (may require UAC)
php - Installers for most versions of PHP
versions - Alternative versions of apps found in other buckets