pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,17 +1,17 @@
# apt-add-repository
> 管理 apt 仓库。
> 管理 APT 仓库。
> 更多信息:<https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
- 添加一个 apt 仓库:
- 添加一个 APT 仓库:
`apt-add-repository {{repository_spec}}`
- 移除一个 apt 仓库:
- 移除一个 APT 仓库:
`apt-add-repository --remove {{repository_spec}}`
- 添加一个 apt 仓库之后更新包缓存:
- 添加一个 APT 仓库之后更新包缓存:
`apt-add-repository --update {{repository_spec}}`