Difference between revisions of "Apt-key"
Jump to navigation
Jump to search
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 | + | {{lowercase}} |
+ | |||
+ | * <code>[[apt-key --help]]</code> | ||
+ | * <code>[[apt-key add]]</code> | ||
+ | * <code>[[apt-key adv]]</code> | ||
+ | * <code>[[apt-key list]]</code> | ||
+ | * <code>[[apt-key update]]</code> | ||
+ | |||
+ | == Examples == | ||
+ | sudo [[apt-key adv]] --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 | ||
Executing: /tmp/apt-key-gpghome.RAaH5cV15V/gpg.1.sh --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 | Executing: /tmp/apt-key-gpghome.RAaH5cV15V/gpg.1.sh --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 | ||
Line 13: | Line 22: | ||
gpg: Total number processed: 1 | gpg: Total number processed: 1 | ||
gpg: imported: 1 | gpg: imported: 1 | ||
+ | |||
+ | == [[Deprecation]] == | ||
+ | W: https://apt.releases.hashicorp.com/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. | ||
+ | |||
+ | Warning: apt-key is deprecated. Manage keyring files in [[trusted.gpg.d]] instead (see apt-key(8)). | ||
== Related commands == | == Related commands == | ||
Line 19: | Line 33: | ||
== See also == | == See also == | ||
+ | * {{apt-key}} | ||
* {{APT}} | * {{APT}} | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:APT]] | [[Category:APT]] |
Latest revision as of 10:46, 8 December 2023
Examples[edit]
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 Executing: /tmp/apt-key-gpghome.RAaH5cV15V/gpg.1.sh --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6494C6D6997C215E gpg: key F1656F24C74CD1D8: 6 signatures not checked due to missing keys gpg: key F1656F24C74CD1D8: public key "MariaDB Signing Key <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C208ADDE26C2B797 gpg: key C208ADDE26C2B797: public key "Hewlett Packard Enterprise Company RSA-2048-25 <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1
Deprecation[edit]
W: https://apt.releases.hashicorp.com/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Related commands[edit]
See also[edit]
apt-key
,apt-key [ add | adv | list ]
,apt-key --keyring
,apt-key --help
APT
:wajig
,apt-cache
,add-apt-repository
PPA,apt
[install
|remove
|purge | show | list | changelog
|update
|upgrade
],do-release-upgrade
,apt-mark
,apt full-upgrade
,sources.list
, APT Automatic updates,unattended-upgrade
,apt-transport-https
,apt-get update
,/etc/apt/
,/etc/apt/apt.conf.d/50unattended-upgrades
,/etc/apt/apt.conf.d/
,/etc/apt/apt.conf.d/20auto-upgrades
,apt-file, apt-utils
Advertising: