Dear Paul, I am trying to follow the rules of your mailing list. Sorry for my mistakes.
This post was much better. Thank you.
> Here you can find the output of my installation
process:
[root@organics ~]# rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY [root@organics ~]# yum install openmotif21 Setting up Install Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2852/2852
primary.xml.gz 100% |=========================| 310 kB 00:00 MD Read : ################################################## 741/741 updates-re: ################################################## 741/741 Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package openmotif21.i386 0:2.1.30-11.FC3.1 set to be installed
--> Running transaction check
--> Processing Dependency: libXp.so.6 for package: openmotif21 --> Restarting Dependency Resolution with new changes. Populating --> transaction set with selected packages. Please wait.
---> Package xorg-x11-deprecated-libs.i386 0:6.8.1-12.FC3.21 set to be
installed--> Running transaction check
Dependencies Resolved Transaction Listing: Install: openmotif21.i386 0:2.1.30-11.FC3.1
Performing the following to resolve dependencies:
Install: xorg-x11-deprecated-libs.i386 0:6.8.1-12.FC3.21
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2
public key not available for
//var/cache/yum/updates-released/packages/openmotif21-2.1.30-11.FC3.1.i3
86.rpm
public key not available for
//var/cache/yum/updates-released/packages/xorg-x11-deprecated-libs-6.8.1
-12.FC3.21.i386.rpm
[root@organics ~]# rpm -V openmotif21
package openmotif21 is not installed
[root@organics ~]# rpm -V openmotif21-2.1.30-11.src.rpm
package openmotif21-2.1.30-11.src.rpm is not installed [root@organics ~]#
I must say that the first time I performed it, it took much more time. Now I have performed it again to copy the output, but it has been much quicker. It seems the "NOKEY" warning does persist. Thanks for your attention.
I think the problem is that your yum configuration is set up to perform GPG checks of packages before installing them, but you have not set up the public keys.
Do this: # rpm --import /usr/share/doc/fedora-release-*/RPM-GPG-KEY*
and then try yum again.
You might also want to do "yum update" at some point when you can leave the machine to download lots of updates.
Paul.