yum-arch(8) - Linux man page
Name
yum-arch - Creates yum distribution databaseSynopsis
yum-arch [options] directoryDescription
yum-arch is run from the distribution site in order to create the databases in which yum determines remote package availability.options is one of:
- -d
- check dependencies and conflicts in tree.
- -v
- make output verbose.
- -vv
- make output much more verbose.
- -n
- don't generate headers.
- -s
- generate headers for source packages too.
- -q
- make output more quiet.
- -c
- check pkgs with gpg and md5 checksums - cannot be used with -n.
- -z
- compress headers using gzip (default, deprecated as an option).
- -l
- pay attention to symlinks (Default is to ignore symlinks).
- directory
- a directory where you want to create the headers directory.
Files
headers/ headers/header.info
See Also
yum (8)Authors
Seth Vidal <skvidal@phy.duke.edu>