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?