tldr/pages.zh/linux/add-apt-repository.md

20 lines
370 B
Markdown
Raw Normal View History

# add-apt-repository
2019-10-18 04:30:29 +01:00
> apt 仓库管理.
2019-10-19 07:12:27 +01:00
- 添加一个新的 apt 仓库:
`add-apt-repository {{指定仓库}}`
2019-10-19 07:12:27 +01:00
- 移除一个 apt 仓库:
`add-apt-repository --remove {{指定仓库}}`
2019-10-19 07:12:27 +01:00
- 添加一个仓库并更新缓存:
`add-apt-repository --update {{指定仓库}}`
2019-10-19 07:12:27 +01:00
- 允许从指定仓库下载源码:
`add-apt-repository --enable-source {{指定仓库}}`