只需要两个网址即可解决
1、scoop及bucket镜像站:https://gitee.com/scoop-installer
2、安装推荐(萧然工作室脚本):https://gitee.com/xrgzs/scoop
请认真阅读项目的说明,按照要求添加 bucket。其余的直接帮助命令解决!
PS C:\Users\jeeinn> scoop help
Usage: scoop <command> [<args>]
Available commands are listed below.
Type 'scoop help <command>' to get more help for a specific command.
Command Summary
------- -------
alias Manage scoop aliases
bucket Manage Scoop buckets
cache Show or clear the download cache
cat Show content of specified manifest.
checkup Check for potential problems
cleanup Cleanup apps by removing old versions
config Get or set configuration values
create Create a custom app manifest
depends List dependencies for an app, in the order they'll be installed
download Download apps in the cache folder and verify hashes
export Exports installed apps, buckets (and optionally configs) in JSON format
help Show help for a command
hold Hold an app to disable updates
home Opens the app homepage
import Imports apps, buckets and configs from a Scoopfile in JSON format
info Display information about an app
install Install apps
list List installed apps
prefix Returns the path to the specified app
reset Reset an app to resolve conflicts
search Search available apps
shim Manipulate Scoop shims
status Show status and check for new app versions
unhold Unhold an app to enable updates
uninstall Uninstall an app
update Update apps, or Scoop itself
virustotal Look for app's hash or url on virustotal.com
which Locate a shim/executable (similar to 'which' on Linux)
小技巧:
1、当使用搜索软件时 scoop search xxx
出现相同名称,安装时可以指定 bucket,如:scoop install extra/lark
2、养成定时导出配置的习惯,方便一键迁移 scoop export > D:\my_scoop_apps_bak.json