mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 13:55:41 +02:00
add-apt-repository: add German translation (#7202)
This commit is contained in:
parent
f56316e276
commit
f140aec06d
1 changed files with 20 additions and 0 deletions
20
pages.de/linux/add-apt-repository.md
Normal file
20
pages.de/linux/add-apt-repository.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# add-apt-repository
|
||||||
|
|
||||||
|
> Verwalte apt-Repository Definitionen.
|
||||||
|
> Weitere Informationen: <https://manned.org/apt-add-repository>.
|
||||||
|
|
||||||
|
- Füge ein neues apt-Repository hinzu:
|
||||||
|
|
||||||
|
`add-apt-repository {{repository_spec}}`
|
||||||
|
|
||||||
|
- Entferne ein apt-Repository:
|
||||||
|
|
||||||
|
`add-apt-repository --remove {{repository_spec}}`
|
||||||
|
|
||||||
|
- Aktualisiere den Paketcache nach dem Hinzufügen eines Repositories:
|
||||||
|
|
||||||
|
`add-apt-repository --update {{repository_spec}}`
|
||||||
|
|
||||||
|
- Erlaube das Herunterladen von Quellpaketen aus dem Repository:
|
||||||
|
|
||||||
|
`add-apt-repository --enable-source {{repository_spec}}`
|
Loading…
Add table
Reference in a new issue