move Chinese pages from pages.cn to pages.zh
Also add new Chinese translations for apt, aptitude and arch.
This commit is contained in:
19
pages.zh/linux/add-apt-repository.md
Normal file
19
pages.zh/linux/add-apt-repository.md
Normal 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 {{指定仓库}}`
|
Reference in New Issue
Block a user