scoop 包管理器
最后更新于:2022-04-02 03:46:57
[TOC]
## 安装
```
set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop help
```
## 常用命令
```
search 搜索软件名
install 安装软件
update 更新软件
status 查看软件状态
uninstall 卸载软件
info 查看软件详情
```
## 技巧
1. 安装目录
在用户命令下的
`C:\Users\username\scoop\apps`
';