windows软件包管理器scoop

关键字

包管理器 软件包管理器 scoop

安装

第一步:指定安装目录

rapidee -I -C -E -M SCOOP D:\ws\Scoop
rapidee -I -C -E -M SCOOP_GLOBAL D:\ws\Scoop\GlobalScoopApps

设置 SCOOP 环境变量后,程序会默认安装在 %SCOOP%\apps 目录下。

设置 SCOOP_GLOBAL 环境变量后,如果你在以后使用Scoop安装软件过程中采用全局安装的方式(开关-g,后文会提到),安装方式默认是仅当前用户使用的,如果需要全局安装,加上开关-g即可。

第二步:安装scoop

去官网:https://scoop.sh/

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
irm get.scoop.sh -outfile 'install.ps1'
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
del 'install.ps1'

命令

scoop help
scoop install git

scoop bucket known
scoop bucket add extras
scoop bucket add versions

scoop bucket add sysinternals
# add 之后要update
scoop update

# 利用aria2加速Scoop下载
# 如果你经常安装体积较大的软件,那么建议配置aria2下载,但用默认比较稳定,自行取舍吧。
#scoop install aria2
#scoop install aria2@1.37.0-1
scoop list
scoop info aria2

scoop install wget sed less which vim  touch
scoop install grep

scoop install Everything geekuninstaller QuickLook Snipaste screentogif
scoop install notepadplusplus@8.7
scoop install ffmpeg
scoop install beyondcompare@4.4.7.28397
scoop install honeyview@5.53
scoop install keepass@2.57
scoop install potplayer
scoop install spacesniffer
scoop install fastcopy
@REM scoop install notepad3@6.23.203.2
scoop install sysinternals/junction

scoop install python310@3.10.11


scoop cat ffmpeg
scoop install wget
# 就完成安装了。这样的安装方式默认是仅当前用户使用的,如果需要全局安装,加上开关-g即可:
scoop install wget -g
scoop uninstall wget
scoop status

配置快捷方式

shortcut.exe C:\Scoop\xxx.exe

作者:admin  创建时间:2024-09-24 15:09
最后编辑:admin  更新时间:2025-09-19 10:08