scoop bucket add main https://codechina.csdn.net/mirrors/ScoopInstaller/Main.git 复制代码 1 bash scoop bucket add extras https://codechina.csdn.net/mirrors/lukesampson/scoop-extras.git 复制代码 1 bash scoop bucket add nonportable https://codechina.csdn.net/mirrors/TheRandomLabs/scoop-nonportab...
Scoop 可安装的软件信息存储在 Bucket 中,Scoop 默认的官方 Bucket 为main;官方维护的另一个 Bucket 为extras,这个需要我们手动添加。 # bucket的用法:scoopbucketadd|list|known|rm[<args>]# 添加extras:scoopbucketaddextras# 查看官方推荐仓库scoopbucketknown# 添加第三方bucket(一般在github里面README文件都会提及...
2、添加 bucket(桶) 主要是一个main bucket 里面有erlang 还有个 extras bucket 里面有rabbitMQ 我们可以用命令查询下有哪些bucket 代码语言:javascript 复制 scoop bucket known 添加bucket 代码语言:javascript 复制 scoop bucket add main scoop bucket add extras 代码语言:javascript 复制 #查询 bucket 软件列表 sc...
Scoop默认的bucket是main scoop bucket known # 查看社区的bucket列表 我们可以为main bucket配置镜像来加速 先卸载 main的bucket scoop bucket rm main 添加main 镜像代理 scoop bucket add main https://ghproxy.com/github.com/ScoopInstaller/Main.git 添加其他 bucket 常用bucket:https://rasa.github.io/scoo...
scoop bucket add main https://gitee.com/scoop-bucket/main.git scoop bucket add extra https://gitee.com/scoop-bucket/extra.git scoop bucket add versions https://gitee.com/scoop-bucket/versions.git 【安装软件】 ★ #必备安装命令...
将main bucket加回来"scoop bucket add main". 尝试搜索就能找到ripgrep这个软件,找到后运行安装: 最后查看刚才安装的ripgrep,输入"scoop info". 三)scoop工作流程与日常维护管理 以上两步就能解决scoop应用中遇到的全部问题,继续梳理scoop的工作流。 首先输入"scoop help" 查看有24个命令可供使用: 如果想要查看某项...
scoop add bucket main 时会提示 bucket main 己经存在,按照提示执行scoop bucket rm main和scoop bucket rm extras删除即可。 //主源 scoop bucket add mainhttps://mirror.nju.edu.cn/git/scoop-main.git/ //扩展源 scoop bucket add extrashttps://m...
scoop config SCOOP_REPO https://gitee.com/scoop-bucket/scoop # 切回官方镜像 # scoop config SCOOP_REPO https://github.com/ScoopInstaller/Scoop # 查看有哪些repo scoop bucket known # 添加bucklet scoop bucket rm main # scoop bucket add main ...
scoop bucket rm main #移除旧main bucket scoop bucket add main https://gitee.com/scoop-installer/Main #添加新main bucke scoop update #及时执行,更新main bucket 1. 2. 3. 4. scoop的缓存机制(cache) scoop会缓存每次的下载,即便安装完毕后,也不会删除掉安装包,然而这个安装包的名字可能已经和软件名字...
scoop bucket add mainhttps://codechina.csdn.net/mirrors/ScoopInstaller/Main.git 如果不加后边的https地址,就是用官方的地址 配置软件下载加速 用vscode打开 D:\Applications\Scoop\buckets\extras 目录 查找替换(注意启用正则模式) (https://github.com.*?zip) ...