1show-installed(1) show-installed(1)
2
3
4
6 show-changed--rco
7
9 show-changed--rco [options]
10
12 show-changed--rco gives a compact description of the changes to a pack‐
13 ages Requires, Conflicts and Obsoletes data from the installed (or old)
14 to a specified rpm file.
15
17 -h, show this help message and exit
18
19 -C, --cache
20 Tells repoquery to run entirely from YUM cache - does not
21 download any metadata or update the cache. Queries in
22 this mode can fail or give partial/incorrect results if
23 the cache isn't fully populated beforehand with eg "yum
24 makecache".
25
26 -c <config file>, --config=<config file>
27 Use alternative config file (default is /etc/yum.conf).
28
29
30 --repoid=<repo>
31 Specify which repository to query. Using this option dis‐
32 ables all repositories not explicitly enabled with
33 --repoid option (can be used multiple times). By default
34 repoquery uses whatever repositories are enabled in YUM
35 configuration.
36
37 --enablerepo=<repo>
38 In addition to the default set, query the given addi‐
39 tional repository, even if it is disabled in YUM configu‐
40 ration. Can be used multiple times.
41
42 --disablerepo=<repo>
43 Do not query the given repository, even if it is enabled
44 in YUM configuration. Can be used multiple times.
45
46 --repofrompath=<repoid>,<path/url>
47 Specify a path or url to a repository (same path as in a
48 baseurl) to add to the repositories for this query. This
49 option can be used multiple times. If you want to view
50 only the pkgs from this repository combine this with
51 --repoid. The repoid for the repository is specified by
52 <repoid>.
53
54
55 --old-packages=<pkg>
56 Explicitly list the valid old packages to match the new
57 packages against.
58
59 --ignore-arch
60 Ignore arch. so you can compare foo-2.i686 to
61 foo-1.x86_64.
62
63 --skip-new
64 Only give output for packages which we've found an old
65 package for.
66
67
69 yum.conf [4m(5)
70 http://yum.baseurl.org/
71
72
74 See the Authors file included with this program.
75
76
78 There are of course no bugs, but should you find any, you should
79 first consult the FAQ section on http://yum.baseurl.org/wiki/Faq
80 and if unsuccessful in finding a resolution contact the mailing
81 list: yum-devel@lists.baseurl.org. To file a bug use
82 http://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs
83 and http://yum.baseurl.org/report for all other bugs.
84
85
86
87
88James Antill 30 March 2011 show-installed(1)