a2dismod to avahi-browse: add Chinese translation (#5246)

This commit is contained in:
千玄子
2021-05-02 02:43:23 +08:00
committed by GitHub
parent 9ccc49d98f
commit 92f09753c6
26 changed files with 463 additions and 6 deletions

View File

@@ -1,19 +1,19 @@
# add-apt-repository
> apt 仓库管理.
> apt 仓库管理
- 添加一个新的 apt 仓库:
- 添加一个新的 apt 仓库
`add-apt-repository {{指定仓库}}`
- 移除一个 apt 仓库:
- 移除一个 apt 仓库
`add-apt-repository --remove {{指定仓库}}`
- 添加一个仓库并更新缓存:
- 添加一个仓库并更新缓存
`add-apt-repository --update {{指定仓库}}`
- 允许从指定仓库下载源码:
- 允许从指定仓库下载源码
`add-apt-repository --enable-source {{指定仓库}}`