LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   yum reports package "- is not signed" (https://www.linuxquestions.org/questions/linux-server-73/yum-reports-package-is-not-signed-834148/)

Hi_This_is_Dev 09-23-2010 10:34 PM

yum reports package "- is not signed"
 
Hi,


I have configured yum server on my RHEL 5.x box. I just tried to install a particular RPM which is in fact a reference manual of MySQL.

Here is what I did:

First, listing the available packages:

Code:

[root@mahadeva ~]# yum list available
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
Available Packages
mysql-refman-5.6-en-pdf.noarch          1-20100903            myApps

Secondly, installing the above RPM:

Code:

[root@mahadeva ~]# yum install mysql-refman*
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package mysql-refman-5.6-en-pdf.noarch 0:1-20100903 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                Arch      Version          Repository        Size
=============================================================================
Installing:
 mysql-refman-5.6-en-pdf  noarch    1-20100903      myApps            33 M

Transaction Summary
=============================================================================
Install      1 Package(s)
Update      0 Package(s)
Remove      0 Package(s)

Total download size: 33 M
Is this ok [y/N]: y

After confirming the download process I am getting this message:

Code:

Downloading Packages:
Package mysql-refman-5[1].6-en-pdf-1-20100903.noarch.rpm is not signed
[root@mahadeva ~]#

How to tackle it?

arunpmenon 09-23-2010 11:32 PM

yum install --nogpgcheck may fix your problem.

Hi_This_is_Dev 09-23-2010 11:47 PM

Quote:

Originally Posted by arunpmenon (Post 4107322)
yum install --nogpgcheck may fix your problem.

Code:

[root@mahadeva ~]# yum install --nogpgcheck mysql-refman*
<Output truncated...>

Code:

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: mysql-refman-5.6-en-pdf      ######################### [1/1]

Installed: mysql-refman-5.6-en-pdf.noarch 0:1-20100903
Complete!
[root@mahadeva ~]#


Thanks! Here is your fees... :twocents:

John VV 09-24-2010 03:47 AM

from your out put
Code:

.....
This system is not registered with RHN.
RHN support will be disabled.
....

you might WANT to fix that
using RHN will make your life MUCH easier
for starters you get bug fixes and security fixes and software updates

divyashree 09-24-2010 06:38 AM

But it's not good to install a package without checking.


All times are GMT -5. The time now is 07:28 AM.