Sponsored Content
Operating Systems Linux Red Hat RedHat 5 update 9 BASH update issue Post 302919607 by Aia on Thursday 2nd of October 2014 01:52:42 PM
Old 10-02-2014
Perform a `yum clean all' and try again.
 

4 More Discussions You Might Find Interesting

1. Red Hat

telnet in Redhat 5 update 3

how to restart the telnet daemon in Redhat 5 Update 3. I am not able to find the path /etc/init.d/xinetd restart /etc/init.d/inetd restart (4 Replies)
Discussion started by: gunnervarma
4 Replies

2. Red Hat

Redhat Linux AS2.1 update 6

Hi, Please help to find Redhat Linux AS2.1 update 6 iso file. Thanks, (2 Replies)
Discussion started by: luyan10
2 Replies

3. Red Hat

Redhat update

Hi Friends, I am very new to the redhat subscription. So that i am having lot of doubts. Please help me. 1. As per my understandings we need to register and pay for each rhel server to get update and support from redhat. Can we have a local yum repository where we can download the... (3 Replies)
Discussion started by: arumon
3 Replies

4. Red Hat

Python 2.6 on redhat 5 (update 8)

Hi, I would like to know wheather it is possible to install python 2.6 on RedHat Ent Linux 5 (update8) using rpms? I have checked by default Python 2.4 is installed. or wheather Redhat 6.0 needs to be installed for python 2.6? (1 Reply)
Discussion started by: manoj.solaris
1 Replies
yum(8)																	    yum(8)

NAME
yum - Yellowdog Updater Modified shell SYNOPSIS
yum shell [filename] DESCRIPTION
yum includes an interactive shell for conducting multiple commands or sets of commands during a single execution of yum. These commands can be issued manually or passed to yum from a file. The commands are much the same as the normal yum command line options. See here yum(8) for that information. There are a few additional commands documented below. config [argument] [value] args: debuglevel, errorlevel, obsoletes, gpgcheck, assumeyes, exclude If no value is given it prints the current value. If value is given it sets that value. repo [argument] [option] list: lists repositories and their status enable: enable repositories. option = repository id disable: disable repositories. option = repository id transaction [argument] list: lists the contents of the transaction reset: reset (zero-out) the transaction solve: run the dependency solver on the transaction run: run the transaction Examples The following are examples of using the yum shell. list available packagename* groupinfo 'Some Group' install foo remove bar update baz run That will list available packages matching the glob 'packagename*'. It will return information on the group 'Some Group' It will then queue the following commands into the transaction: install foo, remove bar, update baz. Then the 'run' command will resolve dependencies for the transaction commands and run the transaction. SEE ALSO
yum (8) http://yum.baseurl.org/ AUTHORS
See the Authors file included with this program. BUGS
There of course aren't any bugs, but if you find any, they should be sent to the mailing list: yum@lists.baseurl.org or filed in bugzilla. Seth Vidal yum(8)
All times are GMT -4. The time now is 09:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy