Results 1 to 5 of 5
I am very new to the fedora and this forum. In fact this is my first post if it goes well. I am trying to install ncbi-blast and it gives ...
- 11-10-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
Puplic Key not installed
I am very new to the fedora and this forum. In fact this is my first post if it goes well. I am trying to install ncbi-blast and it gives this message "Public key for ncbi-blas-2.2.6-0.fdr.3.i386.rpm is not installed". Please guide me in this regard.
Tnaks
- 11-10-2009 #2
Depends on where you're downloading the package from.
Based on what google can tell me, I'm guessing this website.
BioRPMs
In which case doMore on digital signatures and public keys.Code:su -c 'rpm --import http://serine.umdnj.edu/~golharam/biorpms/biorpm.pubkey'
Digital signature - Wikipedia, the free encyclopedia
- 11-10-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
Thank you reed9 for kind reply. although a key like thing is present on this url, but when I run it, it returns this message " error: url above: import failed" please tell me how to implement it and get the software installed. url is as given by u, I am not allowed to post urls.
Thanks
- 11-10-2009 #4
Fedora systems aren't really my thing, but try it this way
Code:cd ~ wget http://serine.umdnj.edu/~golharam/biorpms/biorpm.pubkey su -c 'rpm --import ~/biorpm.pubkey'
- 11-11-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
Thank you very mcuh reed9. the problem seems to be solved. I did it this way. Opened the key webpage saved it in text format and run the command as you suggested in your first reply giving the name of file instead of url and then installed the software.
Thanks


Reply With Quote