Difference between revisions of "Category:RPM"

From Asenjo
Jump to: navigation, search
(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...")
(No difference)

Revision as of 21:21, 19 March 2012

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