|
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | AUTHORS | COLOPHON |
repoclosure(1) repoclosure(1)
repoclosure - display a list of unresolved dependencies for a yum
repository
repoclosure [options]
repoclosure is a program that reads package metadata from one or more
yum repositories, checks all dependencies, and displays a list of
packages with unresolved dependencies.
-h, --help
Display a help message, and then quit.
-c CONFIG, --config=CONFIG
Config file to use (defaults to /etc/yum.conf).
-a ARCH, --arch=ARCH
Check packages of the given archs, can be specified multiple
times (default: current arch).
--basearch=BASEARCH
Set the basearch for yum to run as.
-b, --builddeps
Check build dependencies only (needs source repos enabled).
-l LOOKASIDE, --lookaside=LOOKASIDE
Specify a lookaside repo id to query, can be specified
multiple times.
-r REPOID, --repoid=REPOID
Specify repo ids to query, can be specified multiple times
(default is all enabled).
-t, --tempcache
Use a temp dir for storing/accessing yum-cache.
-q, --quiet
Run quietly: no warnings printed to stderr.
-n, --newest
Check only the newest packages in the repos.
--repofrompath=REPOID,PATH/URL
Specify a path or url to a repository (same path as in a
baseurl) to add to the repositories for this query. This
option can be used multiple times. If you want to view only
the pkgs from this repository combine this with --repoid. The
repoid for the repository is specified by REPOID.
-p PKG, --pkg=PKG
Check closure for this package only
-g GROUP, --group=GROUP
Check closure for packages in this group only
yum.conf(5)
http://yum.baseurl.org/
See the Authors file included with this program.
This page is part of the yum-utils (Yum Package Manager utilities)
project. Information about the project can be found at
⟨http://yum.baseurl.org/⟩. If you have a bug report for this manual
page, see ⟨http://yum.baseurl.org/report⟩. This page was obtained
from the project's upstream Git repository
⟨git://yum.baseurl.org/yum-utils.git⟩ on 2017-07-05. If you discover
any rendering problems in this HTML version of the page, or you
believe there is a better or more up-to-date source for the page, or
you have corrections or improvements to the information in this
COLOPHON (which is not part of the original manual page), send a mail
to man-pages@man7.org
13 January 2013 repoclosure(1)