To verify RPM packages you should install the packager's GPG key using the following command:
# rpm --import <THEIR-GPG-KEY>
You can list the keys you have imported like this:
# rpm -q gpg-pubkey --qf "%{summary} -> %{version}-%{release}\n"
To verify RPM packages you should install the packager's GPG key using the following command:
# rpm --import <THEIR-GPG-KEY>
You can list the keys you have imported like this:
# rpm -q gpg-pubkey --qf "%{summary} -> %{version}-%{release}\n"
RpmGpgKeys (last edited 2006-04-01 16:08:59 by scorpio)