Yum server Configuration Install package “Nothing to do” Error in Red Hat Linux

If you got the error message like
[root@kumar ~]# yum install bind*
………………….
………………
RHN support will be disabled.
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do

Then it mean there bind package is already is install
So check it is it already installed or not in Red hat enterprise Linux –RHCL5
Otherwise you can try to install any other package like httpd*,nfs*,ypserv*
#yum install httpd*
#yum install nfs*
#yum install ypserv*
If you did not get the error message mean it is not problem in you yum yellow update modifier configuration.

Post a Comment

0 Comments