Results 1 to 2 of 2
I'm using Fedora Core 1 and trying to install various RPMs, but I keep getting the following message for nearly everything I want to install:
warning: kdelibs-3.2.2-3.src.rpm: V3 DSA signature: ...
- 04-23-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 2
warning: kdelibs-3.2.2-3.src.rpm: V3 DSA signature: NOKEY, k
I'm using Fedora Core 1 and trying to install various RPMs, but I keep getting the following message for nearly everything I want to install:
warning: kdelibs-3.2.2-3.src.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
I enter "rpm -i warning: kdelibs-3.2.2-3.src.rpm" and out comes that warning message, and the RPM is not installed.
Of course the package name changes, but I'm mystified by what I should do to correct this.
Thanks in advance.
- 04-25-2004 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
type "rpm --rebuild kdelibs....."
.src.rpm files contain sourece that needs to be build, installign them just copies that source to /usr/src/RPM/build
provided the rebuild command doesnt give any aerros it will make rpms in /usr/src/RPM/RPMS/i586/ that u can isntall with rpm -Uvh filename


Reply With Quote
