LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install package prob (https://www.linuxquestions.org/questions/linux-newbie-8/install-package-prob-326696/)

jojojo 05-24-2005 03:31 PM

Install package prob
 
I was installing aalib-devel.....rpm package. Below are the process:

Code:

[root@localhost Desktop]# yum install aalib-devel*
Setting up Install Process
Setting up Repos
livna-stable              100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
livna-unstable            100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
livna-testing            100% |=========================|  951 B    00:00
Reading repository metadata in from local files
livna-stab: ################################################## 217/217
primary.xml.gz            100% |=========================| 345 kB    00:03
MD Read  : ################################################## 890/890
updates-re: ################################################## 890/890
livna-unst: ################################################## 68/68
base      : ################################################## 2622/2622
livna-test: ################################################## 44/44
Examining aalib-devel-1.4.0-5.1.fc3.rf.i386.rpm: aalib-devel - 1.4.0-5.1.fc3.rf.i386
Marking aalib-devel-1.4.0-5.1.fc3.rf.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package aalib-devel.i386 0:1.4.0-5.1.fc3.rf set to be updated
--> Running transaction check
--> Processing Dependency: ncurses-devel for package: aalib-devel
--> Processing Dependency: gpm-devel for package: aalib-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for gpm-devel to pack into transaction set.
gpm-devel-1.20.1-66.i386. 100% |=========================|  12 kB    00:00
---> Package gpm-devel.i386 0:1.20.1-66 set to be updated
---> Downloading header for ncurses-devel to pack into transaction set.
ncurses-devel-5.4-13.i386 100% |=========================|  88 kB    00:00
---> Package ncurses-devel.i386 0:5.4-13 set to be updated
--> Running transaction check

Dependencies Resolved
Transaction Listing:
  Install: aalib-devel.i386 0:1.4.0-5.1.fc3.rf - aalib-devel-1.4.0-5.1.fc3.rf.i386.rpm

Performing the following to resolve dependencies:
  Install: gpm-devel.i386 0:1.20.1-66 - base
  Install: ncurses-devel.i386 0:5.4-13 - base
Total download size: 1.7 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): gpm-devel-1.20.1-6 100% |=========================|  24 kB    00:00
(2/2): ncurses-devel-5.4- 100% |=========================| 1.4 MB    00:14
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 6b8d79e6
public key not available for aalib-devel-1.4.0-5.1.fc3.rf.i386.rpm

At the end there you see "public key not available for aalib-devel-1.4.0-5.1.fc3.rf.i386.rpm". What does it mean? Is the istallation finish?

homey 05-24-2005 06:41 PM

Quote:

Performing the following to resolve dependencies:
Install: gpm-devel.i386 0:1.20.1-66 - base
Install: ncurses-devel.i386 0:5.4-13 - base
It looks like your package came from the Fedora base repo. The message at the bottom means you have gpg checking turned on which is good, but you haven't imported the gpg keys yet.
To do that, try this command as root user:
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora

Just in case you haven't done the livna key yet, that uses the command:
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

Also, if you are interested, here is the repo for Fedora extras with key instructions....
Code:

[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/
enabled=1
gpgcheck=1

To import the key:
rpm --import http://download.fedora.redhat.com/pu...-Fedora-Extras



All times are GMT -5. The time now is 01:50 PM.