Forrest logo
back to context overview

apt-key

List of commands for apt-key:

  • apt-key:ai:b1d0c Add the missing public key to resolve the GPG error
    $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E2E496114ACDBFD4
    try on your machine
    explain this command
  • apt-key:tldr:25c67 apt-key: Add a key to the trusted keystore.
    $ apt-key add ${public_key_file-asc}
    try on your machine
    explain this command
  • apt-key:tldr:6218e apt-key: Delete a key from the trusted keystore.
    $ apt-key del ${key_id}
    try on your machine
    explain this command
  • apt-key:tldr:6f574 apt-key: List trusted keys.
    $ apt-key list
    try on your machine
    explain this command
  • apt-key:tldr:fa624 apt-key: Add a key from keyserver with only key id.
    $ apt-key adv --keyserver ${pgp-mit-edu} --recv ${KEYID}
    try on your machine
    explain this command
back to context overview