|
34.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_get.go:34
|
|
35.
|
|
|
The help command displays information about snap commands.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
Der Befehl »help« zeigt Informationen über Snap-Befehle an.
|
|
|
Suggested by
Tobias Bannert
|
|
|
|
Located in
cmd/snap/cmd_help.go:36
|
|
36.
|
|
|
The info command shows detailed information about snaps.
The snaps can be specified by name or by path; names are looked for both in the
store and in the installed snaps; paths can refer to a .snap file, or to a
directory that contains an unpacked snap suitable for 'snap try' (an example
of this would be the 'prime' directory snapcraft produces).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
Der Befehl »info« zeigt ausführliche Informationen zu Snaps.
Die Snaps können nach Name oder Pfad angegeben werden. Namen werden sowohl im
Store und in den installierten Snaps gesucht; Pfade können sich beziehen auf eine .snap-Datei oder auf ein
Verzeichnis, das einen entpackten Snap enthält, der für »snap trys« geeignet ist (ein Beispiel
davon wäre das »prime«-Verzeichnis, das snapcraft produziert).
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_info.go:59
|
|
37.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
Christoph Gerlach
|
|
Reviewed by
Christoph Gerlach
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:52
|
|
38.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Der Befehl »interface« zeigt Details zu den Snap-Schnittstellen an.
Wenn kein Schnittstellenname angegeben ist, wird eine Liste mit Schnittstellennamen
angezeigt, die mindestens eine Verbindung aufweisen. Oder es
wird eine Liste aller Schnittstellen angezeigt, wenn »--all« angegeben wurde.
|
|
Translated and reviewed by
Dennis Baudys
|
|
|
|
Located in
cmd/snap/cmd_interface.go:45
|
|
39.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Dennis Baudys
|
|
|
|
Located in
cmd/snap/cmd_interfaces.go:40
|
|
40.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Der Befehl "is-connected" gibt einen Erfolg zurück, wenn der angegebene Stecker oder Steckplatz des
aufrufenden Snap verbunden ist, andernfalls schlägt er fehl.
$ snapctl is-connected plug
$ echo $?
1
Snaps können nur ihre eigenen Plugs und Slots abfragen - der Snap-Name ist implizit und
durch den snapctl-Ausführungskontext impliziert.
Die Option --list listet alle angeschlossenen Plugs und Slots auf.
Die Optionen --pid und --aparmor-label können verwendet werden, um festzustellen, ob
ein Stecker oder Steckplatz mit dem Snap verbunden ist, der durch die angegebene
Prozess-ID oder AppArmor-Label identifiziert wird. In diesem Modus können zusätzliche Fehler-Exit-Codes
Fehlercodes zurückgegeben werden: 10, wenn der andere Snap nicht verbunden ist, sondern
klassisches Confinement verwendet, oder 11, wenn der andere Prozess nicht mit einem Snap verbunden ist.
Die Optionen --pid und --apparmor-label können nur mit Slots des
Schnittstellentyp "pulseaudio", "audio-record", oder "cups-control" verwendet werden.
|
|
Translated by
Christoph Gerlach
|
|
Reviewed by
Christoph Gerlach
|
|
|
|
Located in
overlord/hookstate/ctlcmd/is_connected.go:54
|
|
41.
|
|
|
The keys command lists cryptographic keys that can be used for signing
assertions.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
Der Befehl »keys« listet kryptografische Schlüssel auf, die zum Signieren von Assertionen verwendet
werden können.
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_keys.go:39
|
|
42.
|
|
|
The kmod command handles loading and unloading of kernel modules.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Der kmod-Befehl behandelt das Laden und Entladen von Kernel-Modulen.
|
|
Translated and reviewed by
Torsten Franz
|
|
|
|
Located in
overlord/hookstate/ctlcmd/kmod.go:35
|
|
43.
|
|
|
The known command shows known assertions of the provided type.
If header=value pairs are provided after the assertion type, the assertions
shown must also have the specified headers matching the provided values.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Der Befehl »known« zeigt bekannte Assertionen des angegebenen Typs.
Wenn header=value-Paare nach dem Assertionstyp angegeben werden, müssen die Assertionen
den angegebenen Headers mit den angegebenen Werten entsprechen.
|
|
Translated by
schuko24
|
|
Reviewed by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_known.go:49
|