1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

add-apt-repository: add page (#2244)

This commit is contained in:
Starbeamrainbowlabs 2018-08-21 10:33:37 +01:00 committed by Owen Voke
parent bedb6b459f
commit 73d32bb5d6

View file

@ -0,0 +1,19 @@
# add-apt-repository
> Manages apt repository definitions.
- Add a new apt repository:
`add-apt-repository {{repository_spec}}`
- Remove an apt repository:
`add-apt-repository --remove {{repository_spec}}`
- Update the package cache after adding a repository:
`add-apt-repository --update {{repository_spec}}`
- Enable source packages:
`add-apt-repository --enable-source {{repository_spec}}`