GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@3.129.89.50: ~ $
.\" yum - Yellowdog Updater Modified
.TH "yum" "8" ""  "Seth Vidal" ""
.SH "NAME"
yum \- Yellowdog Updater Modified
.SH "SYNOPSIS"
\fByum\fP [options] command [package ...]
.SH "DESCRIPTION"
.PP 
\fByum\fP is an interactive, rpm based, package manager. It can automatically
perform system updates, including dependency analysis and obsolete processing
based on "repository" metadata. It can also perform installation of new
packages, removal of old packages and perform queries on the installed and/or
available packages among many other commands/services (see below)\&. \fByum\fP
is similar to other high level package managers like apt\-get and smart\&.
.PP
While there are some graphical interfaces directly to the \fByum\fP code, more
recent graphical interface development is happening with PackageKit and the
gnome\-packagekit application\&.
.PP 
\fIcommand\fP is one of:
.br 
.I \fR * install package1 [package2] [\&.\&.\&.]
.br 
.I \fR * update [package1] [package2] [\&.\&.\&.]
.br 
.I \fR * update-to [package1] [package2] [\&.\&.\&.]
.br 
.I \fR * update-minimal [package1] [package2] [\&.\&.\&.]
.br 
.I \fR * check\-update
.br 
.I \fR * upgrade [package1] [package2] [\&.\&.\&.] 
.br
.I \fR * upgrade-to [package1] [package2] [\&.\&.\&.] 
.br
.I \fR * distribution-synchronization [package1] [package2] [\&.\&.\&.] 
.br
.I \fR * remove | erase package1 [package2] [\&.\&.\&.]
.br 
.I \fR * autoremove [package1] [\&.\&.\&.]
.br 
.I \fR * list [\&.\&.\&.]
.br 
.I \fR * info [\&.\&.\&.]
.br 
.I \fR * provides  | whatprovides feature1 [feature2] [\&.\&.\&.]
.br  
.I \fR * clean [ packages | metadata | expire-cache | rpmdb | plugins | all ]
.br
.I \fR * makecache [fast]
.br
.I \fR * groups  [\&.\&.\&.]
.br
.I \fR * search string1 [string2] [\&.\&.\&.]
.br
.I \fR * shell [filename]
.br
.I \fR * resolvedep dep1 [dep2] [\&.\&.\&.] 
    (maintained for legacy reasons only - use repoquery or yum provides)
.br
.I \fR * localinstall rpmfile1 [rpmfile2] [\&.\&.\&.] 
    (maintained for legacy reasons only - use install)
.br
.I \fR * localupdate rpmfile1 [rpmfile2] [\&.\&.\&.]
    (maintained for legacy reasons only - use update)
.br
.I \fR * reinstall package1 [package2] [\&.\&.\&.] 
.br
.I \fR * downgrade package1 [package2] [\&.\&.\&.] 
.br
.I \fR * deplist package1 [package2] [\&.\&.\&.] 
.br
.I \fR * repolist [all|enabled|disabled] 
.br
.I \fR * repoinfo [all|enabled|disabled] 
.br
.I \fR * repository-packages <enabled-repoid> <install|remove|remove-or-reinstall|remove-or-distribution-synchronization> [package2] [\&.\&.\&.]
.br
.I \fR * version [ all | installed | available | group-* | nogroups* | grouplist | groupinfo ]
.br
.I \fR * history [info|list|packages-list|packages-info|summary|addon-info|redo|undo|rollback|new|sync|stats] 
.br
.I \fR * load-transaction [txfile]
.br
.I \fR * updateinfo [summary | list | info | remove-pkgs-ts | exclude-updates | exclude-all | check-running-kernel]
.br
.I \fR * fssnapshot [summary | list | have-space | create | delete]
.br
.I \fR * fs [filters | refilter | refilter-cleanup | du]
.br
.I \fR * check
.br 
.I \fR * help [command] 
.br
.PP 
Unless the \-\-help or \-h option is given, one of the above commands
must be present\&.
.PP
Repository configuration is honored in all operations.
.PP 
.IP "\fBinstall\fP"
Is used to install the latest version of a package or
group of packages while ensuring that all dependencies are
satisfied\&.  (See \fBSpecifying package names\fP for more information) 
If no package matches the given package name(s), they are assumed to be a shell 
glob and any matches are then installed\&. If the name starts with @^ then it
is treated as an environment group (group install @^foo), an @ character and
it's treated as a group (plain group install)\&.

If the name starts with a "-" character, then a search is done within the
transaction and any matches are removed. Note that Yum options use the same
syntax and it may be necessary to use "--" to resolve any possible conflicts.

If the name is a file, then install works
like localinstall\&. If the name doesn't match a package, then package
"provides" are searched (e.g. "_sqlitecache.so()(64bit)") as are
filelists (Eg. "/usr/bin/yum"). Also note that for filelists, wildcards will
match multiple packages\&.

Because install does a lot of work to make it as easy as possible to use, there
are also a few specific install commands "\fBinstall-n\fP", "\fBinstall-na\fP"
and "\fBinstall-nevra\fP". These only work on package names, and do not process
wildcards etc.
.IP 
.IP "\fBupdate\fP"
If run without any packages, update will update every currently
installed package.  If one or more packages or package globs are specified, Yum will
only update the listed packages\&.  While updating packages, \fByum\fP
will ensure that all dependencies are satisfied\&. (See \fBSpecifying package names\fP for more information) 
If the packages or globs specified match to packages which are not currently installed then update will
not install them\&. update operates on groups, files, provides and filelists
just like the "install" command\&.

If the main obsoletes configure option is true (default) or the \-\-obsoletes
flag is present \fByum\fP will include package 
obsoletes in its calculations - this makes it better for distro\-version 
changes, for example: upgrading from somelinux 8.0 to somelinux 9.

Note that "\fBupdate\fP" works on installed packages first, and only if there
are no matches does it look for available packages. The difference is most
noticeable when you do "\fBupdate\fP foo-1-2" which will act exactly as
"\fBupdate\fP foo" if foo-1-2 is installed. You can use the "\fBupdate-to\fP"
if you'd prefer that nothing happen in the above case.
.IP 
.IP "\fBupdate-to\fP"
This command works like "\fBupdate\fP" but always specifies the version of the
package we want to update to.
.IP 
.IP "\fBupdate-minimal\fP"
This works like the update command, but if you have the package foo-1
installed and have foo-2 (bugfix) and foo-3 (enhancement) available with
updateinfo.xml then update-minimal --bugfix will update you to foo-2.
.IP 
.IP "\fBcheck\-update\fP"
Implemented so you could know if your machine had any updates that needed to
be applied without running it interactively. Returns exit value of 100 if
there are packages available for an update. Also returns a list of the packages
to be updated in list format. Returns 0 if no packages are available for
update. Returns 1 if an error occurred.
Running in verbose mode also shows obsoletes.
.IP
.IP "\fBupgrade\fP"
Is the same as the update command with the \-\-obsoletes flag set. See update 
for more details.
.IP 
.IP "\fBupgrade-to\fP"
This command works like "\fBupgrade\fP" but always specifies the version of the
package we want to update to.
.IP 
.IP "\fBdistribution\-synchronization\fP or \fBdistro\-sync\fP"
Synchronizes the installed package set with the latest packages available, this
is done by either obsoleting, upgrading or downgrading as appropriate. This will
"normally" do the same thing as the upgrade command however if you have the
package FOO installed at version 4, and the latest available is only
version 3, then this command will \fBdowngrade\fP FOO to version 3.

If you give the optional argument "full", then the command will also reinstall
packages where the install checksum and the available checksum do not match. And
remove old packages (can be used to sync. rpmdb versions). The optional argument
"different" can be used to specify the default operation.

This command does not perform operations on groups, local packages or negative
selections.
.IP 
.IP "\fBremove\fP or \fBerase\fP"
Are used to remove the specified packages from the system
as well as removing any packages which depend on the package being
removed\&. remove operates on groups, files, provides and filelists just like
the "install" command\&.(See \fBSpecifying package names\fP for more information) 

Note that "yum" is included in the protected_packages configuration, by default.
So you can't accidentally remove yum itself.

The remove_leaf_only configuration changes the behaviour of this command
to only remove packages which aren't required by something else.

The clean_requirements_on_remove configuration changes the behaviour of this
command to also remove packages that are only dependencies of this package.

Because remove does a lot of work to make it as easy as possible to use, there
are also a few specific remove commands "\fBremove-n\fP", "\fBremove-na\fP"
and "\fBremove-nevra\fP". These only work on package names, and do not process
wildcards etc.
.IP 
.IP "\fBautoremove\fP"
.IP 
With one or more arguments this command works like running the "\fBremove\fP"
command with the clean_requirements_on_remove turned on. However you can also
specify no arguments, at which point it tries to remove any packages that
weren't installed explicitly by the user and which aren't required by
anything (so called leaf packages).

Because autoremove does a lot of work to make it as easy as possible to use,
there are also a few specific autoremove commands "\fBautoremove-n\fP", 
"\fBautoremove-na\fP" and "\fBautoremove-nevra\fP". These only work on package
names, and do not process wildcards etc.
.IP "\fBlist\fP"
Is used to list various information about available
packages; more complete details are available in the \fIList Options\fP
section below\&.
.IP 
.IP "\fBprovides\fP or \fBwhatprovides\fP"
Is used to find out which package provides some feature
or file. Just use a specific name or a file-glob-syntax wildcards to list
the packages available or installed that provide that feature or file\&.
.IP 
.IP "\fBsearch\fP"
This is used to find packages when you know something about the package but
aren't sure of it's name. By default search will try searching just package
names and summaries, but if that "fails" it will then try descriptions and url.

Yum search orders the results so that those packages matching more terms will
appear first.

You can force searching everything by specifying "all" as the first argument.
.IP 
.IP "\fBinfo\fP"
Is used to list a description and summary information about available
packages; takes the same arguments as in the \fIList Options\fP
section below\&.
.IP 
.IP "\fBclean\fP"
Is used to clean up various things which accumulate in the
\fByum\fP cache directory over time.  More complete details can be found in
the \fIClean Options\fP section below\&.
.IP 
.IP "\fBmakecache\fP"
Is used to download and make usable all the metadata for the currently enabled
\fByum\fP repos. If the argument "fast" is passed, then we just try to make
sure the repos are current (much like "yum clean expire-cache").
.IP 
.IP "\fBgroups\fP"
A command, new in 3.4.2, that collects all the subcommands that act on groups
together. Note that recent yum using distributions (Fedora-19+, RHEL-7+) have
configured group_command=objects which changes how group commands act in some
important ways.

"\fBgroup install\fP" is used to install all of the individual packages in a
group, of the specified types (this works as if you'd taken each of those
package names and put them on the command line for a "yum install" command).
 The group_package_types configuration option specifies which types will
be installed.
 If you wish to "reinstall" a group so that you get a package that is currently
blacklisted the easiest way to do that currently is to install the package
manually and then run "groups mark packages-sync mygroup mypackagename" (or
use yumdb to set the group_member of the package(s)).

"\fBgroup update\fP" is just an alias for group install, when using
group_command=compat. This will install packages in the group not already
installed and upgrade existing packages. With group_command=simple it will just
upgrade already installed packages. With group_command=objects it will try to
upgrade the group object, installing any available packages not blacklisted
(marked '-' in group info) and will upgrade the installed packages.

"\fBgroup list\fP" is used to list the available groups from all \fByum\fP
repos. When group_command=objects the group is installed if the user
explicitly installed it (or used the group mark* commands to mark it installed).
It does not need to have any packages installed.
When not using group_command=objects groups are shown as "installed" if all
mandatory packages are installed, or if a group doesn't
have any mandatory packages then it is installed if any of the optional or
default package are installed (when not in group_command=objects mode).
You can pass optional arguments to the list/summary commands: installed,
available, environment, language, packages, hidden and ids (or any of those
prefixed by "no" to turn them off again).
Note that groups that are available but hidden will not be listed unless
\'hidden\' keyword is passed to the command.
If you pass the \-v option, to enable verbose mode, then the groupids are
displayed by default (but "yum group list ids" is often easier to read).

