![]() |
Linux Software Repositories |
|
Command line configuration for RPM On an RPM-based system (Fedora, SUSE, Mandriva, RHEL, etc.), download the key and then use Run these commands as root: wget https://dl-ssl.google.com/linux/linux_signing_key.pub You can verify the key installation by running: rpm -qi gpg-pubkey-7fac5991-4615767f To manually verify an RPM package, you can run the command: rpm --checksig -v packagename.rpm RPM can verify and install packages, but it doesn't interact with repositories directly. See the other configuration guides for information on configuring your system to use the Google repositories. |