linux/a*: fix German translation (#8702)

This commit is contained in:
Marcel Brode
2022-10-16 20:02:36 +02:00
committed by GitHub
parent 22e91c3f25
commit 5e797cefa4
23 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
# apt-key
> Schlüssel Management Tool für den APT Paket Manager auf Debian und Ubuntu.
> Schlüssel-Management-Tool für den APT-Paket-Manager auf Debian und Ubuntu.
> Notiz: `apt-key` ist deprecated (außer für `apt-key del` in Maintainer Scripts).
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt-key.8.html>.
@@ -16,10 +16,10 @@
`apt-key del {{key_id}}`
- Füge einen Remote Schlüssel hinzu:
- Füge einen Remote-Schlüssel hinzu:
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
- Füge einen Schlüssel von einem Schlüsselserver hinzu nur mit der Schlüssel ID:
- Füge einen Schlüssel von einem Schlüsselserver hinzu nur mit der Schlüssel-ID:
`apt-key adv --keyserver {{pgp.mit.edu}} --recv {{KEYID}}`