fyzyk007 wrote: > > Hi, > > I wanted to install Java (jdk-1_5_0_10-linux-i586.bin) following the > instructions on FedoraFaq pages (http://www.fedorafaq.org/). > During the last installation point: > " yum localinstall /usr/src/redhat/RPMS/i586/java-1.5.0-sun-* " > i have got a message: > "Package java-1.5.0-sun-fonts-1.5.0.10-2jpp.i586.rpm is not signed" > and the installation did not get successful. > > I do not know what it means "..NOT signed" or if there are some problems > somewhere else? > > Cheers, > Jaroslav > RPM's can have a GnuPG signature that verifies that the package was built by the person that is says it was, and that it has not been modified sense signing. You have to have the person's public key in order to check the signature. (Each repo includes the keys necessary to check packages from the repo.) The message you are getting indicates that the RPM you have was not signed. With the default configuration, Yum will not install unsigned RPMs. If you are sure you trust the packages, you can probably install them using: rpm -ivh /usr/src/redhat/RPMS/i586/java-1.5.0-sun-* Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!