mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
add-apt-repository: add page (#2244)
This commit is contained in:
parent
bedb6b459f
commit
73d32bb5d6
1 changed files with 19 additions and 0 deletions
19
pages/linux/add-apt-repository.md
Normal file
19
pages/linux/add-apt-repository.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue