move Chinese pages from pages.cn to pages.zh

Also add new Chinese translations for apt, aptitude and arch.
This commit is contained in:
hugue
2018-12-21 20:04:36 +08:00
committed by Agniva De Sarker
parent cbe477bf50
commit 11f109b466
12 changed files with 62 additions and 0 deletions

View File

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