|
519.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_debug.go:29
|
|
520.
|
|
|

The delete-key command deletes the local cryptographic key pair with 
the given name.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_delete_key.go:41
|
|
521.
|
|
|

The disable command disables a snap. The binaries and services of the 
snap will no longer be available, but all the data is still available 
and the snap can easily be enabled again.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:119
|
|
522.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_disconnect.go:41
|
|
523.
|
|
|

The download command downloads the given snap and its supporting assertions 
to the current directory with .snap and .assert file extensions, respectively.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_download.go:51
|
|
524.
|
|
|

The enable command enables a snap that was previously disabled.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|

O comando enable habilita um snap que foi desabilitado anteriormente.
|
|
Translated and reviewed by
Tiago Hillebrandt
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:115
|
|
525.
|
|
|

The export-key command exports a public key assertion body that may be 
imported by other systems.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_export_key.go:43
|
|
526.
|
|
|

The file-access command returns information about a snap's file system access.

This command is used by the xdg-document-portal service to identify 
files that do not need to be proxied to provide access within 
confinement.

File paths are interpreted as host file system paths. The tool may 
return false negatives (e.g. report that a file path is unreadable, 
despite being readable under a different path). It also does not 
check if file system permissions would render a file unreadable.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_routine_file_access.go:43
|
|
527.
|
|
|

The find command queries the store for available packages.

With the --private flag, which requires the user to be logged-in to the store 
(see 'snap help login'), it instead searches for private snaps that the user 
has developer access to, either directly or through the store's collaboration 
feature.

A green check mark (given color and unicode support) after a publisher name 
indicates that the publisher has been verified.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_find.go:40
|
|
528.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_snapshot.go:66
|