Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-19-2005, 02:49 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Rep:
|
error with yum install
I downloaded digikam for their home site and did a yum localinstall and this is the error I get at the end. What is the problem and how to fix it please.
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID ff6382fa
public key not available for digikam-0.7.4-0.1.fc4.kde.i386.rpm
|
|
|
|
09-19-2005, 03:25 PM
|
#2
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
That kinda looks more like a warning than error.
With a bit of digging, I found one at http://rpm.pbone.net/index.php3/stat....i386.rpm.html
and installed it with no warningings or errors....
yum localinstall digikam-0.7.4-0.1.fc4.kde.i386.rpm
It did install some dependencies
Code:
Installing:
digikam i386 0.7.4-0.1.fc4.kde digikam-0.7.4-0.1.fc4.kde.i386.rpm 5.8 M
Installing for dependencies:
imlib2 i386 1.2.0-8.fc4 extras 590 k
libkexif i386 0.2.1-4.fc4 extras 48 k
libkipi i386 0.1.1-1.2.fc4 extras 122 k
|
|
|
|
09-19-2005, 06:10 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
Thnx for the quick response -- the file I downloaded from is the same one but I used the link below the one you used -- I have just downloaded from your link and I will try it -- this is just a thought and being still quite new to all this stuff ie: dependencies, repositories -- is it possible that my repositories are not the right ones
|
|
|
|
09-19-2005, 06:35 PM
|
#4
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Quote:
|
dependencies, repositories -- is it possible that my repositories are not the right ones
|
The extras repo is pretty basic and not likely to be too far off. I don't use testing or devel repos but unless you are having issues with yum in general, you probably are ok with your repos.
|
|
|
|
09-19-2005, 10:05 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
thx for trying to help nothing seems to work for me it's getting kinda frustrating.
|
|
|
|
09-19-2005, 10:39 PM
|
#6
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Are you still having problems with digikam or other problems?
|
|
|
|
09-19-2005, 10:57 PM
|
#7
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
Yes I am. I can't get Digikam installed using yum it tells me its looking for a key. I tried installing from a tarball and in the ./configure got the message at the end that the c compiler was not able to complete the job -- when to the forum and found users with the same problem. Did all the suggestions that where given and still have the problem although the original user was fixed up. I don't know if this is all worth it . I have spent all evening trying to install this program and I'm no closer than when I first started. Please tell me it get's better.
|
|
|
|
09-19-2005, 11:03 PM
|
#8
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Quote:
|
yum it tells me its looking for a key
|
Perhaps you could post the actual message.
|
|
|
|
09-19-2005, 11:23 PM
|
#9
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
You need to import the gpg key of the packager of that particular rpm. I am sure digikam is in one of the FC repos. Try,
Code:
#yum install digikam
|
|
|
|
09-20-2005, 06:54 AM
|
#10
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
thx again for replying so soon. unfortunately I have been there and if the key rpm is there I cannot see it. I have tried downloading from the digikam home site and I cannot configure the un-tar'd file because the compiler has an error. So as much as I hate to think of doing it I may have to reinstall Fedora 4 incase it's a problem in the original install.
|
|
|
|
09-20-2005, 08:36 AM
|
#11
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Code:
#rpm --import http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras
#yum install digikam
|
|
|
|
09-20-2005, 09:21 AM
|
#12
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
I didn't notice that digikam is available in the extras repo. That makes installing it easy for you and all you really need to do is get the yum keys installed to use yum.
Code:
You could import the key with this command:
rpm --import /usr/share/rhn/RPM-GPG-KEY
Then, install digikam with this command:
yum install digikam
Might as well update everything while you're at it:
yum update
|
|
|
|
09-20-2005, 10:44 AM
|
#13
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
How's that for a coincidence. I went in to Chapters this morning an was looking through a Linux book and it showed the same possible key solution so I am going to do that shortly. Thx
|
|
|
|
09-20-2005, 11:19 AM
|
#14
|
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Great! Let us know how it goes.
Also, note that yum update will likely give you a new kernel and a new entry in the boot menu. You will want to boot up with that new kernel and then you can remove the old kernel.
I found it easiest to list the installed kernels with the command:
rpm -qa | grep kernel
Then copy/paste the old kernel into a yum remove command like this.....
yum remove ( put old kernel info here )
|
|
|
|
09-20-2005, 10:06 PM
|
#15
|
|
LQ Newbie
Registered: Sep 2005
Location: St. Catharines,ON
Posts: 11
Original Poster
Rep:
|
Digikam installed
To all that sent their help it is greatly appreciated and the key that reddazz gave was the one I needed and Digikam is finally installed again thx all
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|