网站首页 > 知识剖析 正文
安装
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
测试安装是否成功
scoop
查找软件
scoop search git
安装软件
scoop install git
关于 aria2的用法
配置aira2加速
scoop install aria2
scoop config aria2-enabled true
scoop config aria2-retry-wait 2
scoop config aria2-max-connection-per-server 16
scoop config aria2-split 16
scoop config aria2-min-split-size 1M
批量下载文本中所有URL
aria2c -i uris.txt
关闭aria2
scoop config aria2-enabled false
重置scoop环境变量和快捷方式解决冲突
scoop reset
导出安装的软件列表
scoop.cmd export > app_list.txt
更新所有的安装软件
scoop update * && scoop cleanup *
添加仓库
scoop bucket add extras
安装第三方bucket
scoop bucket add scoopbucket https://github.com/yuanying1199/scoopbucket
scoop install scoopbucket/cajviewerlite
更换 scoop 源
scoop config SCOOP_REPO https://gitee.com/squallliu/scoop
scoop update
Scoop 软件安装位置
Scoop 在你的用户根目录(一般是 C:\Users\用户名)下创建了一个名为 scoop 的文件夹,并默认将软件下载安装到这个文件夹下的apps目录,如下图
scoop 是通过 shim 来软链接一些应用。
猜你喜欢
- 2024-12-18 MySQL面试知识整理,Java程序员升职涨薪必备,附赠架构师成长图
- 2024-12-18 深圳尚学堂:mysql基本sql语句大全(三)
- 2024-12-18 centos下 iptables 超详细教程和使用示例
- 2024-12-18 一次 MySQL 线上死锁分析实战 mysql死锁的原因及解决方法
- 2024-12-18 关于mysqldump,这个参数你可能还不知道
- 2024-12-18 Windows10将兼容Linux原生应用 linux和windows兼容吗
- 2024-12-18 Build 2016:微软演示让Windows 10运行Linux原生应用
- 2024-12-18 开发者上云优惠:.top与.xyz域名1元/首年,1核2G云服务器48元/年
- 2024-12-18 宝塔面板负载状态显示100%怎么办?MySQL性能优化篇
- 2024-12-18 mysql 出现 SQL错误(1055)GROUP BY错误如何处理?
- 最近发表
- 标签列表
-
- xml (46)
- css animation (57)
- array_slice (60)
- htmlspecialchars (54)
- position: absolute (54)
- datediff函数 (47)
- array_pop (49)
- jsmap (52)
- toggleclass (43)
- console.time (63)
- .sql (41)
- ahref (40)
- js json.parse (59)
- html复选框 (60)
- css 透明 (44)
- css 颜色 (47)
- php replace (41)
- css nth-child (48)
- min-height (40)
- xml schema (44)
- css 最后一个元素 (46)
- location.origin (44)
- table border (49)
- html tr (40)
- video controls (49)