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

@@ -0,0 +1,13 @@
# brew 卸载
> 卸载 Homebrew 配方/软件包。
> 使用 `brew autoremove` 来移除不再使用的依赖项。
> 更多信息:<https://docs.brew.sh/Manpage#uninstall-remove-rm-options-installed_formulainstalled_cask->。
- 卸载一个配方/软件包:
`brew uninstall {{配方|软件包}}`
- 卸载一个软件包并删除所有相关文件:
`brew uninstall --zap {{软件包}}`