2019-08-08 01:00:59 +01:00
|
|
|
# apt-add-repository
|
|
|
|
|
|
|
|
> Manages apt repository definitions.
|
2021-04-17 14:26:03 +01:00
|
|
|
> More information: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
|
2019-08-08 01:00:59 +01:00
|
|
|
|
|
|
|
- Add a new apt repository:
|
|
|
|
|
|
|
|
`apt-add-repository {{repository_spec}}`
|
|
|
|
|
|
|
|
- Remove an apt repository:
|
|
|
|
|
|
|
|
`apt-add-repository --remove {{repository_spec}}`
|
|
|
|
|
|
|
|
- Update the package cache after adding a repository:
|
|
|
|
|
|
|
|
`apt-add-repository --update {{repository_spec}}`
|
|
|
|
|
|
|
|
- Enable source packages:
|
|
|
|
|
|
|
|
`apt-add-repository --enable-source {{repository_spec}}`
|