Please enable Javascript to view the contents

Scoop Command

 ·  ☕ 1 分钟  ·  🐱 Ch!cC

安装

set-executionpolicy remotesigned -scope currentuser
iwr -useb get.scoop.sh | iex

配置代理

scoop config proxy 127.0.0.1:10802

清理老版本

scoop cleanup <appname>
//清理所有
scoop cleanup * 

卸载软件

scoop uninstall <appname>
//清理所有
scoop uninstall * 
//同时卸载配置
scoop uninstall <appname> -p

清理安装包

scoop cache rm <appname>
//清理所有
scoop cache rm *

添加仓库

scoop bucket add extras
scoop bucket add <仓库名|java>

升级软件

scoop update <appname>
//升级所有
scoop update *

导出已经安装

scoop export > scoop.txt

正则替换
(.*?) .*
$1

aria2

aria2-enabled (default: true)
aria2-retry-wait (default: 2)
aria2-split (default: 5)
aria2-max-connection-per-server (default: 5)
aria2-min-split-size (default: 5M)
分享

Ch!cC
作者
Ch!cC