LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Just installed FC3, can't install .rpms! (GPG Keys?) (https://www.linuxquestions.org/questions/fedora-35/just-installed-fc3-cant-install-rpms-gpg-keys-349836/)

Eerath 08-04-2005 03:03 AM

Just installed FC3, can't install .rpms! (GPG Keys?)
 
I've been using Mepis for the last few weeks, but I totally *&%$ up the system whilst trying to connect to the internet with one of those infamous Alcatel modems, so I decided to have a fresh start with FC3.

I have some RPMs which need installing for the modem, but when I run YUM in terminal (Logged in as root) using

Code:

yum install package.rpm
It says something about needing GPG keys! What on earth are GPG keys!

If GPG keys have something to do with SELinux, I chose 'Disable' during installation of FC3.

satinet 08-04-2005 03:05 AM

go back to mepis??

lol it's way better than FC

Eerath 08-04-2005 03:38 AM

Good advice, just not very helpful ;)

shams 08-04-2005 10:47 PM

disable gpgcheck
 
hi,
disable the gpgcheck from /etc/yum.conf or in each repo in /etc/yum.repos.d.

WhatsHisName 08-05-2005 12:07 PM

GPG Keys are public encryption keys that will be used to verify the authenticity and intactness of the rpms. It helps make the rpms tamper resistant.

What you need to do is to import the key(s) for each repository you plan to use. The fedora keys are probably already available on your hard drive for importation, but I will show you how to import two from repositories as examples.

If you don’t already know where the keys are located, you can just poke around the repository and find them. For example, if you go to freshrpms and poke around a little, you will find:

http://freshrpms.net/RPM-GPG-KEY-freshrpms

If you poke around FC3, you will find:

http://download.fedora.redhat.com/pu...GPG-KEY-fedora


Importing them from the terminal with root privileges is really simple:

rpm --import http://freshrpms.net/RPM-GPG-KEY-freshrpms
rpm --import http://download.fedora.redhat.com/pu...GPG-KEY-fedora


For FC3, you should be able to find the RedHat keys on the hard drive:

rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*

which imports 6 keys.


Not using the GPG keys to authenticate the packages makes about as much sense as not using login passwords in linux.


All times are GMT -5. The time now is 08:15 PM.