1find-repos-of-install(1) find-repos-of-install(1)
2
3
4
6 find-repos-of-install - report which Yum repository a package was
7 installed from
8
10 find-repos-of-install [options] package1 [package2...]
11
13 find-repos-of-install is a program which reports the Yum repository
14 that a specified package was installed from.
15
17 --version
18 Report program version and exit.
19
20 -h, --help
21 Display a help message, and then quit.
22
23 --repoid=REPOID
24 Specify repo ids to query, can be specified multiple times
25 (default is all enabled).
26
27 --enablerepo=ENABLEREPOS
28 In addition to the default set, query the given additional
29 repository, even if it is disabled in YUM configuration. Can be
30 used multiple times.
31
32 --disablerepo=DISABLEREPOS
33 Do not query the given repository, even if it is enabled in YUM
34 configuration. Can be used multiple times.
35
36 --repofrompath=REPOID,PATH/URL
37 Specify a path or url to a repository (same path as in a
38 baseurl) to add to the repositories for this query. This option
39 can be used multiple times. If you want to view only the pkgs
40 from this repository combine this with --repoid. The repoid for
41 the repository is specified by REPOID.
42
43 -C, --cache
44 Tells repoquery to run entirely from YUM cache - does not down‐
45 load any metadata or update the cache. Queries in this mode can
46 fail or give partial/incorrect results if the cache isn't fully
47 populated beforehand with eg "yum makecache".
48
49 --tempcache
50 Use a temp dir for storing/accessing yum-cache.
51
52 --sync2yumdb
53 Sync anything that is found to the yumdb, if available.
54
55
57 yum.conf [4m(5)
58 http://yum.baseurl.org/
59
60
62 See the Authors file included with this program.
63
64
65
66 13 January 2013 find-repos-of-install(1)