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