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,28 @@
# guix 包
> 安装、升级和移除 Guix 包,或回滚到之前的配置。
> 更多信息:<https://guix.gnu.org/manual/html_node/Invoking-guix-package.html>。
- 安装新包:
`guix package -i {{package}}`
- 移除一个包:
`guix package -r {{package}}`
- 在包数据库中搜索正则表达式:
`guix package -s "{{search_pattern}}"`
- 列出已安装的包:
`guix package -I`
- 列出版本:
`guix package -l`
- 回滚到上一个版本:
`guix package --roll-back`