💾 Archived View for freeshell.de › tldr › apt-key.gmi captured on 2023-11-04 at 12:06:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Key management utility for the APT Package Manager on Debian and Ubuntu.
Note: `apt-key` is now deprecated (except for the use of `apt-key del` in maintainer scripts).
apt-key list
apt-key add {public_key_file.asc}
apt-key del {key_id}
wget -qO - {https://host.tld/filename.key} | apt-key add -
apt-key adv --keyserver {pgp.mit.edu} --recv {KEYID}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).