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,24 @@
# dnf 组
> 管理基于 Fedora 的系统上的虚拟软件包集合。
> 更多信息: <https://manned.org/man/dnf-group>。
- 列出 DNF 组,并在表格中显示已安装和未安装的状态:
`dnf group list`
- 显示 DNF 组的信息,包括仓库和可选软件包:
`dnf group info {{group_name}}`
- 安装 DNF 组:
`dnf group install {{group_name}}`
- 移除 DNF 组:
`dnf group remove {{group_name}}`
- 升级 DNF 组:
`dnf group upgrade {{group_name}}`