Tagged Questions
0
votes
1answer
598 views
Public key not found for RPM
I am trying to install package on Redhat 5.5 using YUM but it always give me this error
[root@redhat64 Desktop]# yum install perl-Net-Server-0.97-1.el5.rf.noarch.rpm Loaded plugins: rhnplugin, ...
1
vote
1answer
1k views
What means warning: rpmts_HdrFromFdno when installing from rpmfusion?
Installing a media player from rpmfusion (via yum) yields following output:
Transaction Summary
================================================================================
Install 3 Packages ...
4
votes
3answers
688 views
When importing a key during a yum installation, where is that key stored?
I'm installing a piece of software for which I had to use a third-party repository. After adding the repository with rpm -Uvh http://[site], I installed with yum install [package]. One of the ...
1
vote
2answers
3k views
CentOS yum repository bad Header V4 RSA/SHA1 signature
I was coping with many problems to get stuck with this one.
I have installed yum repository on server (CentOS 5.6) with:
createrepo -v -s sha yumrepo/
sha is used due to solution to my earlier ...