///// vim:set ts=4 sw=4 syntax=asciidoc noet: ///// pacman-key(8) ============= Name ---- pacman-key - manage pacman's list of trusted keys Synopsis -------- 'pacman-key' [options] command [arguments] Description ----------- The script pacman-key manage pacman's keyring. It imports, exports, fetches from keyservers, helps in the process of trusting and updates the trust database. Options ------- *\--config*:: Set an alternative configuration file to use. Default is /etc/pacman.conf *\--gpg-dir*:: Set an alternative home directory for GnuPG. Default is set in /etc/pacman.conf Commands ------- *-a, \--add [] ...*:: Add the key contained in (empty for stdin) *-d, \--del ...*:: Remove the key *-e, \--export ...*:: Output the key *-r, \--receive ...*:: Fetch the keyids from the specified keyserver URL *-t, \--trust ...*:: Set the trust level of the given key *-u, \--updatedb*:: Update the trustdb of pacman *\--reload*:: Reloads the keys from the keyring package *-l, \--list*:: List keys *-f, \--finger [ ...*:: List fingerprint for specified keyids (or for all, if none is specified *\--adv *:: Use pacman's keyring as target for advanced commands *-h, \--help*:: Displays this message *-v, \--version*:: Displays the current version See Also -------- linkman:pacman.conf[5] include::footer.txt[]