TrumanWong

apt-key

Managing package keys in Debian Linux systems

Supplementary instructions

apt-key command is used to manage software package keys in Debian Linux systems. Each published deb package is authenticated by a key, and apt-key is used to manage the key.

grammar

apt-key(parameter)

Parameters

Operation instructions: APT key operation instructions.

Example

apt-key list # List the keys saved in the system.
apt-key add keyname # Add the downloaded key to the local trusted database.
apt-key del keyname # Delete the key from the local trusted database.
apt-key update # Update the local trusted database and delete expired keys.