1yum(8) yum(8)
2
3
4
6 yum - Yellowdog Updater Modified shell
7
9 yum shell [filename]
10
12 yum includes an interactive shell for conducting multiple commands or
13 sets of commands during a single execution of yum. These commands can
14 be issued manually or passed to yum from a file. The commands are much
15 the same as the normal yum command line options. See here yum(8) for
16 that information. There are a few additional commands documented below.
17
18
19 config
20 [argument] [value]
21 args: debuglevel, errorlevel, obsoletes, gpgcheck, assumeyes,
22 exclude
23 If no value is given it prints the current value.
24 If value is given it sets that value.
25
26 repo
27 [argument] [option]
28 list: lists repositories and their status
29 enable: enable repositories. option = repository id
30 disable: disable repositories. option = repository id
31
32 transaction
33 [argument]
34 list: lists the contents of the transaction
35 reset: reset (zero-out) the transaction
36 solve: run the dependency solver on the transaction
37 run: run the transaction
38
39
41 The following are examples of using the yum shell.
42
43 list available packagename*
44 groupinfo 'Some Group'
45 install foo
46 remove bar
47 update baz
48 run
49
50 That will list available packages matching the glob 'packageā
51 name*'. It will return information on the group 'Some Group' It
52 will then queue the following commands into the transaction:
53 install foo, remove bar, update baz. Then the 'run' command will
54 resolve dependencies for the transaction commands and run the
55 transaction.
56
58 yum [4m(8)
59 http://yum.baseurl.org/
60
61
63 See the Authors file included with this program.
64
65
67 There of course aren't any bugs, but if you find any, they should be
68 sent to the mailing list: yum@lists.baseurl.org or filed in bugzilla.
69
70
71
72Seth Vidal yum(8)