common/u*: add Chinese translation (#14688)

* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
This commit is contained in:
Jin
2024-11-19 04:23:02 -05:00
committed by GitHub
parent 156075e8b1
commit 2a4ef14253
28 changed files with 601 additions and 0 deletions

38
pages.zh/common/upt.md Normal file
View File

@@ -0,0 +1,38 @@
# upt
> 统一的界面,用于管理各种操作系统上的软件包,例如 Windows、许多 Linux 发行版、macOS、FreeBSD甚至 Haiku。
> 它需要安装本机操作系统的软件包管理器。
> 请参阅:`flatpak`、`brew`、`scoop`、`apt`、`dnf`.
> 更多信息:<https://github.com/sigoden/upt>.
- 更新可用软件包的列表:
`upt update`
- 搜索指定的软件包:
`upt search {{搜索软件包关键词}}`
- 显示某个软件包的信息:
`upt info {{软件包}}`
- 安装指定的软件包:
`upt install {{软件包}}`
- 移除指定的软件包:
`upt {{remove|uninstall}} {{软件包}}`
- 升级所有已安装的软件包:
`upt upgrade`
- 升级指定的软件包:
`upt upgrade {{软件包}}`
- 列出已安装的软件包:
`upt list`