Could you please tell me how to update the yum software on RHEL-5 ?
I want to update "yum tool" to the latest version so that I will get more options for installing the software using yum.
[root@pvfs3 ~]# uname -a
Linux pvfs3 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@pvfs3 ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.1 (Tikanga)
Kernel \r on an \m
[root@pvfs3 ~]# yum --version
Loading "security" plugin
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
3.0.1
[root@pvfs3 ~]# yum
Loading "security" plugin
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
You need to give some command
usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, list-security, provides, shell, install, whatprovides, groupinstall, update, groupupdate, info, search, check-update, list-sec, list, remove, info-sec, clean, info-security, grouperase >
options:
-h, --help show this help message and exit
-t, --tolerant be tolerant of errors
-C run entirely from cache, don't update cache
-c [config file] config file location
-R [minutes] maximum command wait time
-d [debug level] debugging output level
-e [error level] error output level
-y answer yes for all questions
--version show Yum version and exit
--installroot=[path] set install root
--enablerepo=[repo] enable one or more repositories (wildcards allowed)
--disablerepo=[repo] disable one or more repositories (wildcards allowed)
-x [package], --exclude=[package]
exclude package(s) by name or glob
--obsoletes enable obsoletes processing during updates
--noplugins disable Yum plugins
--security Include security relevant packages
--cve=CVE Include packages needed to fix the given CVE
--bz=BZ Include packages needed to fix the given BZ
--advisory=ADVISORY Include packages needed to fix the given advisory
[root@pvfs3 ~]#
Thanks & Regards ,
shashidhar
On Sun, Jul 5, 2009 at 7:39 PM, David Timms <dtimms@xxxxxxxxxxxx> wrote:
On 07/05/2009 01:59 AM, shashidhar velagandula wrote:Apparently, that would be because that package has not been signed. Perhaps this is because the package is in a testing repo, or a 3rd/4th party repo that doesn't sign their packages.
When I try to yum update /install a package .. it is listing the
packages to be updated and package downloading is also done ,,,but
suddenly it is quiting by giving some message as particular package is not
singed ,,,
After you determine the nature of the signing (ie you are very sure the package you are wanting to install is legitimate), you could use --nogpgcheck (at least this is available on current yum).
Another alternative would be to see if your yum has a --skip-broken option either built in or via a yum-plugin-skipbroken, and then yum update --skip-broken. Or you could specifically exclude the unsigned package with an -x package parameter.
_______________________________________________
Yum mailing list
Yum@xxxxxxxxxxxxxxxxx
http://lists.baseurl.org/mailman/listinfo/yum
_______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxx http://lists.baseurl.org/mailman/listinfo/yum