Category:RPM

From Asenjo
Revision as of 20:21, 19 March 2012 by Natxo (Talk | contribs) (Created page with "[[Category::RPM]] == List installed gpg keys in rpm database == <code> <pre> # rpm -q gpg-pubkey --qf "%{summary}\n" gpg(CentOS-6 Key (CentOS 6 Official Signing Key) <centos...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[[Category::RPM]]

List installed gpg keys in rpm database

# rpm -q gpg-pubkey --qf "%{summary}\n"
gpg(CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org>)
gpg(Dag Wieers (Dag Apt Repository v1.0) <dag@wieers.com>)

So we can check if a key is (or not) installed (by cfengine) and eventually import the key automatically.

Pages in category "RPM"

The following 3 pages are in this category, out of 3 total.