"\fBgroup remove\fP" is used to remove all of the packages in a group, unlike "groupinstall" this
will remove everything regardless of group_package_types. It is worth pointing
out that packages can be in more than one group, so "group install X Y" followed
by "group remove Y" does not do give you the same result as "group install X".

The groupremove_leaf_only configuration changes the behaviour of this command
to only remove packages which aren't required by something else.

"\fBgroup info\fP" is used to give the description and package list of a group (and which type
those packages are marked as). Note that you can use the yum-filter-data and
yum-list-data plugins to get/use the data the other way around (i.e. what
groups own packages need updating). If you pass the \-v option, to enable verbose
mode, then the package names are matched against installed/available packages
similar to the list command.

When using group_command=objects, the info command will display markers next
to each package saying how that package relates to the group object. The
meaning of these markers is:

.br
"-" = Package isn't installed, and won't be installed as part of the group (Eg.  "yum group install foo -pkgA" or "yum group install foo; yum remove pkgA" … this will have pkgA marked as '-')
.br
"+" = Package isn't installed, but will be the next time you run "yum upgrade" or "yum group upgrade foo"
.br
" " = Package is installed, but wasn't installed via the group (so "group remove foo" won't remove it).
.br
"=" = Package is installed, and was installed via the group.

you can move an installed package into an installed group using either
"group mark package-sync/package-sync-forced" or "yumdb set group_member".

"\fBgroup summary\fP" is used to give a quick summary of how many groups
are installed and available.

"\fBgroup mark\fP" and "\fBgroup unmark\fP" are used when groups are configured
in group_command=objects mode. These commands then allow you to alter yum's idea
of which groups are installed, and the packages that belong to them.

"\fBgroup mark install\fP" mark the group as installed. When
installed "\fByum upgrade\fP" and "\fByum group upgrade\fP" will install new
packages for the group (only those packages already installed will be marked as
members of the installed group to start with).

"\fBgroup mark remove\fP" the opposite of mark install.

