💾 Archived View for freeshell.de › tldr › pacman-key.gmi captured on 2023-04-20 at 00:20:02. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Wrapper script for GnuPG used to manage pacman's keyring.
sudo pacman-key --init
sudo pacman-key --populate {archlinux}
pacman-key --list-keys
sudo pacman-key --add {path/to/keyfile.gpg}
sudo pacman-key --recv-keys "{uid|name|email}"
pacman-key --finger "{uid|name|email}"
sudo pacman-key --lsign-key "{uid|name|email}"
sudo pacman-key --delete "{uid|name|email}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).