
apt-key
List of commands for apt-key:
-
apt-key:tldr:25c67 apt-key: Add a key to the trusted keystore.$ apt-key add ${public_key_file-asc}try on your machineexplain this command
-
apt-key:tldr:6218e apt-key: Delete a key from the trusted keystore.$ apt-key del ${key_id}try on your machineexplain this command
-
apt-key:tldr:6f574 apt-key: List trusted keys.$ apt-key listtry on your machineexplain 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 machineexplain this command