"\fBgroup mark packages\fP" takes a group id (which must be installed) and marks
any given installed packages (which aren't members of a group) as members of
the group. Note that the data from the repositories does not need to specify
the packages as a member of the group.

"\fBgroup mark packages-force\fP" works like mark packages, but doesn't care if
the packages are already members of another group.

"\fBgroup mark blacklist\fP" will blacklist all packages marked to be installed
for a group. After this command a "yum group upgrade" will not install any new
packages as part of the group.

"\fBgroup mark convert-blacklist\fP"

"\fBgroup mark convert-whitelist\fP"

"\fBgroup mark convert\fP" converts the automatic data you get
without using groups as objects into groups as objects data, in other words
this will make "yum --setopt=group_command=objects groups list" look as similar
as possible to the current output of
"yum --setopt=group_command=simple groups list". This makes it much
easier to convert to groups as objects without having to reinstall. For groups
that are installed the whitelist variant will mark all uninstalled packages for
the group as to be installed on the next "yum group upgrade", the blacklist
variant (current default) will mark them all as blacklisted.

"\fBgroup unmark packages\fP" remove a package as a member from any groups.
.IP
.IP "\fBshell\fP"
Is used to enter the 'yum shell', when a filename is specified the contents of
that file is executed in yum shell mode. See \fIyum-shell(8)\fP for more info.
.IP
.IP "\fBresolvedep\fP"
Is used to list packages providing the specified dependencies, at most one
package is listed per dependency. This command is maintained for legacy
reasons only, use repoquery instead.
.IP
.IP "\fBlocalinstall\fP"
Is used to install a set of local rpm files. If required the enabled 
repositories will be used to resolve dependencies. Note that the install command
will do a local install, if given a filename. This command is maintained for legacy
reasons only.
.IP
.IP "\fBlocalupdate\fP"
Is used to update the system by specifying local rpm files. Only the specified 
rpm files of which an older version is already installed will be installed,
the remaining specified packages will be ignored.
If required the enabled repositories will be used to resolve dependencies. Note
that the update command will do a local update, if given a filename. This command is maintained for
legacy reasons only.
.IP
.IP "\fBreinstall\fP"
Will reinstall the identically versioned package as is currently installed. 
This does not work for "installonly" packages, like Kernels. reinstall operates
on groups, files, provides and filelists just like the "install" command\&.
.IP
.IP "\fBdowngrade\fP"
Will try and downgrade a package from the version currently installed to the
previously highest version (or the specified version).
The depsolver will not necessarily work, but if you specify all the packages it
should work (thus, all the simple cases will work). Also this does not
work for "installonly" packages, like Kernels. downgrade operates
on groups, files, provides, filelists and rpm files just like the "install" command\&.
.IP
.IP "\fBswap\fP"
At it's simplest this is just a simpler way to remove one set of package(s) and
install another set of package(s) without having to use the "shell" command.
However you can specify different commands to call than just remove or install,
and you can list multiple packages (it splits using the "--" marker).
Note that option parsing will remove the first "--" in an argument list on the
command line.


Examples:

.nf
swap foo bar
swap -- remove foo -- install bar
swap foo group install bar-grp
swap -- group remove foo-grp -- group install bar-grp
.fi
.IP
.IP "\fBdeplist\fP"
Produces a list of all dependencies and what packages provide those
dependencies for the given packages. As of 3.2.30 it now just shows the latest
version of each package that matches (this can be changed by
using --showduplicates) and it only shows the newest providers (which can be
changed by using --verbose).
.IP
.IP "\fBrepolist\fP"
Produces a list of configured repositories. The default is to list all
enabled repositories. If you pass \-v, for verbose mode, or use repoinfo then
more information is listed. If the first argument is \'enabled\', \'disabled\' or
\'all\' then the command will list those types of repos.

You can pass repo id or name arguments, or wildcards which to match against
both of those. However if the id or name matches exactly then the repo will
be listed even if you are listing enabled repos and it is disabled.

In non-verbose mode the first column will start with a \'*\' if the repo. has
metalink data and the latest metadata is not local and will start with a
\'!\' if the repo. has metadata that is expired. For non-verbose mode the
last column will also display the number of packages in the repo. and (if there
are any user specified excludes) the number of packages excluded.

One last special feature of repolist, is that if you are in non-verbose mode
then yum will ignore any repo errors and output the information it can get
(Eg. "yum clean all; yum -C repolist" will output something, although the
package counts/etc. will be zeroed out).
.IP
.IP "\fBrepoinfo\fP"
.IP
This command works exactly like repolist -v.
.IP
.IP "\fBrepository\-packages\fP"
Treat a repo. as a collection of packages (like "yum groups") allowing the user
to install or remove them as a single entity.

"repository\-packages <repo> list" - Works like the "yum list" command, but
only shows packages from the given repository.

"repository\-packages <repo> info" - Works like the "yum info" command, but
only shows packages from the given repository.

"repository\-packages <repo> check-update" - Works like the
"yum check-update" command, but only shows packages from the given repository.

"repository\-packages <repo> install" - Install all of the packages in the
repository, basically the same as: yum install $(repoquery --repoid=<repo> -a).
Specific packages/wildcards can be specified.

"repository\-packages <repo> upgrade" - Update all of the packages in the
repository, basically the same as: yum upgrade $(repoquery --repoid=<repo> -a).
Specific packages/wildcards can be specified.

"repository\-packages <repo> upgrade-to" - Update all of the packages in the
repository, basically the same as: yum upgrade $(repoquery --repoid=<repo> -a).
Without arguments it works the same as upgrade, with arguments it just
interprets them as the versions you want to move to.

"repository\-packages <repo> reinstall-old" - ReInstall all of the packages 
that are installed from the repository and available in the
repository, similar to: yum reinstall $(yumdb search-quiet from_repo <repo>).

"repository\-packages <repo> move-to" - ReInstall all of the packages 
that are available in the repository, basically the same as:
yum reinstall $(repoquery --repoid=<repo> -a).

"repository\-packages <repo> reinstall" - Tries to do reinstall-old, but if that
produces no packages then tries move-to.

"repo\-pkgs <repo> remove" - Remove all of the packages in the repository, very
similar to: yum remove $(repoquery --repoid=<repo> -a). However the
repopkgsremove_leaf_only option is obeyed.

"repo\-pkgs <repo> remove-or-reinstall" - Works like remove for any package
that doesn't have the exact same version in another repository. For any package
that does have the exact NEVRA in another repository then that version will be
reinstalled.

"repo\-pkgs <repo> remove-or-distro-sync" - Works like remove for any package
that doesn't exist in another repository. For any package that does exist
it tries to work as if distro-sync was called (with the repo. disabled).

.IP
.IP "\fBversion\fP"
Produces a "version" of the rpmdb, and of the enabled repositories if "all" is
given as the first argument. You can also specify version groups in the
version-groups configuration file. If you pass \-v, for verbose mode, more
information is listed. The version is calculated by taking an SHA1 hash of the
packages (in sorted order), and the checksum_type/checksum_data entries from
the yumdb. Note that this rpmdb version is now also used significantly within
yum (esp. in yum history).

The version command will now show "groups" of packages as a separate version,
and so takes sub-commands:

"version grouplist" - List the defined version groups.

"version groupinfo" - Get the complete list of packages within one or more version groups.

"version installed" - This is the default, only show the version information for installed packages.

"version available" - Only show the version information for available packages.

"version all" - Show the version information for installed and available packages.

"version nogroups | nogroups-*" - Just show the main version information.

"version group-*" - Just show the grouped version information, if more arguments are given then only show the data for those groups.

.IP
.IP "\fBhistory\fP"
The history command allows the user to view what has happened in past
transactions (assuming the history_record config. option is set). You can use
info/list/packages-list/packages-info/summary to view what happened,
undo/redo/rollback to act on that information and new to start a new history
file.

The info/list/summary commands take either a transaction id or a package (with
wildcards, as in \fBSpecifying package names\fP), all three can also be passed
no arguments. list can be passed the keyword "all" to list all the transactions.

The info command can also take ranges of transaction ids, of the form start..end,
which will then display a merged history as if all the transactions in the range
had happened at once\&.
.br
Eg. "history info 1..4" will merge the first four transactions and display them
as a single transaction.

The packages-list/packages-info commands takes a package  (with wildcards, as in
\fBSpecifying package names\fP). And show data from the point of view of that
package.

The undo/redo/rollback commands take either a single transaction id or the
keyword last and an offset from the last transaction (Eg. if you've done 250
transactions, "last" refers to transaction 250, and "last-4" refers to
transaction 246).
The redo command can also take some optional arguments before you specify the
transaction. "force-reinstall" tells it reinstall any packages that were
installed in that transaction (via install, upgrade or downgrade).
"force-remove" tells it to forcibly remove any packages that were updated or
downgraded.

The undo/redo commands act on the specified transaction, undo'ing or repeating
the work of that transaction. While the rollback command will undo all
transactions up to the point of the specified transaction. For example, if you
have 3 transactions, where package A; B and C where installed respectively.
Then "undo 1" will try to remove package A, "redo 1" will try to install package
A (if it is not still installed), and "rollback 1" will try to remove packages
B and C. Note that after a "rollback 1" you will have a fourth transaction,
although the ending rpmdb version (see: yum version) should be the same in
transactions 1 and 4.

The addon-info command takes a transaction ID, and the packages-list command
takes a package (with wildcards).

The stats command shows some statistics about the current history DB.

The sync commands allows you to change the rpmdb/yumdb data stored for any
installed packages, to whatever is in the current rpmdb/yumdb (this is mostly
useful when this data was not stored when the package went into the history DB).

In "history list" you can change the behaviour of the 2nd column via the
configuration option history_list_view.

In "history list" output the Altered column also gives some extra information
if there was something not good with the transaction (this is also shown at the
end of the package column in the packages-list command).

.br
.I \fB>\fR - The rpmdb was changed, outside yum, after the transaction.
.br
.I \fB<\fR - The rpmdb was changed, outside yum, before the transaction.
.br
.I \fB*\fR - The transaction aborted before completion.
.br
.I \fB#\fR - The transaction completed, but with a non-zero status.
.br
.I \fBE\fR - The transaction completed fine, but had warning/error output during the transaction.
.br
.I \fBP\fR - The transaction completed fine, but problems already existed in the rpmdb.
.br
.I \fBs\fR - The transaction completed fine, but --skip-broken was enabled and had to skip some packages.
.br


.IP
.IP "\fBload-transaction\fP"
This command will re-load a saved yum transaction file, this allows you to
run a transaction on one machine and then use it on another.
The two common ways to get a saved yum transaction file are from
"yum -q history addon-info last saved_tx" or via the automatic saves in
$TMPDIR/yum_save_tx.* when a transaction is solved but not run.

Running the command without an argument, or a directory as an argument will
try and list the possible files available to load. Showing if the packages are
still available, if the rpmdb matches the current rpmdb, how many transaction
install/removes members are in the saved transaction and what the filename is.

.IP
.IP "\fBupdateinfo\fP"
This command has a bunch of sub-commands to act on the updateinfo in the
repositories. The simplest commands are:

.br
.I \fR yum updateinfo info [all | available | installed | updates]
.br 
.I \fR yum updateinfo list [all | available | installed | updates]
.br 
.I \fR yum updateinfo [summary] [all | available | installed | updates]
.br 

which all display information about the available update information relevant
to your machine (including anything installed, if you supply "all").
.br

.br
.I \fR "\fB* updates\fP"
Is used to display information about advisories for packages that can be
updated. This is the default.
.br
.I \fR "\fB* installed\fP"
Is used to display information only about installed advisories.
.br
.I \fR "\fB* available\fP"
Is used to display information about advisories for packages available
for updating or installation.
.br
.I \fR "\fB* all\fP"
Is used to display information about both installed and available advisories.

.br
They all take as arguments:

.br
.br
.I \fR "\fB* <advisory> [advisory...]\fP"
Is used to display information about one or more advisories.

.br
.I \fR "\fB* <package> [package...]\fP"
Is used to display information about one or more packages.

.br
.I \fR "\fB* bugzillas / bzs\fP"
Is the subset of the updateinfo information, pertaining to the bugzillas.

.br
.I \fR "\fB* cves\fP"
Is the subset of the updateinfo information, pertaining to the CVEs.

.br
.I \fR "\fB* enhancement\fP"
Is the subset of the updateinfo information, pertaining to enhancements.

.br
.I \fR "\fB* bugfix\fP"
Is the subset of the updateinfo information, pertaining to bugfixes.

.br
.I \fR "\fB* security / sec\fP"
Is the subset of the updateinfo information, pertaining to security.

.br
.I \fR "\fB* severity / sev\fP"
Include security relevant packages of this severity.

.br
.I \fR "\fB* recommended\fP"
Is the subset of the updateinfo information, pertaining to recommended updates.

.br
.I \fR "\fB* new-packages\fP"
Is the subset of the updateinfo information, pertaining to new packages. These
are packages which weren't available at the initial release of your
distribution.
.br

There are also three sub-commands to remove packages when using "yum shell", 
they are:

.br
.I \fR yum updateinfo remove-pkgs-ts

.br 
.I \fR yum updateinfo exclude-updates

.br 
.I \fR yum updateinfo exclude-all
.br 

they all take the following arguments:

.br
.I \fR* [bzs=foo] [advisories=foo] [cves=foo] [security-severity=foo] [security] [bugfix]
.br 

and finally there is a command to manually check the running kernel against
updateinfo data:

.br
.I \fR yum updateinfo check-running-kernel
.br 

.IP
.IP "\fBfssnapshot\fP or \fBfssnap\fP"
This command has a few sub-commands to act on the LVM data of the host, to list
snapshots and to create and remove them. The simplest commands, to display
information about the configured LVM snapshotable devices, are:

.br 
.I \fR yum fssnapshot [summary]
.br 
.I \fR yum fssnapshot list
.br
.I \fR yum fssnapshot have-space
.br

then you can create and delete snapshots using:

.br
.I \fR yum fssnapshot create
.br 
.I \fR yum fssnapshot delete <device(s)>
.br 

.br
Configuration Options: \fBfssnap_automatic_pre\fP, \fBfssnap_automatic_post\fP, \fBfssnap_automatic_keep\fP, \fBfssnap_percentage\fP, \fBfssnap_devices\fP, \fBfssnap_abort_on_errors\fP

.IP
.IP "\fBfs\fP"
This command has a few sub-commands to act on the filesystem data of the host,
mainly for removing languages/documentation for minimal installs:

.br 
.I \fR yum fs filters

.br 
.I \fR yum fs filter languages en:es

.br 
.I \fR yum fs filter documentation

.br 
.I \fR yum fs refilter [package(s)]

.br 
.I \fR yum fs refilter-cleanup [package(s)]

.br 
.I \fR yum fs du [path]

.br 
.I \fR yum fs status [path]

.br 
.I \fR yum fs diff [path]


the first 3 being a simple interface to change yum.conf altering the tsflags
and override_install_langs configurations. The refilter command is an optimized
way of calling "yum reinstall" to reinstall the packages with the new filters
applied. The refilter-cleanup command is needed because rpm doesn't actually
remove the files on reinstall, as it should. And the du/status/diff commands are
included so you can easily see the space used/saved and any other changes.

.IP
.IP "\fBcheck\fP"
Checks the local rpmdb and produces information on any problems it finds. You
can pass the check command the arguments "dependencies", "duplicates", "obsoleted" or "provides",
to limit the checking that is performed (the default is "all" which does all).

.IP
.IP "\fBhelp\fP"
Produces help, either for all commands or if given a command name then the help
for that particular command\&.
.IP
.PP
.SH "GENERAL OPTIONS"
Most command line options can be set using the configuration file as
well and the descriptions indicate the necessary configuration option
to set\&.
.PP 
.IP "\fB\-h, \-\-help\fP"
Help; display a help message and then quit\&.
.IP "\fB\-y, \-\-assumeyes\fP"
Assume yes; assume that the answer to any question which would be asked 
is yes\&.
.br
Configuration Option: \fBassumeyes\fP
.IP "\fB\-\-assumeno\fP"
Assume no; assume that the answer to any question which would be asked 
is no\&. This option overrides assumeyes, but is still subject to alwaysprompt.
.br
Configuration Option: \fBassumeno\fP
.IP "\fB\-c, \-\-config=[config file]\fP" 
Specifies the config file location - can take HTTP and FTP URLs and local file
paths\&.
.br
.IP "\fB\-q, \-\-quiet\fP" 
Run without output.  Note that you likely also want to use \-y\&.
.br
.IP "\fB\-v, \-\-verbose\fP" 
Run with a lot of debugging output\&.
.br
.IP "\fB\-d, \-\-debuglevel=[number]\fP" 
Sets the debugging level to [number] \- turns up or down the amount of things that are printed\&. Practical range: 0 - 10
.br
Configuration Option: \fBdebuglevel\fP
.IP "\fB\-e, \-\-errorlevel=[number]\fP" 
Sets the error level to [number] Practical range 0 \- 10. 0 means print only critical errors about which you must be told. 1 means print all errors, even ones that are not overly important. 1+ means print more errors (if any) \-e 0 is good for cron jobs.
.br
Configuration Option: \fBerrorlevel\fP
.IP "\fB\-\-rpmverbosity=[name]\fP" 
Sets the debug level to [name] for rpm scriptlets. 'info' is the default, other
options are: 'critical', 'emergency', 'error', 'warn' and 'debug'.
.br
Configuration Option: \fBrpmverbosity\fP
.IP "\fB\-R, \-\-randomwait=[time in minutes]\fP" 
Sets the maximum amount of time yum will wait before performing a command \- it randomizes over the time.
.IP "\fB\-C, \-\-cacheonly\fP" 
Tells yum to run entirely from system cache; does not download or update
metadata.
When this is used by a non\-root user, yum will run entirely from user cache in
$TMPDIR.
This option doesn't stop yum from updating user cache from system cache locally
if the latter is newer (this is always done when running as a user).
.IP "\fB\-\-version\fP" 
Reports the \fByum\fP version number and installed package versions for
everything in history_record_packages (can be added to by plugins).
.IP "\fB\-\-showduplicates\fP" 
Doesn't limit packages to their latest versions in the info, list and search
commands (will also affect plugins which use the doPackageLists() API).
.IP "\fB\-\-installroot=root\fP" 
Specifies an alternative installroot, relative to which all packages will be
installed. Think of this like doing "chroot <root> yum" except using
\-\-installroot allows yum to work before the chroot is created.
Note: You may also want to use the option \-\-releasever=/ when creating the
installroot as otherwise the $releasever value is taken from the rpmdb within
the installroot (and thus. will be empty, before creation).
.br
Configuration Option: \fBinstallroot\fP
.IP "\fB\-\-enablerepo=repoidglob\fP"
Enables specific repositories by id or glob that have been disabled in the 
configuration file using the enabled=0 option.
.br
Configuration Option: \fBenabled\fP
.IP "\fB\-\-disablerepo=repoidglob\fP"
Disables specific repositories by id or glob. 
.br
Configuration Option: \fBenabled\fP
.IP "\fB\-\-obsoletes\fP"
This option only has affect for an update, it enables \fByum\fP\'s obsoletes
processing logic. For more information see the \fBupdate\fP command above.
.br
Configuration Option: \fBobsoletes\fP
.IP "\fB\-x, \-\-exclude=package\fP"
Exclude a specific package by name or glob from all repositories, so yum works
as if that package was never in the repositories.
This is commonly used so a package isn't upgraded or installed accidentally, but
can be used to remove packages in any way that "yum list" will show packages.

Can be disabled using --disableexcludes.
Configuration Option: \fBexclude\fP, \fBincludepkgs\fP
.br
.IP "\fB\-\-color=[always|auto|never]\fP"
Display colorized output automatically, depending on the output terminal,
always (using ANSI codes) or never. Note that some commands (Eg. list and info)
will do a little extra work when color is enabled.
Configuration Option: \fBcolor\fP
.br
.IP "\fB\-\-disableexcludes=[all|main|repoid]\fP"
Disable the excludes defined in your config files. Takes one of three options:
.br
all == disable all excludes
.br
main == disable excludes defined in [main] in yum.conf
.br
repoid == disable excludes defined for that repo
.br
.IP "\fB\-\-disableincludes=[all|repoid]\fP"
Disable the includes defined in your config files. Takes one of two options:
.br
all == disable all includes
.br
repoid == disable includes defined for that repo
.br
.IP "\fB\-\-disableplugin=plugin\fP"
Run with one or more plugins disabled, the argument is a comma separated list
of wildcards to match against plugin names.
.br
.IP "\fB\-\-noplugins\fP"
Run with all plugins disabled.
.br
Configuration Option: \fBplugins\fP
.IP "\fB\-\-nogpgcheck\fP"
Run with GPG signature checking disabled.
.br
Configuration Option: \fBgpgcheck\fP
.IP "\fB\-\-skip\-broken\fP"
Resolve depsolve problems by removing packages that are causing problems
from the transaction.
.br
Configuration Option: \fBskip_broken\fP
.br
.IP "\fB\-\-releasever=version\fP"
Pretend the current release version is the given string. This is very useful
when combined with \-\-installroot. You can also use \-\-releasever=/ to take
the releasever information from outside the installroot.
Note that with the default upstream cachedir, of /var/cache/yum, using this
option will corrupt your cache (and you can use $releasever in your cachedir
configuration to stop this).
.PP 
.IP "\fB\-t, \-\-tolerant\fP"
This option makes yum go slower, checking for things that shouldn't be possible
making it more tolerant of external errors.
.br
.IP "\fB\-\-downloadonly\fP"
Don't update, just download. This is done in the background, so the yum lock is released for other operations. This can also be chosen by typing 'd'ownloadonly
at the transaction confirmation prompt.
.br
.IP "\fB\-\-downloaddir=directory\fP"
Specifies an alternate directory to store packages.
.br
.IP "\fB\-\-setopt=option=value\fP"
Set any config option in yum config or repo files. For options in the global 
config just use: \-\-setopt=option=value for repo options use: \-\-setopt=repoid.option=value
.PP
.IP "\fB\-\-security\fP"
This option includes packages that say they fix a security issue, in updates.
.br
.IP "\fB\--advisory=ADVS, --advisories=ADVS\fP"
This option includes in updates packages corresponding to the advisory ID, Eg. FEDORA-2201-123.
.IP "\fB\--bz=BZS\fP"
This option includes in updates packages that say they fix a Bugzilla ID, Eg. 123.
.IP "\fB\--cve=CVES\fP"
This option includes in updates packages that say they fix a CVE - Common Vulnerabilities and Exposures ID (http://cve.mitre.org/about/), Eg. CVE-2201-0123.
.IP "\fB\--bugfix\fP"
This option includes in updates packages that say they fix a bugfix issue.
.IP "\fB\--sec-severity=SEVS, --secseverity=SEVS\fP"
This option includes in updates security relevant packages of the specified severity.


.SH "LIST OPTIONS"
The following are the ways which you can invoke \fByum\fP in list
mode\&.  Note that all \fBlist\fP commands include information on the
version of the package\&.
.IP
.IP "\fBOUTPUT\fP"


The format of the output of yum list is:

name.arch [epoch:]version-release  repo or @installed-from-repo

Note that if the repo cannot be determined, "installed" is printed instead.

.IP "\fByum list [all | glob_exp1] [glob_exp2] [\&.\&.\&.]\fP"
List all available and installed packages\&.
.IP "\fByum list available [glob_exp1] [\&.\&.\&.]\fP"
List all packages in the yum repositories available to be installed\&.
.IP 
.IP "\fByum list updates [glob_exp1] [\&.\&.\&.]\fP"
List all packages with updates available in the yum repositories\&.
.IP 
.IP "\fByum list installed [glob_exp1] [\&.\&.\&.]\fP"
List the packages specified by \fIargs\fP\&.  If an argument does not
match the name of an available package, it is assumed to be a
shell\-style glob and any matches are printed\&.
.IP
.IP "\fByum list extras [glob_exp1] [\&.\&.\&.]\fP"
List the packages installed on the system that are not available in any yum
repository listed in the config file.
.IP
.IP "\fByum list distro-extras [glob_exp1] [\&.\&.\&.]\fP"
List the packages installed on the system that are not available, by name,
in any yum repository listed in the config file.
.IP
.IP "\fByum list obsoletes [glob_exp1] [\&.\&.\&.]\fP"
List the packages installed on the system that are obsoleted by packages
in any yum repository listed in the config file.
.IP
.IP "\fByum list recent\fP"
List packages recently added into the repositories. This is often not helpful,
but what you may really want to use is "yum list-updateinfo new" from the
security yum plugin.
.IP

.PP
.SH "SPECIFYING PACKAGE NAMES"
A package can be referred to for install, update, remove, list, info etc 
with any of the following as well as globs of any of the following:
.IP
.br
\fBname\fP
.br
\fBname.arch\fP
.br
\fBname-ver\fP
.br
\fBname-ver-rel\fP
.br
\fBname-ver-rel.arch\fP
.br
\fBname-epoch:ver-rel.arch\fP
.br
\fBepoch:name-ver-rel.arch\fP
.IP
For example: \fByum remove kernel-2.4.1-10.i686\fP
     this will remove this specific kernel-ver-rel.arch.
.IP
Or:          \fByum list available 'foo*'\fP 
     will list all available packages that match 'foo*'. (The single quotes will keep your shell from expanding the globs.)
.IP
.PP 
.SH "CLEAN OPTIONS"
The following are the ways which you can invoke \fByum\fP in clean mode.

Note that these commands only operate on the currently enabled repositories
within the current \fBcachedir\fR (that is, with any substitution variables
such as $releasever expanded to their runtime values).
To clean specific repositories, use \fB\-\-enablerepo\fP, \fB\-\-disablerepo\fP
or \fB\-\-releasever\fP accordingly.
Note, however, that untracked (no longer configured) repositories cannot be
cleaned this way; they have to be removed manually.

.IP "\fByum clean expire-cache\fP"
Eliminate the local data saying when the metadata and mirrorlists were downloaded for each repo. This means yum will revalidate the cache for each repo. next time it is used. However if the cache is still valid, nothing significant was deleted.

.IP "\fByum clean packages\fP"
Eliminate any cached packages from the system.  Note that packages are not automatically deleted after they are downloaded.

.IP "\fByum clean headers\fP"
Eliminate all of the header files, which old versions of yum used for
dependency resolution.

.IP "\fByum clean metadata\fP"
Eliminate all of the files which yum uses to determine the remote
availability of packages. Using this option will force yum to download all the 
metadata the next time it is run.

.IP "\fByum clean dbcache\fP"
Eliminate the sqlite cache used for faster access to metadata.
Using this option will force yum to download the sqlite metadata the next time
it is run, or recreate the sqlite metadata if using an older repo.

.IP "\fByum clean rpmdb\fP"
Eliminate any cached data from the local rpmdb.

.IP "\fByum clean plugins\fP"
Tell any enabled plugins to eliminate their cached data.

.IP "\fByum clean all\fP"
Does all of the above.
As a convenience, if this command does not result in a completely empty cache
due to the restrictions outlined at the beginning of this section, a message
will be printed, saying how much disk space can be reclaimed by cleaning the
remaining repos manually.
For this purpose, a repo is considered clean when its disk usage doesn't exceed
64KB (that is to account for directory entries and tiny metadata files such as
"productid" that are never cleaned).

.SH "EXAMPLES"
.PP
To list all updates that are security relevant, and get a return code on whether there are security updates use:
.IP
yum --security check-update
.PP
To upgrade packages that have security errata (upgrades to the latest
available package) use:
.IP
yum --security update
.PP
To upgrade packages that have security errata (upgrades to the last
security errata package) use:
.IP
yum --security update-minimal
.PP
To get a list of all BZs that are fixed for packages you have installed use:
.IP
yum updateinfo list bugzillas
.PP
To get a list of all security advisories, including the ones you have already
installed use:
.IP
yum updateinfo list all security
.PP
To get the information on advisory FEDORA-2707-4567 use:
.IP
yum updateinfo info FEDORA-2707-4567
.PP
For Red Hat advisories, respin suffixes are also accepted in the ID, although
they won't have any effect on the actual respin selected by yum, as it will
always select the latest one available.  For example, if you use:
.IP
yum updateinfo info RHSA-2016:1234-2
.PP
while RHSA-2016:1234-3 has been shipped already, yum will select the latter
(provided your updateinfo.xml is current).  The same would happen if you just
specified RHSA-2016:1234.  That said, there's no need for you to specify or
care about the suffix at all.
.PP
To update packages to the latest version which contain fixes for Bugzillas 123, 456 and 789; and all security updates use:
.IP
yum --bz 123 --bz 456 --bz 789 --security update
.PP
To update to the packages which just update Bugzillas 123, 456 and 789; and all security updates use:
.IP
yum --bz 123 --bz 456 --bz 789 --security update-minimal
.PP
To get an info list of the latest packages which contain fixes for Bugzilla 123; CVEs CVE-2207-0123 and CVE-2207-3210; and Fedora advisories FEDORA-2707-4567 and FEDORA-2707-7654 use:
.IP
yum --bz 123 --cve CVE-2207-0123 --cve CVE-2207-3210 --advisory FEDORA-2707-4567 --advisory FEDORA-2707-7654 info updates
.PP
To get a list of packages which are "new".
.IP
yum updateinfo list new
.PP
To get a summary of advisories you haven't installed yet use:
.IP
yum updateinfo summary


.PP 
.SH "PLUGINS"
Yum can be extended through the use of plugins. A plugin is a Python ".py" file
which is installed in one of the directories specified by the \fBpluginpath\fP
option in yum.conf. For a plugin to work, the following conditions must be met:
.LP
1. The plugin module file must be installed in the plugin path as just
described.
.LP
2. The global \fBplugins\fP option in /etc/yum.conf must be set to `1'.
.LP
3. A configuration file for the plugin must exist in
/etc/yum/pluginconf.d/<plugin_name>.conf and the \fBenabled\fR setting in this
file must set to `1'. The minimal content for such a configuration file is:
.IP
[main]
.br
enabled = 1
.LP
See the \fByum.conf(5)\fR man page for more information on plugin related
configuration options.

.PP
.SH "FILES"
.nf
/etc/yum.conf
/etc/yum/version-groups.conf
/etc/yum.repos.d/
/etc/yum/pluginconf.d/
/var/cache/yum/
.fi 

.PP
.SH "SEE ALSO"
.nf
.I pkcon (1)
.I yum.conf (5)
.I yum-updatesd (8)
.I package-cleanup (1)
.I repoquery (1)
.I yum-complete-transaction (1)
.I yumdownloader (1)
.I yum-utils (1)
.I yum-langpacks (1)
http://yum.baseurl.org/
http://yum.baseurl.org/wiki/Faq
yum search yum
.fi

.PP
.SH "AUTHORS"
.nf
See the Authors file included with this program.
.fi

.PP
.SH "BUGS"
There of course aren't any bugs, but if you find any, you should first
consult the FAQ mentioned above and then email the mailing list:
yum@lists.baseurl.org or filed in bugzilla.
.fi

Filemanager

Name Type Size Permission Actions
PAM.8.gz File 2.09 KB 0644
abrt-configuration.8.gz File 1.48 KB 0644
abrt-dbus.8.gz File 806 B 0644
abrtd.8.gz File 1.13 KB 0644
accessdb.8.gz File 959 B 0644
accton.8.gz File 545 B 0644
addgnupghome.8.gz File 506 B 0644
addpart.8.gz File 543 B 0644
adduser.8.gz File 5.7 KB 0644
agetty.8.gz File 5.64 KB 0644
alternatives.8.gz File 4.42 KB 0644
anacron.8.gz File 2.58 KB 0644
apachectl.8.gz File 1.66 KB 0644
applygnupgdefaults.8.gz File 512 B 0644
arp.8.gz File 2.43 KB 0644
arpd.8.gz File 1.93 KB 0644
arping.8.gz File 1.42 KB 0644
atd.8.gz File 853 B 0644
atrun.8.gz File 360 B 0644
audispd.8.gz File 1.15 KB 0644
auditctl.8.gz File 6.66 KB 0644
auditd.8.gz File 1.54 KB 0644
augenrules.8.gz File 685 B 0644
aulast.8.gz File 1.03 KB 0644
aulastlog.8.gz File 474 B 0644
aureport.8.gz File 2.41 KB 0644
ausearch.8.gz File 5.29 KB 0644
ausyscall.8.gz File 1.01 KB 0644
authconfig-tui.8.gz File 42 B 0644
authconfig.8.gz File 3.32 KB 0644
autrace.8.gz File 667 B 0644
auvirt.8.gz File 1.67 KB 0644
avcstat.8.gz File 457 B 0644
badblocks.8.gz File 2.7 KB 0644
biosdecode.8.gz File 949 B 0644
blkdeactivate.8.gz File 1.37 KB 0444
blkdiscard.8.gz File 1.19 KB 0644
blkid.8.gz File 4 KB 0644
blkiomon.8.gz File 1.22 KB 0644
blkmapd.8.gz File 960 B 0644
blktrace.8.gz File 3.16 KB 0644
blockdev.8.gz File 1.11 KB 0644
booleans.8.gz File 874 B 0644
brctl.8.gz File 2.6 KB 0644
bridge.8.gz File 4.74 KB 0644
btrace.8.gz File 1.07 KB 0644
btrecord.8.gz File 2.56 KB 0644
btreplay.8.gz File 2.65 KB 0644
ca-legacy.8.gz File 1.31 KB 0644
cacertdir_rehash.8.gz File 485 B 0644
cache_check.8.gz File 855 B 0644
cache_dump.8.gz File 728 B 0644
cache_metadata_size.8.gz File 659 B 0644
cache_repair.8.gz File 733 B 0644
cache_restore.8.gz File 886 B 0644
cache_writeback.8.gz File 742 B 0644
catman.8.gz File 1.31 KB 0644
cbq.8.gz File 38 B 0644
cfdisk.8.gz File 5.76 KB 0644
cgdisk.8.gz File 6.32 KB 0644
chcat.8.gz File 592 B 0644
chcpu.8.gz File 1.22 KB 0644
checkmodule.8.gz File 1.06 KB 0644
checkpolicy.8.gz File 813 B 0644
chgpasswd.8.gz File 2.41 KB 0644
chkconfig.8.gz File 2.84 KB 0644
chmem.8.gz File 1.69 KB 0644
chpasswd.8.gz File 2.21 KB 0644
chronyd.8.gz File 2.97 KB 0644
clock.8.gz File 39 B 0644
clockdiff.8.gz File 1.28 KB 0644
cons.saver.8.gz File 811 B 0644
consolehelper.8.gz File 1.19 KB 0644
convertquota.8.gz File 713 B 0644
cracklib-check.8.gz File 386 B 0644
cracklib-format.8.gz File 1.51 KB 0644
cracklib-packer.8.gz File 47 B 0644
cracklib-unpacker.8.gz File 47 B 0644
crda.8.gz File 1.04 KB 0644
create-cracklib-dict.8.gz File 469 B 0644
cron.8.gz File 3.67 KB 0644
crond.8.gz File 36 B 0644
cryptsetup.8.gz File 18.42 KB 0644
ctrlaltdel.8.gz File 839 B 0644
ctstat.8.gz File 38 B 0644
ddns-confgen.8.gz File 2.08 KB 0644
debugfs.8.gz File 5.81 KB 0644
delpart.8.gz File 492 B 0644
depmod.8.gz File 2.35 KB 0644
devlink-dev.8.gz File 1.27 KB 0644
devlink-monitor.8.gz File 473 B 0644
devlink-port.8.gz File 819 B 0644
devlink-sb.8.gz File 1.7 KB 0644
devlink.8.gz File 1001 B 0644
dhclient-script.8.gz File 4.84 KB 0644
dhclient.8.gz File 7.07 KB 0644
dm_dso_reg_tool.8.gz File 892 B 0444
dmevent_tool.8.gz File 892 B 0444
dmeventd.8.gz File 1.56 KB 0444
dmfilemapd.8.gz File 2.48 KB 0444
dmidecode.8.gz File 4.07 KB 0644
dmraid.8.gz File 4.88 KB 0444
dmraid.static.8.gz File 4.88 KB 0444
dmsetup.8.gz File 8.64 KB 0444
dmstats.8.gz File 10.51 KB 0444
dnssec-checkds.8.gz File 1.11 KB 0644
dnssec-coverage.8.gz File 2.39 KB 0644
dnssec-dsfromkey.8.gz File 2.07 KB 0644
dnssec-importkey.8.gz File 2.1 KB 0644
dnssec-keyfromlabel.8.gz File 4.32 KB 0644
dnssec-keygen.8.gz File 4.95 KB 0644
dnssec-keymgr.8.gz File 3.25 KB 0644
dnssec-revoke.8.gz File 1.36 KB 0644
dnssec-settime.8.gz File 2.98 KB 0644
dnssec-signzone.8.gz File 5.89 KB 0644
dnssec-verify.8.gz File 1.77 KB 0644
dosfsck.8.gz File 2.77 KB 0644
dracut-cmdline.service.8.gz File 614 B 0644
dracut-initqueue.service.8.gz File 615 B 0644
dracut-mount.service.8.gz File 608 B 0644
dracut-pre-mount.service.8.gz File 614 B 0644
dracut-pre-pivot.service.8.gz File 619 B 0644
dracut-pre-trigger.service.8.gz File 614 B 0644
dracut-pre-udev.service.8.gz File 613 B 0644
dracut-shutdown.service.8.gz File 1.17 KB 0644
dracut.8.gz File 10.73 KB 0644
dump-acct.8.gz File 790 B 0644
dump-utmp.8.gz File 724 B 0644
dumpe2fs.8.gz File 1009 B 0644
e2freefrag.8.gz File 1.11 KB 0644
e2fsck.8.gz File 4.47 KB 0644
e2image.8.gz File 3.47 KB 0644
e2label.8.gz File 636 B 0644
e2undo.8.gz File 614 B 0644
e4defrag.8.gz File 939 B 0644
ebtables.8.gz File 11.95 KB 0644
edquota.8.gz File 2.03 KB 0644
era_check.8.gz File 604 B 0644
era_dump.8.gz File 780 B 0644
era_invalidate.8.gz File 724 B 0644
era_restore.8.gz File 795 B 0644
ether-wake.8.gz File 1.47 KB 0644
ethtool.8.gz File 8.05 KB 0644
exportfs.8.gz File 2.86 KB 0644
faillock.8.gz File 1.03 KB 0644
fatlabel.8.gz File 1000 B 0644
fcgistarter.8.gz File 508 B 0644
fdformat.8.gz File 862 B 0644
fdisk.8.gz File 4.06 KB 0644
filefrag.8.gz File 744 B 0644
findfs.8.gz File 826 B 0644
findmnt.8.gz File 2.89 KB 0644
fipscheck.8.gz File 1.67 KB 0644
fipshmac.8.gz File 1.3 KB 0644
fixfiles.8.gz File 1.33 KB 0644
fixparts.8.gz File 4.27 KB 0644
fsadm.8.gz File 1.15 KB 0444
fsck.8.gz File 4.94 KB 0644
fsck.cramfs.8.gz File 588 B 0644
fsck.ext2.8.gz File 4.47 KB 0644
fsck.ext3.8.gz File 4.47 KB 0644
fsck.ext4.8.gz File 4.47 KB 0644
fsck.fat.8.gz File 2.77 KB 0644
fsck.fat.8.manpage-fix.gz File 2.76 KB 0644
fsck.minix.8.gz File 1.76 KB 0644
fsck.msdos.8.gz File 2.77 KB 0644
fsck.vfat.8.gz File 2.77 KB 0644
fsck.xfs.8.gz File 371 B 0644
fsfreeze.8.gz File 1.14 KB 0644
fstrim.8.gz File 1.46 KB 0644
garbd.8.gz File 1.1 KB 0644
gdisk.8.gz File 9.78 KB 0644
genhomedircon.8.gz File 529 B 0644
genl-ctrl-list.8.gz File 928 B 0644
genl.8.gz File 770 B 0644
genrandom.8.gz File 1.01 KB 0644
getcap.8.gz File 417 B 0644
getenforce.8.gz File 268 B 0644
getkeycodes.8.gz File 254 B 0644
getpcaps.8.gz File 406 B 0644
getsebool.8.gz File 585 B 0644
gluster-setgfid2path.8.gz File 799 B 0644
gluster.8.gz File 5.69 KB 0644
glusterfs.8.gz File 2.29 KB 0644
groupadd.8.gz File 2.55 KB 0644
groupdel.8.gz File 1.58 KB 0644
groupmems.8.gz File 1.63 KB 0644
groupmod.8.gz File 2.14 KB 0644
grpck.8.gz File 2.04 KB 0644
grpconv.8.gz File 38 B 0644
grpunconv.8.gz File 38 B 0644
grub2-bios-setup.8.gz File 612 B 0644
grub2-install.8.gz File 1.26 KB 0644
grub2-macbless.8.gz File 323 B 0644
grub2-mkconfig.8.gz File 235 B 0644
grub2-ofpathname.8.gz File 206 B 0644
grub2-probe.8.gz File 654 B 0644
grub2-reboot.8.gz File 418 B 0644
grub2-rpm-sort.8.gz File 236 B 0644
grub2-set-default.8.gz File 405 B 0644
grub2-setpassword.8.gz File 428 B 0644
grub2-sparc64-setup.8.gz File 236 B 0644
grubby.8.gz File 4.27 KB 0644
gssd.8.gz File 3.78 KB 0644
gssproxy-mech.8.gz File 1.34 KB 0644
gssproxy.8.gz File 1.5 KB 0644
halt.8.gz File 940 B 0644
htcacheclean.8.gz File 2.39 KB 0644
httpd.8.gz File 1.93 KB 0644
hwclock.8.gz File 7.91 KB 0644
i386.8.gz File 39 B 0644
idmapd.8.gz File 1.26 KB 0644
ifcfg.8.gz File 629 B 0644
ifconfig.8.gz File 3.26 KB 0644
ifdown.8.gz File 555 B 0644
ifenslave.8.gz File 953 B 0644
ifstat.8.gz File 897 B 0644
ifup.8.gz File 555 B 0644
insmod.8.gz File 930 B 0644
installkernel.8.gz File 451 B 0644
intel-microcode2ucode.8.gz File 1.09 KB 0644
intro.8.gz File 1.17 KB 0644
ip-address.8.gz File 3.64 KB 0644
ip-addrlabel.8.gz File 669 B 0644
ip-fou.8.gz File 738 B 0644
ip-gue.8.gz File 38 B 0644
ip-l2tp.8.gz File 4.24 KB 0644
ip-link.8.gz File 13.6 KB 0644
ip-macsec.8.gz File 876 B 0644
ip-maddress.8.gz File 557 B 0644
ip-monitor.8.gz File 1.41 KB 0644
ip-mroute.8.gz File 649 B 0644
ip-neighbour.8.gz File 1.9 KB 0644
ip-netconf.8.gz File 494 B 0644
ip-netns.8.gz File 2.07 KB 0644
ip-ntable.8.gz File 765 B 0644
ip-route.8.gz File 7.2 KB 0644
ip-rule.8.gz File 3 KB 0644
ip-tcp_metrics.8.gz File 1.46 KB 0644
ip-token.8.gz File 812 B 0644
ip-tunnel.8.gz File 1.97 KB 0644
ip-vrf.8.gz File 1.17 KB 0644
ip-xfrm.8.gz File 3.57 KB 0644
ip.8.gz File 2.81 KB 0644
ip6tables-restore.8.gz File 48 B 0644
ip6tables-save.8.gz File 45 B 0644
ip6tables.8.gz File 40 B 0644
ipmaddr.8.gz File 394 B 0644
ipset.8.gz File 10.18 KB 0644
iptables-extensions.8.gz File 31.28 KB 0644
iptables-restore.8.gz File 1.58 KB 0644
iptables-save.8.gz File 1.18 KB 0644
iptables.8.gz File 7.64 KB 0644
iptunnel.8.gz File 557 B 0644
isc-hmac-fixup.8.gz File 1.4 KB 0644
isosize.8.gz File 743 B 0644
iw.8.gz File 608 B 0644
kbdrate.8.gz File 1.17 KB 0644
kdumpctl.8.gz File 559 B 0644
kernel-install.8.gz File 1.55 KB 0644
kexec.8.gz File 2.42 KB 0644
key.dns_resolver.8.gz File 774 B 0644
killall5.8.gz File 1021 B 0644
kmod.8.gz File 948 B 0644
kpartx.8.gz File 851 B 0644
lastlog.8.gz File 1.55 KB 0644
ld-linux.8.gz File 37 B 0644
ld-linux.so.8.gz File 37 B 0644
ld.so.8.gz File 5.91 KB 0644
ldattach.8.gz File 1.58 KB 0644
ldconfig.8.gz File 1.95 KB 0644
ledctl.8.gz File 4.58 KB 0644
ledmon.8.gz File 3.5 KB 0644
libnss_myhostname.so.2.8.gz File 46 B 0644
libnss_mymachines.so.2.8.gz File 46 B 0644
linux32.8.gz File 39 B 0644
linux64.8.gz File 39 B 0644
lnstat.8.gz File 2.62 KB 0644
load_policy.8.gz File 544 B 0644
loadunimap.8.gz File 560 B 0644
logrotate.8.gz File 6.77 KB 0644
logsave.8.gz File 829 B 0644
losetup.8.gz File 1.83 KB 0644
lsblk.8.gz File 1.82 KB 0644
lslocks.8.gz File 1.17 KB 0644
lsmod.8.gz File 788 B 0644
lsns.8.gz File 1.14 KB 0644
lsof.8.gz File 35.79 KB 0644
lspci.8.gz File 4.24 KB 0644
lsusb.8.gz File 902 B 0644
lvchange.8.gz File 7.67 KB 0444
lvconvert.8.gz File 9.65 KB 0444
lvcreate.8.gz File 11.55 KB 0444
lvdisplay.8.gz File 4.29 KB 0444
lvextend.8.gz File 5.26 KB 0444
lvm-config.8.gz File 36 B 0444
lvm-dumpconfig.8.gz File 36 B 0444
lvm-fullreport.8.gz File 4.06 KB 0444
lvm-lvpoll.8.gz File 2.5 KB 0444
lvm.8.gz File 6.47 KB 0444
lvm2-activation-generator.8.gz File 949 B 0444
lvmconf.8.gz File 837 B 0444
lvmconfig.8.gz File 3.78 KB 0444
lvmdiskscan.8.gz File 2.28 KB 0444
lvmdump.8.gz File 1.53 KB 0444
lvmetad.8.gz File 1.82 KB 0444
lvmpolld.8.gz File 1.39 KB 0444
lvmsadc.8.gz File 288 B 0444
lvmsar.8.gz File 279 B 0444
lvreduce.8.gz File 3.35 KB 0444
lvremove.8.gz File 3.39 KB 0444
lvrename.8.gz File 2.45 KB 0444
lvresize.8.gz File 4.99 KB 0444
lvs.8.gz File 5.52 KB 0444
lvscan.8.gz File 2.7 KB 0444
lwresd.8.gz File 2.45 KB 0644
makedumpfile.8.gz File 6.88 KB 0644
mandb.8.gz File 2.48 KB 0644
mapscrn.8.gz File 1.48 KB 0644
matchpathcon.8.gz File 726 B 0644
mdadm.8.gz File 31.91 KB 0644
mdmon.8.gz File 3.11 KB 0644
mii-diag.8.gz File 2.23 KB 0644
mii-tool.8.gz File 1.66 KB 0644
mkdosfs.8.gz File 3.29 KB 0644
mkdumprd.8.gz File 653 B 0644
mke2fs.8.gz File 6.93 KB 0644
mkfs.8.gz File 1.36 KB 0644
mkfs.cramfs.8.gz File 1.14 KB 0644
mkfs.ext2.8.gz File 6.93 KB 0644
mkfs.ext3.8.gz File 6.93 KB 0644
mkfs.ext4.8.gz File 6.93 KB 0644
mkfs.fat.8.gz File 3.29 KB 0644
mkfs.minix.8.gz File 1008 B 0644
mkfs.msdos.8.gz File 3.29 KB 0644
mkfs.vfat.8.gz File 3.29 KB 0644
mkfs.xfs.8.gz File 7.82 KB 0644
mkhomedir_helper.8.gz File 886 B 0644
mkinitrd.8.gz File 1.14 KB 0644
mklost+found.8.gz File 697 B 0644
mkswap.8.gz File 1.98 KB 0644
modinfo.8.gz File 1.6 KB 0644
modprobe.8.gz File 3.5 KB 0644
mount.8.gz File 29.84 KB 0644
mount.fuse.8.gz File 3.84 KB 0644
mount.glusterfs.8.gz File 2.07 KB 0644
mount.nfs.8.gz File 880 B 0644
mountd.8.gz File 3.61 KB 0644
mountstats.8.gz File 1.22 KB 0644
mtr.8.gz File 2.81 KB 0644
mysqld.8.gz File 1.32 KB 0644
named-checkconf.8.gz File 1.59 KB 0644
named-checkzone.8.gz File 3.01 KB 0644
named-compilezone.8.gz File 3.01 KB 0644
named-journalprint.8.gz File 1.13 KB 0644
named.8.gz File 4.58 KB 0644
nameif.8.gz File 633 B 0644
netstat.8.gz File 4.17 KB 0644
new-kernel-pkg.8.gz File 934 B 0644
newusers.8.gz File 3.96 KB 0644
nfsd.8.gz File 2.19 KB 0644
nfsdcltrack.8.gz File 1.88 KB 0644
nfsidmap.8.gz File 1.66 KB 0644
nfsiostat.8.gz File 1.11 KB 0644
nfsstat.8.gz File 1.61 KB 0644
nl-classid-lookup.8.gz File 535 B 0644
nl-pktloc-lookup.8.gz File 701 B 0644
nl-qdisc-add.8.gz File 1.27 KB 0644
nl-qdisc-delete.8.gz File 44 B 0644
nl-qdisc-list.8.gz File 44 B 0644
nologin.8.gz File 1.28 KB 0644
nscd.8.gz File 1.51 KB 0644
nsec3hash.8.gz File 1.04 KB 0644
nss-myhostname.8.gz File 1.48 KB 0644
nss-mymachines.8.gz File 976 B 0644
nstat.8.gz File 38 B 0644
ntpdate.8.gz File 2.71 KB 0644
ntsysv.8.gz File 604 B 0644
ownership.8.gz File 474 B 0644
p11-kit.8.gz File 1.42 KB 0644
pam.8.gz File 35 B 0644
pam_access.8.gz File 2.1 KB 0644
pam_console.8.gz File 1.73 KB 0644
pam_console_apply.8.gz File 1.12 KB 0644
pam_cracklib.8.gz File 3.89 KB 0644
pam_debug.8.gz File 1.37 KB 0644
pam_deny.8.gz File 1.07 KB 0644
pam_echo.8.gz File 1.23 KB 0644
pam_env.8.gz File 1.55 KB 0644
pam_exec.8.gz File 1.74 KB 0644
pam_faildelay.8.gz File 1014 B 0644
pam_faillock.8.gz File 3.29 KB 0644
pam_filter.8.gz File 1.96 KB 0644
pam_ftp.8.gz File 1.43 KB 0644
pam_group.8.gz File 1.38 KB 0644
pam_issue.8.gz File 1.29 KB 0644
pam_keyinit.8.gz File 1.77 KB 0644
pam_lastlog.8.gz File 1.73 KB 0644
pam_limits.8.gz File 1.79 KB 0644
pam_listfile.8.gz File 2.29 KB 0644
pam_localuser.8.gz File 1.24 KB 0644
pam_loginuid.8.gz File 1.24 KB 0644
pam_mail.8.gz File 1.63 KB 0644
pam_mkhomedir.8.gz File 1.45 KB 0644
pam_motd.8.gz File 949 B 0644
pam_namespace.8.gz File 3.28 KB 0644
pam_nologin.8.gz File 1.34 KB 0644
pam_permit.8.gz File 1.02 KB 0644
pam_postgresok.8.gz File 516 B 0644
pam_pwhistory.8.gz File 1.55 KB 0644
pam_pwquality.8.gz File 3.56 KB 0644
pam_rhosts.8.gz File 1.48 KB 0644
pam_rootok.8.gz File 1.12 KB 0644
pam_securetty.8.gz File 1.46 KB 0644
pam_selinux.8.gz File 1.79 KB 0644
pam_sepermit.8.gz File 1.44 KB 0644
pam_shells.8.gz File 942 B 0644
pam_sss.8.gz File 2.38 KB 0644
pam_succeed_if.8.gz File 1.71 KB 0644
pam_systemd.8.gz File 2.6 KB 0644
pam_tally2.8.gz File 2.91 KB 0644
pam_time.8.gz File 1.27 KB 0644
pam_timestamp.8.gz File 1.38 KB 0644
pam_timestamp_check.8.gz File 1.27 KB 0644
pam_tty_audit.8.gz File 1.8 KB 0644
pam_umask.8.gz File 1.4 KB 0644
pam_unix.8.gz File 3.11 KB 0644
pam_userdb.8.gz File 1.76 KB 0644
pam_warn.8.gz File 1.06 KB 0644
pam_wheel.8.gz File 1.56 KB 0644
pam_xauth.8.gz File 2.19 KB 0644
paperconfig.8.gz File 779 B 0644
parted.8.gz File 2.15 KB 0644
partprobe.8.gz File 854 B 0644
partx.8.gz File 1.91 KB 0644
pidof.8.gz File 1.64 KB 0644
ping.8.gz File 6.18 KB 0644
ping6.8.gz File 6.18 KB 0644
pivot_root.8.gz File 1.12 KB 0644
pkla-admin-identities.8.gz File 2.09 KB 0644
pkla-check-authorization.8.gz File 3.84 KB 0644
pklocalauthority.8.gz File 758 B 0644
plipconfig.8.gz File 889 B 0644
pluginviewer.8.gz File 1.76 KB 0644
pm-action.8.gz File 4.36 KB 0644
pm-hibernate.8.gz File 4.36 KB 0644
pm-pmu.8.gz File 861 B 0644
pm-powersave.8.gz File 1.09 KB 0644
pm-suspend-hybrid.8.gz File 4.36 KB 0644
pm-suspend.8.gz File 4.36 KB 0644
pm-utils-bugreport-info.sh.8.gz File 669 B 0644
polkit.8.gz File 7.92 KB 0644
polkitd.8.gz File 985 B 0644
poweroff.8.gz File 36 B 0644
ppp-watch.8.gz File 420 B 0644
pure-authd.8.gz File 1.69 KB 0644
pure-certd.8.gz File 1.19 KB 0644
pure-ftpd.8.gz File 11.43 KB 0644
pure-ftpwho.8.gz File 1.2 KB 0644
pure-mrtginfo.8.gz File 1015 B 0644
pure-pw.8.gz File 1.06 KB 0644
pure-pwconvert.8.gz File 419 B 0644
pure-quotacheck.8.gz File 992 B 0644
pure-statsdecode.8.gz File 554 B 0644
pure-uploadscript.8.gz File 1.8 KB 0644
pvchange.8.gz File 3.2 KB 0444
pvck.8.gz File 2.39 KB 0444
pvcreate.8.gz File 4.47 KB 0444
pvdisplay.8.gz File 4.28 KB 0444
pvmove.8.gz File 4.68 KB 0444
pvremove.8.gz File 2.46 KB 0444
pvresize.8.gz File 2.52 KB 0444
pvs.8.gz File 4.31 KB 0444
pvscan.8.gz File 4.02 KB 0444
pwck.8.gz File 2.1 KB 0644
pwconv.8.gz File 2.06 KB 0644
pwhistory_helper.8.gz File 907 B 0644
pwunconv.8.gz File 38 B 0644
qemu-ga.8.gz File 2.56 KB 0644
qemu-nbd.8.gz File 2.21 KB 0644
quot.8.gz File 674 B 0644
quotacheck.8.gz File 2.26 KB 0644
quotaoff.8.gz File 1.83 KB 0644
quotaon.8.gz File 1.83 KB 0644
quotastats.8.gz File 390 B 0644
raw.8.gz File 1.47 KB 0644
rawdevices.8.gz File 35 B 0644
rdisc.8.gz File 1.96 KB 0644
rdma-dev.8.gz File 531 B 0644
rdma-link.8.gz File 488 B 0644
rdma-resource.8.gz File 794 B 0644
rdma.8.gz File 1.17 KB 0644
readprofile.8.gz File 2.08 KB 0644
reboot.8.gz File 36 B 0644
regdbdump.8.gz File 444 B 0644
repquota.8.gz File 1.66 KB 0644
request-key.8.gz File 702 B 0644
rescan-scsi-bus.sh.8.gz File 1.09 KB 0644
resize2fs.8.gz File 1.74 KB 0644
resizecons.8.gz File 1.11 KB 0644
resizepart.8.gz File 538 B 0644
restorecon.8.gz File 1.65 KB 0644
rfkill.8.gz File 672 B 0644
rmmod.8.gz File 1.12 KB 0644
rndc-confgen.8.gz File 2.1 KB 0644
rndc.8.gz File 7.12 KB 0644
rngd.8.gz File 1.39 KB 0644
rotatelogs.8.gz File 3.48 KB 0644
route.8.gz File 3.26 KB 0644
routef.8.gz File 38 B 0644
routel.8.gz File 580 B 0644
rpc.gssd.8.gz File 3.78 KB 0644
rpc.idmapd.8.gz File 1.26 KB 0644
rpc.mountd.8.gz File 3.61 KB 0644
rpc.nfsd.8.gz File 2.19 KB 0644
rpc.rquotad.8.gz File 1.08 KB 0644
rpc.sm-notify.8.gz File 3.9 KB 0644
rpc.statd.8.gz File 4.63 KB 0644
rpcbind.8.gz File 1.53 KB 0644
rpcdebug.8.gz File 1.01 KB 0644
rpcinfo.8.gz File 2.33 KB 0644
rpm.8.gz File 7.53 KB 0644
rpm2cpio.8.gz File 378 B 0644
rpmdb.8.gz File 601 B 0644
rpmkeys.8.gz File 1002 B 0644
rsyslogd.8.gz File 4.31 KB 0644
rtacct.8.gz File 621 B 0644
rtcwake.8.gz File 2.71 KB 0644
rtmon.8.gz File 975 B 0644
rtpr.8.gz File 324 B 0644
rtstat.8.gz File 38 B 0644
runlevel.8.gz File 932 B 0644
sa.8.gz File 3.05 KB 0644
sa1.8.gz File 809 B 0644
sa2.8.gz File 600 B 0644
sadc.8.gz File 2.36 KB 0644
safe_finger.8.gz File 638 B 0644
sandbox.8.gz File 1.59 KB 0644
saslauthd.8.gz File 3.4 KB 0644
sasldblistusers2.8.gz File 1.23 KB 0644
saslpasswd2.8.gz File 1.52 KB 0644
scsi-rescan.8.gz File 50 B 0644
scsi_logging_level.8.gz File 1.36 KB 0644
scsi_mandat.8.gz File 886 B 0644
scsi_readcap.8.gz File 1 KB 0644
scsi_ready.8.gz File 807 B 0644
scsi_satl.8.gz File 877 B 0644
scsi_start.8.gz File 788 B 0644
scsi_stop.8.gz File 788 B 0644
scsi_temperature.8.gz File 707 B 0644
sefcontext_compile.8.gz File 700 B 0644
selinux.8.gz File 1.94 KB 0644
selinuxconlist.8.gz File 317 B 0644
selinuxdefcon.8.gz File 365 B 0644
selinuxenabled.8.gz File 314 B 0644
selinuxexeccon.8.gz File 397 B 0644
semanage-boolean.8.gz File 796 B 0644
semanage-dontaudit.8.gz File 632 B 0644
semanage-export.8.gz File 581 B 0644
semanage-fcontext.8.gz File 1.37 KB 0644
semanage-ibendport.8.gz File 913 B 0644
semanage-ibpkey.8.gz File 932 B 0644
semanage-import.8.gz File 580 B 0644
semanage-interface.8.gz File 808 B 0644
semanage-login.8.gz File 1 KB 0644
semanage-module.8.gz File 711 B 0644
semanage-node.8.gz File 805 B 0644
semanage-permissive.8.gz File 604 B 0644
semanage-port.8.gz File 1.11 KB 0644
semanage-user.8.gz File 1.29 KB 0644
semanage.8.gz File 1.11 KB 0644
semodule.8.gz File 1.67 KB 0644
semodule_package.8.gz File 690 B 0644
service.8.gz File 1.18 KB 0644
sestatus.8.gz File 856 B 0644
setarch.8.gz File 1.22 KB 0644
setcap.8.gz File 606 B 0644
setenforce.8.gz File 347 B 0644
setfiles.8.gz File 1.91 KB 0644
setfont.8.gz File 2.89 KB 0644
setkeycodes.8.gz File 1.26 KB 0644
setpci.8.gz File 2.59 KB 0644
setquota.8.gz File 1.65 KB 0644
setsebool.8.gz File 582 B 0644
setserial.8.gz File 6.35 KB 0644
setvtrgb.8.gz File 590 B 0644
sfdisk.8.gz File 7.5 KB 0644
sftp-server.8.gz File 2.45 KB 0644
sg3_utils.8.gz File 8.07 KB 0644
sg_compare_and_write.8.gz File 3.26 KB 0644
sg_copy_results.8.gz File 1.86 KB 0644
sg_dd.8.gz File 8.41 KB 0644
sg_decode_sense.8.gz File 2.3 KB 0644
sg_emc_trespass.8.gz File 1.07 KB 0644
sg_format.8.gz File 7.7 KB 0644
sg_get_config.8.gz File 2.78 KB 0644
sg_get_lba_status.8.gz File 1.67 KB 0644
sg_ident.8.gz File 2.19 KB 0644
sg_inq.8.gz File 6.2 KB 0644
sg_logs.8.gz File 4.62 KB 0644
sg_luns.8.gz File 3.5 KB 0644
sg_map.8.gz File 2.38 KB 0644
sg_map26.8.gz File 2.26 KB 0644
sg_modes.8.gz File 3.89 KB 0644
sg_opcodes.8.gz File 3.28 KB 0644
sg_persist.8.gz File 6.34 KB 0644
sg_prevent.8.gz File 1.29 KB 0644
sg_raw.8.gz File 2.5 KB 0644
sg_rbuf.8.gz File 2.7 KB 0644
sg_rdac.8.gz File 843 B 0644
sg_read.8.gz File 3.31 KB 0644
sg_read_block_limits.8.gz File 980 B 0644
sg_read_buffer.8.gz File 1.37 KB 0644
sg_read_long.8.gz File 1.9 KB 0644
sg_readcap.8.gz File 2.54 KB 0644
sg_reassign.8.gz File 3.07 KB 0644
sg_referrals.8.gz File 1.2 KB 0644
sg_requests.8.gz File 2.38 KB 0644
sg_reset.8.gz File 2.55 KB 0644
sg_rmsn.8.gz File 1.25 KB 0644
sg_rtpg.8.gz File 1.04 KB 0644
sg_safte.8.gz File 1.66 KB 0644
sg_sanitize.8.gz File 3.46 KB 0644
sg_sat_identify.8.gz File 2.46 KB 0644
sg_sat_phy_event.8.gz File 2.33 KB 0644
sg_sat_set_features.8.gz File 2.07 KB 0644
sg_scan.8.gz File 1.52 KB 0644
sg_senddiag.8.gz File 3.54 KB 0644
sg_ses.8.gz File 7.49 KB 0644
sg_start.8.gz File 4.31 KB 0644
sg_stpg.8.gz File 2.21 KB 0644
sg_sync.8.gz File 1.79 KB 0644
sg_test_rwbuf.8.gz File 1.77 KB 0644
sg_turs.8.gz File 2.01 KB 0644
sg_unmap.8.gz File 2.43 KB 0644
sg_verify.8.gz File 3.84 KB 0644
sg_vpd.8.gz File 3.45 KB 0644
sg_wr_mode.8.gz File 3.39 KB 0644
sg_write_buffer.8.gz File 2.24 KB 0644
sg_write_long.8.gz File 3.08 KB 0644
sg_write_same.8.gz File 5.25 KB 0644
sg_xcopy.8.gz File 5.37 KB 0644
sgdisk.8.gz File 9.71 KB 0644
sginfo.8.gz File 4.75 KB 0644
sgm_dd.8.gz File 4.66 KB 0644
sgp_dd.8.gz File 5.09 KB 0644
showconsolefont.8.gz File 405 B 0644
showmount.8.gz File 839 B 0644
shutdown.8.gz File 1.15 KB 0644
slattach.8.gz File 1.41 KB 0644
sln.8.gz File 1.09 KB 0644
sm-notify.8.gz File 3.9 KB 0644
smartctl.8.gz File 31.07 KB 0644
smartd.8.gz File 10.85 KB 0644
ss.8.gz File 2.45 KB 0644
ssh-keysign.8.gz File 1.66 KB 0644
ssh-pkcs11-helper.8.gz File 810 B 0644
sshd.8.gz File 10.94 KB 0644
sssd_krb5_locator_plugin.8.gz File 2.17 KB 0644
stapbpf.8.gz File 1.5 KB 0644
stapdyn.8.gz File 1.75 KB 0644
staprun.8.gz File 3.53 KB 0644
stapsh.8.gz File 319 B 0644
start-stop-daemon.8.gz File 4.26 KB 0644
statd.8.gz File 4.63 KB 0644
stunnel.8.gz File 11.63 KB 0644
sudo.8.gz File 9.77 KB 0644
sudoedit.8.gz File 9.77 KB 0644
sudoreplay.8.gz File 4.27 KB 0644
suexec.8.gz File 695 B 0644
sulogin.8.gz File 1.56 KB 0644
sushell.8.gz File 285 B 0644
swaplabel.8.gz File 895 B 0644
swapoff.8.gz File 38 B 0644
swapon.8.gz File 3.19 KB 0644
switch_root.8.gz File 743 B 0644
sync.8.gz File 1.36 KB 0644
sys-unconfig.8.gz File 442 B 0644
sysctl.8.gz File 1.91 KB 0644
systemd-activate.8.gz File 1.3 KB 0644
systemd-ask-password-console.path.8.gz File 68 B 0644
systemd-ask-password-console.service.8.gz File 891 B 0644
systemd-ask-password-wall.path.8.gz File 68 B 0644
systemd-ask-password-wall.service.8.gz File 68 B 0644
systemd-backlight.8.gz File 58 B 0644
systemd-backlight@.service.8.gz File 860 B 0644
systemd-binfmt.8.gz File 54 B 0644
systemd-binfmt.service.8.gz File 550 B 0644
systemd-coredump.8.gz File 1.02 KB 0644
systemd-cryptsetup-generator.8.gz File 1.69 KB 0644
systemd-cryptsetup.8.gz File 59 B 0644
systemd-cryptsetup@.service.8.gz File 802 B 0644
systemd-debug-generator.8.gz File 888 B 0644
systemd-efi-boot-generator.8.gz File 773 B 0644
systemd-fsck-root.service.8.gz File 53 B 0644
systemd-fsck.8.gz File 53 B 0644
systemd-fsck@.service.8.gz File 1.28 KB 0644
systemd-fstab-generator.8.gz File 1.19 KB 0644
systemd-getty-generator.8.gz File 1.12 KB 0644
systemd-gpt-auto-generator.8.gz File 1.84 KB 0644
systemd-halt.service.8.gz File 1.13 KB 0644
systemd-hibernate-resume-generator.8.gz File 720 B 0644
systemd-hibernate-resume.8.gz File 65 B 0644
systemd-hibernate-resume@.service.8.gz File 830 B 0644
systemd-hibernate.service.8.gz File 55 B 0644
systemd-hostnamed.8.gz File 57 B 0644
systemd-hostnamed.service.8.gz File 734 B 0644
systemd-hwdb.8.gz File 693 B 0644
systemd-hybrid-sleep.service.8.gz File 55 B 0644
systemd-initctl.8.gz File 55 B 0644
systemd-initctl.service.8.gz File 566 B 0644
systemd-initctl.socket.8.gz File 55 B 0644
systemd-journal-upload.8.gz File 2.06 KB 0644
systemd-journald.8.gz File 56 B 0644
systemd-journald.service.8.gz File 2.17 KB 0644
systemd-journald.socket.8.gz File 56 B 0644
systemd-kexec.service.8.gz File 52 B 0644
systemd-localed.8.gz File 55 B 0644
systemd-localed.service.8.gz File 757 B 0644
systemd-logind.8.gz File 54 B 0644
systemd-logind.service.8.gz File 1.13 KB 0644
systemd-machine-id-commit.service.8.gz File 972 B 0644
systemd-machined.8.gz File 56 B 0644
systemd-machined.service.8.gz File 779 B 0644
systemd-modules-load.8.gz File 60 B 0644
systemd-modules-load.service.8.gz File 706 B 0644
systemd-poweroff.service.8.gz File 52 B 0644
systemd-quotacheck.8.gz File 58 B 0644
systemd-quotacheck.service.8.gz File 754 B 0644
systemd-random-seed.8.gz File 59 B 0644
systemd-random-seed.service.8.gz File 599 B 0644
systemd-readahead-collect.service.8.gz File 61 B 0644
systemd-readahead-done.service.8.gz File 61 B 0644
systemd-readahead-done.timer.8.gz File 61 B 0644
systemd-readahead-replay.service.8.gz File 1.47 KB 0644
systemd-readahead.8.gz File 61 B 0644
systemd-reboot.service.8.gz File 52 B 0644
systemd-remount-fs.8.gz File 58 B 0644
systemd-remount-fs.service.8.gz File 886 B 0644
systemd-rfkill.8.gz File 55 B 0644
systemd-rfkill@.service.8.gz File 682 B 0644
systemd-shutdown.8.gz File 52 B 0644
systemd-shutdownd.8.gz File 57 B 0644
systemd-shutdownd.service.8.gz File 553 B 0644
systemd-shutdownd.socket.8.gz File 57 B 0644
systemd-sleep.8.gz File 55 B 0644
systemd-socket-proxyd.8.gz File 1.5 KB 0644
systemd-suspend.service.8.gz File 1.28 KB 0644
systemd-sysctl.8.gz File 52 B 0644
systemd-sysctl.service.8.gz File 529 B 0644
systemd-system-update-generator.8.gz File 671 B 0644
systemd-sysv-generator.8.gz File 1.04 KB 0644
systemd-timedated.8.gz File 57 B 0644
systemd-timedated.service.8.gz File 761 B 0644
systemd-tmpfiles-clean.service.8.gz File 48 B 0644
systemd-tmpfiles-clean.timer.8.gz File 48 B 0644
systemd-tmpfiles-setup-dev.service.8.gz File 48 B 0644
systemd-tmpfiles-setup.service.8.gz File 48 B 0644
systemd-tmpfiles.8.gz File 1.53 KB 0644
systemd-udevd-control.socket.8.gz File 53 B 0644
systemd-udevd-kernel.socket.8.gz File 53 B 0644
systemd-udevd.8.gz File 53 B 0644
systemd-udevd.service.8.gz File 1.4 KB 0644
systemd-update-done.8.gz File 59 B 0644
systemd-update-done.service.8.gz File 874 B 0644
systemd-update-utmp-runlevel.service.8.gz File 59 B 0644
systemd-update-utmp.8.gz File 59 B 0644
systemd-update-utmp.service.8.gz File 586 B 0644
systemd-user-sessions.8.gz File 59 B 0644
systemd-user-sessions.service.8.gz File 603 B 0644
systemd-vconsole-setup.8.gz File 62 B 0644
systemd-vconsole-setup.service.8.gz File 802 B 0644
t1libconfig.8.gz File 732 B 0644
tc-basic.8.gz File 438 B 0644
tc-bfifo.8.gz File 1.05 KB 0644
tc-bpf.8.gz File 9.62 KB 0644
tc-cbq-details.8.gz File 5.49 KB 0644
tc-cbq.8.gz File 4.68 KB 0644
tc-cgroup.8.gz File 1.01 KB 0644
tc-choke.8.gz File 909 B 0644
tc-codel.8.gz File 1.76 KB 0644
tc-connmark.8.gz File 664 B 0644
tc-csum.8.gz File 758 B 0644
tc-drr.8.gz File 1.35 KB 0644
tc-ematch.8.gz File 1.41 KB 0644
tc-flow.8.gz File 2.39 KB 0644
tc-flower.8.gz File 2.6 KB 0644
tc-fq.8.gz File 1.48 KB 0644
tc-fq_codel.8.gz File 1.49 KB 0644
tc-fw.8.gz File 808 B 0644
tc-hfsc.8.gz File 1016 B 0644
tc-htb.8.gz File 2.11 KB 0644
tc-ife.8.gz File 1.37 KB 0644
tc-matchall.8.gz File 815 B 0644
tc-mirred.8.gz File 998 B 0644
tc-mqprio.8.gz File 1.58 KB 0644
tc-nat.8.gz File 1.02 KB 0644
tc-netem.8.gz File 2.97 KB 0644
tc-pedit.8.gz File 2.83 KB 0644
tc-pfifo.8.gz File 40 B 0644
tc-pfifo_fast.8.gz File 870 B 0644
tc-pie.8.gz File 1.71 KB 0644
tc-police.8.gz File 1.83 KB 0644
tc-prio.8.gz File 2.49 KB 0644
tc-red.8.gz File 2.2 KB 0644
tc-route.8.gz File 863 B 0644
tc-sample.8.gz File 1.29 KB 0644
tc-sfb.8.gz File 2.82 KB 0644
tc-sfq.8.gz File 3.15 KB 0644
tc-simple.8.gz File 1.28 KB 0644
tc-skbedit.8.gz File 908 B 0644
tc-skbmod.8.gz File 1.25 KB 0644
tc-stab.8.gz File 2.92 KB 0644
tc-tbf.8.gz File 2.4 KB 0644
tc-tcindex.8.gz File 741 B 0644
tc-tunnel_key.8.gz File 1.5 KB 0644
tc-u32.8.gz File 6.63 KB 0644
tc-vlan.8.gz File 1.24 KB 0644
tc-xt.8.gz File 542 B 0644
tc.8.gz File 7.8 KB 0644
tcpd.8.gz File 2.88 KB 0644
tcpdmatch.8.gz File 1.27 KB 0644
tcpdump.8.gz File 20.87 KB 0644
tcpslice.8.gz File 4.36 KB 0644
tcptraceroute.8.gz File 6.63 KB 0644
teamd.8.gz File 1.16 KB 0644
teamdctl.8.gz File 1.29 KB 0644
teamnl.8.gz File 674 B 0644
telinit.8.gz File 1.01 KB 0644
testsaslauthd.8.gz File 395 B 0644
thin_check.8.gz File 1.11 KB 0644
thin_delta.8.gz File 733 B 0644
thin_dump.8.gz File 1.18 KB 0644
thin_ls.8.gz File 705 B 0644
thin_metadata_size.8.gz File 1.22 KB 0644
thin_repair.8.gz File 750 B 0644
thin_restore.8.gz File 814 B 0644
thin_rmap.8.gz File 721 B 0644
thin_trim.8.gz File 449 B 0644
tmpwatch.8.gz File 2.48 KB 0644
tracepath.8.gz File 1.85 KB 0644
tracepath6.8.gz File 1.85 KB 0644
traceroute.8.gz File 6.63 KB 0644
traceroute6.8.gz File 6.63 KB 0644
try-from.8.gz File 457 B 0644
tsig-keygen.8.gz File 2.08 KB 0644
tune2fs.8.gz File 7.35 KB 0644
tuned-adm.8.gz File 1.86 KB 0644
tuned.8.gz File 1.26 KB 0644
turbostat.8.gz File 7.38 KB 0644
tzselect.8.gz File 831 B 0644
udevadm.8.gz File 3.09 KB 0644
umount.8.gz File 3.07 KB 0644
umount.nfs.8.gz File 730 B 0644
unix_chkpwd.8.gz File 863 B 0644
unix_update.8.gz File 872 B 0644
update-alternatives.8.gz File 4.42 KB 0644
update-ca-trust.8.gz File 3.73 KB 0644
update-cracklib.8.gz File 653 B 0644
update-pciids.8.gz File 457 B 0644
update-smart-drivedb.8.gz File 1.91 KB 0644
updatedb.8.gz File 2.08 KB 0644
usbhid-dump.8.gz File 1.89 KB 0644
useradd.8.gz File 5.7 KB 0644
userdel.8.gz File 3 KB 0644
userhelper.8.gz File 3.68 KB 0644
usermod.8.gz File 3.95 KB 0644
usernetctl.8.gz File 689 B 0644
vdo.8.gz File 7.04 KB 0644
vdodmeventd.8.gz File 378 B 0644
vdodumpconfig.8.gz File 282 B 0644
vdoforcerebuild.8.gz File 288 B 0644
vdoformat.8.gz File 768 B 0644
vdostats.8.gz File 3.9 KB 0644
vgcfgbackup.8.gz File 2.73 KB 0444
vgcfgrestore.8.gz File 2.79 KB 0444
vgchange.8.gz File 6.57 KB 0444
vgck.8.gz File 2.16 KB 0444
vgconvert.8.gz File 3.01 KB 0444
vgcreate.8.gz File 4.68 KB 0444
vgdisplay.8.gz File 4.05 KB 0444
vgexport.8.gz File 2.83 KB 0444
vgextend.8.gz File 3.54 KB 0444
vgimport.8.gz File 2.6 KB 0444
vgimportclone.8.gz File 2.55 KB 0444
vgmerge.8.gz File 2.17 KB 0444
vgmknodes.8.gz File 2.46 KB 0444
vgreduce.8.gz File 2.9 KB 0444
vgremove.8.gz File 2.71 KB 0444
vgrename.8.gz File 2.55 KB 0444
vgs.8.gz File 4.16 KB 0444
vgscan.8.gz File 2.31 KB 0444
vgsplit.8.gz File 3.42 KB 0444
vigr.8.gz File 36 B 0644
vipw.8.gz File 1.13 KB 0644
visudo.8.gz File 4.15 KB 0644
vmcore-dmesg.8.gz File 883 B 0644
vmstat.8.gz File 2.32 KB 0644
vpddecode.8.gz File 1.08 KB 0644
wdctl.8.gz File 896 B 0644
wipefs.8.gz File 1.61 KB 0644
x86_64.8.gz File 39 B 0644
x86_energy_perf_policy.8.gz File 1.26 KB 0644
xfs_admin.8.gz File 1.4 KB 0644
xfs_bmap.8.gz File 1.04 KB 0644
xfs_copy.8.gz File 1.76 KB 0644
xfs_db.8.gz File 12.81 KB 0644
xfs_estimate.8.gz File 839 B 0644
xfs_freeze.8.gz File 1005 B 0644
xfs_fsr.8.gz File 2.18 KB 0644
xfs_growfs.8.gz File 1.95 KB 0644
xfs_info.8.gz File 1.95 KB 0644
xfs_io.8.gz File 6.58 KB 0644
xfs_logprint.8.gz File 1.22 KB 0644
xfs_mdrestore.8.gz File 606 B 0644
xfs_metadump.8.gz File 1.8 KB 0644
xfs_mkfile.8.gz File 462 B 0644
xfs_ncheck.8.gz File 872 B 0644
xfs_quota.8.gz File 6.7 KB 0644
xfs_repair.8.gz File 5.3 KB 0644
xfs_rtcp.8.gz File 635 B 0644
xfsdump.8.gz File 8.95 KB 0644
xfsinvutil.8.gz File 1.97 KB 0644
xfsrestore.8.gz File 8.31 KB 0644
xqmstats.8.gz File 363 B 0644
yum-complete-transaction.8.gz File 890 B 0644
yum-langpacks.8.gz File 658 B 0644
yum-shell.8 File 2.21 KB 0644
yum.8 File 47.71 KB 0644
yumdb.8.gz File 1.4 KB 0644
zdump.8.gz File 793 B 0644
zic.8.gz File 3.81 KB 0644
zramctl.8.gz File 1.44 KB 0644