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...")
 
(Blanked the page)
 
Line 1: Line 1:
[[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-6-key@centos.org>)
 
gpg(Dag Wieers (Dag Apt Repository v1.0) <dag@wieers.com>)
 
</pre></code>
 
 
So we can check if a key is (or not) installed (by cfengine) and eventually import the key automatically.
 

Latest revision as of 21:21, 19 March 2012

Pages in category "RPM"

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