-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

apt-key


> 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).

More information.


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 -

Add a key from keyserver with only key id:

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).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:37:40 2024