add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,32 +1,33 @@
# scoop
> Windows 的命令行安装程序
> 更多信息:<https://scoop.sh>.
> Scoop 包管理器
> 一些子命令,如 `bucket`,有其自己的使用文档。
> 更多信息:<https://scoop.sh>。
- 安装一个包:
`scoop install {{包名}}`
`scoop install {{package}}`
- 除一个包:
- 除一个包:
`scoop uninstall {{包名}}`
`scoop uninstall {{package}}`
- 更新所有已安装的包:
`scoop update --all`
- 列出所有已安装的包:
- 列出已安装的包:
`scoop list`
- 显示一个包的信息:
- 显示有关包的信息:
`scoop info {{包名}}`
`scoop info {{package}}`
- 搜索一个包:
`scoop search {{包名}}`
`scoop search {{package}}`
- 移除所有包的旧版本并清理下载缓存:
`scoop cleanup --cache --all`
`scoop cleanup --cache --all`