欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Windows命令行安装程序管理工具 - Scoop

程序员文章站 2022-03-03 17:22:30
...

Scoop is a command-line installer for Windows. 

# 官网
https://scoop.sh/

# github
https://github.com/lukesampson/scoop

# 安装(在powershell中执行)
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

 

相关标签: scoop