LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   rpm not signed? (https://www.linuxquestions.org/questions/fedora-35/rpm-not-signed-429312/)

smgregory 03-28-2006 11:30 AM

rpm not signed?
 
Yet another newbie question...What do you do when installing a package and the "package is not signed"? Case in point: I'm trying to install Novell GroupWise 7.0 on my new FC5 machine. I have downloaded the files, unzipped and untarred, and am left with the rpm. I used yum to install the file (to eliminate my hunting for the dependencies). Yum reports the dependencies, lists the files to download, asks for my ok...I say "yes" and it starts to proceed but then reports that the rpm "is not signed" and stops the installation. What to do? How to get the package to install?

Thanks!

Lenard 03-28-2006 12:16 PM

Use yum to install just the dependencies first, then use rpm (which is what yum calls anyhow) to install the Novell GroupWise 7.0;

# rpm -Uvh <name_of the_rpm_package_here>


All times are GMT -5. The time now is 11:00 PM.