add-apt-repository: add German translation (#7202)

feature/windows-fix-syntax-2
Michael Schwarz 2021-11-01 15:30:41 +01:00 committed by GitHub
parent f56316e276
commit f140aec06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View 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}}`