1yum-list-data(1) yum-list-data(1)
2
3
4
6 yum list data plugin
7
9 yum [options] [command] [package ...]
10
12 This plugin extends yum for some commands that give aggregate package
13 data based on lists of packages
14
15 added yum commands are:
16 * list-vendors
17 * info-vendors
18 * list-rpm-groups
19 * info-rpm-groups
20 * list-packagers
21 * info-packagers
22 * list-licenses
23 * info-licenses
24 * list-arches
25 * info-arches
26 * list-committers
27 * info-committers
28 * list-buildhosts
29 * info-buildhosts
30 * list-baseurls
31 * info-baseurls
32 * list-package-sizes
33 * info-package-sizes
34 * list-archive-sizes
35 * info-archive-sizes
36 * list-installed-sizes
37 * info-installed-sizes
38 * list-groups
39 * info-groups
40
41 all of which take the same arguments as the list and info yum commands.
42 The difference between the list and info varieties is that the info
43 versions lists all the packages under each aggregation.
44
45 list-vendors, info-vendors
46 Is used to list the aggregate of the vendor attribute on the
47 packages, examples are "Fedora Project" and "Red Hat, Inc.".
48
49 list-rpm-groups, info-rpm-groups
50 Is used to list the aggregate of the group attribute on the
51 packages, examples are "Applications/System", "Develop‐
52 ment/Tools" and "System Environment/Base"
53
54 list-packagers, info-packagers
55 Is used to list the aggregate of the packager attribute on the
56 packages, examples are "Fedora Project" and "Red Hat, Inc.".
57
58 list-licenses, info-licenses
59 Is used to list the aggregate of the license attribute on the
60 packages, examples are "GPL" and "MIT"
61
62 list-arches, info-arches
63 Is used to list the aggregate of the arch attribute on the pack‐
64 ages, examples are "i386" and "x86_64"
65
66 list-committers, info-committers
67 Is used to list the aggregate of the committer attribute on the
68 packages, this is taken from the most recent changelog entry of
69 the package.
70
71 list-buildhosts, info-buildhosts
72 Is used to list the aggregate of the buildhost attribute on the
73 packages, examples are "mybuilder.example.com" and "xen‐
74 builder1.fedora.redhat.com"
75
76 list-baseurls, info-baseurls
77 Is used to list the aggregate of the url attribute on the pack‐
78 ages after discarding the path of the URL, examples are
79 "http://yum.baseurl.org/" and "http://www.and.org/"
80
81 list-package-sizes, info-package-sizes
82 Is used to list the aggregate of specified ranges the package‐
83 size attribute on the packages, examples are "[ 1B - 10KB ]"
84 and "[ 750KB - 1MB ]".
85
86 list-archive-sizes, info-archive-sizes
87 Is used to list the aggregate of specified ranges the archive‐
88 size attribute on the packages, examples are "[ 1B - 10KB ]"
89 and "[ 750KB - 1MB ]".
90
91 list-installed-sizes, info-installed-sizes
92 Is used to list the aggregate of specified ranges the installed‐
93 size attribute on the packages, examples are "[ 1B - 10KB ]"
94 and "[ 750KB - 1MB ]".
95
96 list-groups, info-groups
97 Is used to list the aggregate of the yum groups that the pack‐
98 ages are in, examples are in "yum grouplist". Note that in yum
99 groups a package can be in more than one group at a time.
100
101 It is worth noting that some of the above data can be "unknown", to
102 yum, at which point a separate aggregation called "-- Unknown --" is
103 listed.
104
106 To list all the groups that have an update, along with the number of
107 packages in each group, use:
108
109 yum list-rpm-groups updates
110
111 To list all the committers to packages that have yum in their name,
112 use:
113
114 yum list-committers 'yum*'
115
116 To list ranges of the sizes of packages installed or available, use:
117
118 yum list-package-sizes
119
120 To list yum groups that have an update, use:
121
122 yum list-groups
123
124
125
127 yum-filter-data [4m(1)
128 yum [4m(8)
129 yum.conf [4m(5)
130
131
133 James Antill <james.antill@redhat.com>.
134
135
136
137James Antill 04 February 2008 yum-list-data(1)