LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   redhat 9 & freshrpms (https://www.linuxquestions.org/questions/red-hat-31/redhat-9-and-freshrpms-86792/)

bcdonald 08-28-2003 07:47 PM

redhat 9 & freshrpms
 
having trouble installing rpms from freshrpms!
-no problems with redhat 8.0-

i've downloaded the RPM-GPG-KEY.txt and ran
# rpm --import RPM-GPG-KEY.txt
also have ran
# rpm --import /usr/share/doc/redhat-release-*/RPM-GPG-KEY

but still will not install
what am i missing?

peace 08-28-2003 07:59 PM

To install , try something like:

rpm -ivh foo.rpm

You said you are having troubles installing it? Use the -v option to use verbose mode, then you can post your specific errors.

bcdonald 08-28-2003 08:09 PM

Thanks for the reply Andrew, but i think you misunderstood my question. I know how to use rpm's. I'm getting bad signatures when trying to install rpm's. shrike.freshrpms.net sugested to install the public keys i mentioned above, did not work.

Bobmeister 08-28-2003 09:21 PM

I ran into the same problem when I started with RH9. After installing the key, it still didn't work. The I said, what the heck, I'll just install anyway and ignore the warnings...I haven't had any problems installing anything from Fresh RPMs, except, of course, solving lots of dependency issues (usually available right there too...just have to figure them out).

So is rpm NOT ALLOWING an installation? or just warning you about the signatures?

My experience is that it will still install even after the warning.

peace 08-29-2003 09:12 AM

Sorry about misunderstanding what you meant. Like Bobmeister said,
if you are simply getting signature warnings after the installation, the RPM should still be installed and be working perfectly.

misc 08-29-2003 09:57 AM

:confused:

What exactly is the problem?

For packages from freshrpms.net you would need to import the freshrpms.net public key. In your example you did only import Red Hat's key.

bcdonald 08-29-2003 09:29 PM

Thanks for the help,
The rpms install fine but just give me a warning. So i'm good to go.
One of the major problems is that at first I was just clicking on the rpm to install it, and that does not work at all.

*attention misc*
RPM-GPG-KEY.txt is the public key from freshrpms.

misc 08-29-2003 11:32 PM

Quote:

Originally posted by bcdonald
The rpms install fine but just give me a warning.
What warning?
Quote:

*attention misc*
RPM-GPG-KEY.txt is the public key from freshrpms.
Didn't become clear since you referred to /usr/share/doc/redhat-release* which has nothing to do with freshrpms.net

Consider giving more detailed examples, in particular example output, such as warnings, errors,...

ekp 08-31-2003 07:54 AM

I also have problems with the GPG keys. I installed them I think improperly so now I can not import keys. There were two keys to install and I installed in the wrong order. I need the correct keys to use APT because APT will not proceed without them.

misc 08-31-2003 09:43 AM

List all the imported keys:

rpm --query --all 'gpg-pubkey*'

Then delete them to your liking, e.g.

rpm --erase gpg-pubkey-db42a60e-37ea5438

RPM's key parser has problems importing some keys. It's a known bug in the bug database.

ekp 08-31-2003 10:46 PM

All I receive after the query is "contains no files" listed about eight times.

misc 09-01-2003 08:54 AM

Sorry, there was a typo:

rpm --query --all 'gpg-pubkey*'

You could have looked up the options in "man rpm". Easier and quickier than waiting for me or someone else to fix it here.


All times are GMT -5. The time now is 02:49 PM.