~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to doc/de/apt-key.de.8

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: apt-key
 
3
.\"    Author: Jason Gunthorpe
 
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 
5
.\"      Date: 28. Oktober 2008
 
6
.\"    Manual: APT
 
7
.\"    Source: Linux
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "APT\-KEY" "8" "28\&. Oktober 2008" "Linux" "APT"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * Define some portability stuff
 
13
.\" -----------------------------------------------------------------
 
14
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
15
.\" http://bugs.debian.org/507673
 
16
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
 
17
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
18
.ie \n(.g .ds Aq \(aq
 
19
.el       .ds Aq '
 
20
.\" -----------------------------------------------------------------
 
21
.\" * set default formatting
 
22
.\" -----------------------------------------------------------------
 
23
.\" disable hyphenation
 
24
.nh
 
25
.\" disable justification (adjust text to left margin only)
 
26
.ad l
 
27
.\" -----------------------------------------------------------------
 
28
.\" * MAIN CONTENT STARTS HERE *
 
29
.\" -----------------------------------------------------------------
 
30
.SH "NAME"
 
31
apt-key \- APT\-Schlüsselverwaltungsdienstprogramm
 
32
.SH "SYNOPSIS"
 
33
.HP \w'\fBapt\-key\fR\ 'u
 
34
\fBapt\-key\fR [\fB\-\-keyring\ \fR\fB\fIfilename\fR\fR] [\fIcommand\fR] [\fB\fIarguments\fR\fR...]
 
35
.SH "BESCHREIBUNG"
 
36
.PP
 
37
 
 
38
\fBapt\-key\fR
 
39
wird benutzt, um eine Liste von Schlüsseln zu verwalten, die APT benutzt, um Pakete zu authentifizieren\&. Pakete, die durch Benutzung dieser Schlüssel authentifiziert wurden, werden als vertrauenswürdig betrachtet\&.
 
40
.SH "BEFEHLE"
 
41
.PP
 
42
add \fIDateiname\fR
 
43
.RS 4
 
44
Einen neuen Schlüssel zur Liste der vertrauenswürdigen Schlüssel hinzufügen\&. Der Schlüssel wird aus
 
45
\fIDateiname\fR
 
46
gelesen oder, wenn
 
47
\fIDateiname\fR
 
48
\-
 
49
ist, von der Standardeingabe\&.
 
50
.RE
 
51
.PP
 
52
del \fISchlüssel\-ID\fR
 
53
.RS 4
 
54
Einen Schlüssel von der Liste der vertrauenswürdigen Schlüssel entfernen\&.
 
55
.RE
 
56
.PP
 
57
export \fISchlüssel\-ID\fR
 
58
.RS 4
 
59
Den Schlüssel
 
60
\fISchlüssel\-ID\fR
 
61
auf der Standardausgabe ausgeben\&.
 
62
.RE
 
63
.PP
 
64
exportall
 
65
.RS 4
 
66
Alle vertrauenswürdigen Schlüssel auf der Standardausgabe ausgeben\&.
 
67
.RE
 
68
.PP
 
69
list
 
70
.RS 4
 
71
Vertrauenswürdige Schlüssel auflisten\&.
 
72
.RE
 
73
.PP
 
74
finger
 
75
.RS 4
 
76
Fingerabdrücke vertrauenswürdiger Schlüssel auflisten\&.
 
77
.RE
 
78
.PP
 
79
adv
 
80
.RS 4
 
81
Erweitere Optionen an gpg weiterleiten\&. Mit adv \-\-recv\-key können Sie den öffentlichen Schlüssel herunterladen\&.
 
82
.RE
 
83
.PP
 
84
update
 
85
.RS 4
 
86
Den lokalen Schlüsselring mit dem Schlüsselring der Debian\-Archivschlüssel aktualisieren und aus dem Schlüsselring die Archivschlüssel entfernen, die nicht länger gültig sind\&.
 
87
.RE
 
88
.SH "OPTIONEN"
 
89
.PP
 
90
Note that options need to be defined before the commands described in the previous section\&.
 
91
.PP
 
92
\-\-keyring \fIfilename\fR
 
93
.RS 4
 
94
With this option it is possible to specify a specific keyring file the command should operate on\&. The default is that a command is executed on the
 
95
trusted\&.gpg
 
96
file as well as on all parts in the
 
97
trusted\&.gpg\&.d
 
98
directory, through
 
99
trusted\&.gpg
 
100
is the primary keyring which means that e\&.g\&. new keys are added to this one\&.
 
101
.RE
 
102
.SH "DATEIEN"
 
103
.PP
 
104
/etc/apt/trusted\&.gpg
 
105
.RS 4
 
106
Keyring of local trusted keys, new keys will be added here\&. Configuration Item:
 
107
Dir::Etc::Trusted\&.
 
108
.RE
 
109
.PP
 
110
/etc/apt/trusted\&.gpg\&.d/
 
111
.RS 4
 
112
File fragments for the trusted keys, additional keyrings can be stored here (by other packages or the administrator)\&. Configuration Item
 
113
Dir::Etc::TrustedParts\&.
 
114
.RE
 
115
.PP
 
116
/etc/apt/trustdb\&.gpg
 
117
.RS 4
 
118
Lokale Datenbank vertrauenswürdiger Archivschlüssel\&.
 
119
.RE
 
120
.PP
 
121
/usr/share/keyrings/debian\-archive\-keyring\&.gpg
 
122
.RS 4
 
123
Schlüsselring vertrauenswürdiger Schlüssel des Debian\-Archivs\&.
 
124
.RE
 
125
.PP
 
126
/usr/share/keyrings/debian\-archive\-removed\-keys\&.gpg
 
127
.RS 4
 
128
Schlüsselring entfernter vertrauenswürdiger Schlüssel des Debian\-Archivs\&.
 
129
.RE
 
130
.SH "SIEHE AUCH"
 
131
.PP
 
132
 
 
133
\fBapt-get\fR(8),
 
134
\fBapt-secure\fR(8)
 
135
.SH "FEHLER"
 
136
.PP
 
137
\m[blue]\fBAPT\-Fehlerseite\fR\m[]\&\s-2\u[1]\d\s+2\&. Wenn Sie einen Fehler in APT berichten möchten, lesen Sie bitte
 
138
/usr/share/doc/debian/bug\-reporting\&.txt
 
139
oder den
 
140
\fBreportbug\fR(1)\-Befehl\&. Verfassen Sie Fehlerberichte bitte auf Englisch\&.
 
141
.SH "AUTOR"
 
142
.PP
 
143
APT wurde vom APT\-Team geschrieben
 
144
apt@packages\&.debian\&.org\&.
 
145
.SH "ÜBERSETZUNG"
 
146
.PP
 
147
Die deutsche Übersetzung wurde 2009 von Chris Leick
 
148
c\&.leick@vollbio\&.de
 
149
angefertigt in Zusammenarbeit mit dem Debian German\-l10n\-Team
 
150
debian\-l10n\-german@lists\&.debian\&.org\&.
 
151
.PP
 
152
Note that this translated document may contain untranslated parts\&. This is done on purpose, to avoid losing content when the translation is lagging behind the original content\&.
 
153
.SH "AUTHOR"
 
154
.PP
 
155
\fBJason Gunthorpe\fR
 
156
.RS 4
 
157
.RE
 
158
.SH "COPYRIGHT"
 
159
.br
 
160
Copyright \(co 1998-2001 Jason Gunthorpe
 
161
.br
 
162
.SH "NOTES"
 
163
.IP " 1." 4
 
164
APT-Fehlerseite
 
165
.RS 4
 
166
\%http://bugs.debian.org/src:apt
 
167
.RE