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

@@ -3,11 +3,11 @@
> apt 仓库管理。
> 更多信息:<https://manned.org/apt-add-repository>.
- 添加一个新的 apt 仓库:
- 添加一个新的 APT 仓库:
`add-apt-repository {{指定仓库}}`
- 移除一个 apt 仓库:
- 移除一个 APT 仓库:
`add-apt-repository --remove {{指定仓库}}`

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}}`

View File

@@ -1,6 +1,6 @@
# apt-file
> apt 软件包中查找文件,其中也包括未安装的软件。
> APT 软件包中查找文件,其中也包括未安装的软件。
> 更多信息:<https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
- 更新元数据的数据库:

View File

@@ -4,7 +4,7 @@
> 在 Ubuntu 16.04 及之后版本推荐用它代替 `apt-get` 。
> 更多信息:<https://manpages.debian.org/latest/apt/apt.8.html>.
- 更新可用软件包及其版本列表(推荐在运行其他 apt 命令前首先运行该命令):
- 更新可用软件包及其版本列表(推荐在运行其他 APT 命令前首先运行该命令):
`sudo apt update`