mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
374 B
374 B
apt-key
Key management utility for the APT Package Manager on Debian and Ubuntu
- List trusted keys
apt-key list
- Add a key to the trusted keystore
apt-key add {{public_key_file.asc}}
- Delete a key from the trusted keystore
apt-key del {{key_id}}
- Add a remote key to the trusted keystore
wget -qO - {{https://host.tld/filename.key}} | apt-key add -