1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/apt-add-repository.md
Starbeamrainbowlabs 5d7595c38e apt-add-repository: add page (#3229)
* apt-add-repository: add page

* Update apt-add-repository.md
2019-08-07 21:00:59 -03:00

19 lines
402 B
Markdown

# apt-add-repository
> Manages apt repository definitions.
- 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}}`