I have configured several repositories on my CentOS 5 box. As an effect, command:
yum search nagios
outputs just mess - thousands of duplicated packages.
To make my life easier I would like for example to search for package nagios only in specific repo, like rpmforge and with minimum version '3', for example.
How can I achieve this?
UPDATE Tue Jul 10 18:04:26 ICT 2012:
# yum --disablerepo=* --enablerepo=rpmforge list avaiable nagios | awk '$2 >= 3 { print $0 }'