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,25 @@
# rpm-ostree
> 一种混合镜像/软件包系统。
> 管理 ostree 部署、软件包层、文件系统覆盖和启动配置。
> 更多信息:<https://coreos.github.io/rpm-ostree/administrator-handbook/>.
- 按在引导加载程序中出现的顺序显示 rpm-ostree 部署:
`rpm-ostree status`
- 显示过时且可以更新的软件包:
`rpm-ostree upgrade --preview`
- 准备一个新的 ostree 部署,升级软件包并重启进入该部署:
`rpm-ostree upgrade --reboot`
- 重启进入之前的 ostree 部署:
`rpm-ostree rollback --reboot`
- 在新的 ostree 部署中安装软件包并重启进入该部署:
`rpm-ostree install {{package}} --reboot`