Difference between revisions of "Apt-key add"
Jump to navigation
Jump to search
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | <code>[[curl]] https://repos.insights.digitalocean.com/sonar-agent.asc | sudo [[apt-key add]] -</code> | |
+ | |||
+ | [[apt-key --keyring]] [[/usr/share/keyrings/]]cloud.google.gpg add - | ||
+ | |||
+ | [[GitLab]] | ||
+ | [[curl --silent]] https://packages.gitlab.com/gpg.key | sudo apt-key add - | ||
+ | OK | ||
+ | |||
+ | [[logstash]] | ||
+ | <code>[[wget -qO]] - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</code> | ||
+ | Warning: apt-key is deprecated. Manage [[keyring]] files in [[trusted.gpg.d]] instead (see apt-key(8)). | ||
+ | OK | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[apt-transport-https]]</code> | ||
+ | * <code>[[/etc/apt/sources.list.d/]]</code> | ||
== See also == | == See also == | ||
* {{apt-key}} | * {{apt-key}} | ||
+ | [[Category:APT]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 19:54, 31 January 2023
curl https://repos.insights.digitalocean.com/sonar-agent.asc | sudo apt-key add -
apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
curl --silent https://packages.gitlab.com/gpg.key | sudo apt-key add - OK
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Related[edit]
See also[edit]
apt-key
,apt-key [ add | adv | list ]
,apt-key --keyring
,apt-key --help
Advertising: