# verifying-rpms.txt # Test to see if el5 oracle gpg key has already been installed: rpm -q gpg-pubkey-1e5e0159-464d0428 # If key is not installed, # install the gpg-key "RPM-GPG-KEY-oracle" located in this directory: rpm --import http://oss.oracle.com/el5/RPM-GPG-KEY-oracle # or copy to your local machine and do: "rpm --import RPM-GPG-KEY-oracle" # To verify rpm(s): # "rpm --checksig <rpm name(s)>" or alternate syntax, "rpm -K <rpm name(s)" example: rpm --checksig gtk2* gtk2-2.4.13-19.src.rpm: (sha1) dsa sha1 md5 gpg OK gtk2-engines-2.2.0-7.el4.src.rpm: (sha1) dsa sha1 md5 gpg OK