scoop 使用

Scoop 官网

ScoopInstaller/Scoop | GitHub

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
scoop bucket add extras  # 增加 extras 软件源
scoop install pasteboard  # 安装软件

scoop bucket add nerd-fonts  # 增加 nerd-fonts 软件源
scoop install sudo  # 安装 sudo(可以更加方便地切换管理员模式)
sudo scoop install -g Cascadia-Code  # 全局安装 Cascadia-Code

scoop bucket add versions
scoop install python27

scoop bucket add java
scoop install zulu8-jdk

Troubleshooting

Couldn't find manifest for ...

在现有的软件源中无法找到指定的软件

scoop bucket list  # 查看已添加的 bucket
scoop buckwt add main  # 如果没有 main 的话,将 main 添加到 bucket
posted @ 2024-05-22 13:34  Undefined443  阅读(9)  评论(0编辑  收藏  举报