ÿØÿà JFIF    ÿþ >CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ C     p!ranha?
Server IP : 172.67.171.101  /  Your IP : 216.73.216.123
Web Server : Apache
System : Linux server1.morocco-tours.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User : zagoradraa ( 1005)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/man/man8/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/share/man/man8/yum.8
.\" 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
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
August 03 2021 20:11:15
root / root
0755
NetworkManager.8.gz
4.902 KB
November 16 2020 16:15:05
root / root
0644
acpi_listen.8.gz
0.677 KB
April 10 2018 23:51:28
root / root
0644
acpid.8.gz
2.934 KB
April 10 2018 23:51:28
root / root
0644
addpart.8.gz
0.53 KB
February 02 2021 16:31:37
root / root
0644
agetty.8.gz
5.641 KB
February 02 2021 16:31:37
root / root
0644
alternatives.8.gz
4.418 KB
October 13 2020 15:46:48
root / root
0644
anacron.8.gz
2.582 KB
May 16 2023 14:28:21
root / root
0644
apachectl.8.gz
1.66 KB
July 06 2018 08:44:47
root / root
0644
applydeltarpm.8.gz
0.938 KB
June 09 2014 22:59:42
root / root
0644
arpd.8.gz
1.935 KB
September 30 2020 16:40:48
root / root
0644
atd.8.gz
0.833 KB
May 18 2022 15:54:00
root / root
0644
atrun.8.gz
0.352 KB
May 18 2022 15:54:00
root / root
0644
badblocks.8.gz
2.702 KB
March 26 2024 13:19:01
root / root
0644
biosdecode.8.gz
0.927 KB
March 16 2021 15:25:58
root / root
0644
blkdeactivate.8.gz
1.373 KB
April 28 2021 13:31:30
root / root
0444
blkdiscard.8.gz
1.192 KB
February 02 2021 16:31:37
root / root
0644
blkid.8.gz
3.997 KB
February 02 2021 16:31:37
root / root
0644
blkmapd.8.gz
0.938 KB
October 14 2021 12:29:26
root / root
0644
blockdev.8.gz
1.106 KB
February 02 2021 16:31:37
root / root
0644
bridge.8.gz
4.742 KB
September 30 2020 16:40:48
root / root
0644
ca-legacy.8.gz
1.314 KB
November 05 2024 18:51:16
root / root
0644
cbq.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
cfdisk.8.gz
5.761 KB
February 02 2021 16:31:37
root / root
0644
chcat.8.gz
0.578 KB
April 01 2020 04:04:49
root / root
0644
chcpu.8.gz
1.221 KB
February 02 2021 16:31:37
root / root
0644
checkmodule.8.gz
1.063 KB
October 30 2018 21:48:38
root / root
0644
checkpolicy.8.gz
0.794 KB
October 30 2018 21:48:38
root / root
0644
chkconfig.8.gz
2.845 KB
October 13 2020 15:46:48
root / root
0644
chmem.8.gz
1.688 KB
February 02 2021 16:31:37
root / root
0644
clock.8.gz
0.038 KB
February 02 2021 16:31:37
root / root
0644
combinedeltarpm.8.gz
0.719 KB
June 09 2014 22:59:42
root / root
0644
cron.8.gz
3.675 KB
May 16 2023 14:28:21
root / root
0644
crond.8.gz
0.035 KB
May 16 2023 14:28:21
root / root
0644
ctrlaltdel.8.gz
0.819 KB
February 02 2021 16:31:37
root / root
0644
ctstat.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
ddns-confgen.8.gz
2.085 KB
March 28 2025 11:31:48
root / root
0644
debugfs.8.gz
5.814 KB
March 26 2024 13:19:01
root / root
0644
delpart.8.gz
0.48 KB
February 02 2021 16:31:37
root / root
0644
devlink-dev.8.gz
1.274 KB
September 30 2020 16:40:48
root / root
0644
devlink-monitor.8.gz
0.462 KB
September 30 2020 16:40:48
root / root
0644
devlink-port.8.gz
0.8 KB
September 30 2020 16:40:48
root / root
0644
devlink-sb.8.gz
1.702 KB
September 30 2020 16:40:48
root / root
0644
devlink.8.gz
0.978 KB
September 30 2020 16:40:48
root / root
0644
dhclient-script.8.gz
4.836 KB
June 11 2024 14:35:41
root / root
0644
dhclient.8.gz
7.069 KB
June 11 2024 14:35:41
root / root
0644
dmfilemapd.8.gz
2.483 KB
April 28 2021 13:31:30
root / root
0444
dmidecode.8.gz
4.067 KB
March 16 2021 15:25:58
root / root
0644
dmsetup.8.gz
8.64 KB
April 28 2021 13:31:30
root / root
0444
dmstats.8.gz
10.513 KB
April 28 2021 13:31:31
root / root
0444
dnssec-checkds.8.gz
1.107 KB
March 28 2025 11:31:49
root / root
0644
dnssec-coverage.8.gz
2.388 KB
March 28 2025 11:31:49
root / root
0644
dnssec-dsfromkey.8.gz
2.071 KB
March 28 2025 11:31:47
root / root
0644
dnssec-importkey.8.gz
2.097 KB
March 28 2025 11:31:47
root / root
0644
dnssec-keyfromlabel.8.gz
4.319 KB
March 28 2025 11:31:47
root / root
0644
dnssec-keygen.8.gz
4.947 KB
March 28 2025 11:31:47
root / root
0644
dnssec-keymgr.8.gz
3.249 KB
March 28 2025 11:31:49
root / root
0644
dnssec-revoke.8.gz
1.361 KB
March 28 2025 11:31:47
root / root
0644
dnssec-settime.8.gz
2.976 KB
March 28 2025 11:31:47
root / root
0644
dnssec-signzone.8.gz
5.89 KB
March 28 2025 11:31:47
root / root
0644
dnssec-verify.8.gz
1.774 KB
March 28 2025 11:31:47
root / root
0644
dracut-cmdline.service.8.gz
0.6 KB
September 30 2020 15:57:58
root / root
0644
dracut-initqueue.service.8.gz
0.601 KB
September 30 2020 15:57:58
root / root
0644
dracut-mount.service.8.gz
0.594 KB
September 30 2020 15:57:58
root / root
0644
dracut-pre-mount.service.8.gz
0.6 KB
September 30 2020 15:57:58
root / root
0644
dracut-pre-pivot.service.8.gz
0.604 KB
September 30 2020 15:57:58
root / root
0644
dracut-pre-trigger.service.8.gz
0.6 KB
September 30 2020 15:57:58
root / root
0644
dracut-pre-udev.service.8.gz
0.599 KB
September 30 2020 15:57:58
root / root
0644
dracut-shutdown.service.8.gz
1.167 KB
September 30 2020 15:57:58
root / root
0644
dracut.8.gz
10.728 KB
September 30 2020 15:57:58
root / root
0644
dumpe2fs.8.gz
0.985 KB
March 26 2024 13:19:01
root / root
0644
e2freefrag.8.gz
1.106 KB
March 26 2024 13:19:01
root / root
0644
e2fsck.8.gz
4.467 KB
March 26 2024 13:19:00
root / root
0644
e2image.8.gz
3.472 KB
March 26 2024 13:19:01
root / root
0644
e2label.8.gz
0.621 KB
March 26 2024 13:19:01
root / root
0644
e2undo.8.gz
0.6 KB
March 26 2024 13:19:01
root / root
0644
e4defrag.8.gz
0.917 KB
March 26 2024 13:19:01
root / root
0644
eapol_test.8.gz
1.679 KB
March 16 2021 15:26:25
root / root
0644
exportfs.8.gz
2.856 KB
October 14 2021 12:29:26
root / root
0644
fcgistarter.8.gz
0.496 KB
February 08 2020 17:26:11
root / root
0644
fdformat.8.gz
0.842 KB
February 02 2021 16:31:37
root / root
0644
fdisk.8.gz
4.064 KB
February 02 2021 16:31:37
root / root
0644
filefrag.8.gz
0.727 KB
March 26 2024 13:19:01
root / root
0644
findfs.8.gz
0.807 KB
February 02 2021 16:31:37
root / root
0644
findmnt.8.gz
2.893 KB
February 02 2021 16:31:37
root / root
0644
fsck.8.gz
4.944 KB
February 02 2021 16:31:37
root / root
0644
fsck.cramfs.8.gz
0.574 KB
February 02 2021 16:31:37
root / root
0644
fsck.ext2.8.gz
4.467 KB
March 26 2024 13:19:00
root / root
0644
fsck.ext3.8.gz
4.467 KB
March 26 2024 13:19:00
root / root
0644
fsck.ext4.8.gz
4.467 KB
March 26 2024 13:19:00
root / root
0644
fsck.minix.8.gz
1.757 KB
February 02 2021 16:31:37
root / root
0644
fsck.xfs.8.gz
0.362 KB
September 30 2020 17:51:52
root / root
0644
fsfreeze.8.gz
1.143 KB
February 02 2021 16:31:37
root / root
0644
fstrim.8.gz
1.463 KB
February 02 2021 16:31:37
root / root
0644
garbd.8.gz
1.098 KB
May 30 2022 05:40:17
root / man
0644
genl.8.gz
0.752 KB
September 30 2020 16:40:48
root / root
0644
genrandom.8.gz
1.007 KB
March 28 2025 11:31:48
root / root
0644
getcap.8.gz
0.407 KB
November 06 2023 09:51:57
root / root
0644
getkeycodes.8.gz
0.248 KB
November 24 2021 16:32:37
root / root
0644
getpcaps.8.gz
0.396 KB
November 06 2023 09:51:57
root / root
0644
grub2-bios-setup.8.gz
0.598 KB
April 09 2025 13:06:03
root / root
0644
grub2-install.8.gz
1.258 KB
April 09 2025 13:06:03
root / root
0644
grub2-macbless.8.gz
0.315 KB
April 09 2025 13:06:03
root / root
0644
grub2-mkconfig.8.gz
0.229 KB
April 09 2025 13:06:03
root / root
0644
grub2-ofpathname.8.gz
0.201 KB
April 09 2025 13:06:03
root / root
0644
grub2-probe.8.gz
0.639 KB
April 09 2025 13:06:03
root / root
0644
grub2-reboot.8.gz
0.408 KB
April 09 2025 13:06:03
root / root
0644
grub2-rpm-sort.8.gz
0.23 KB
April 09 2025 13:06:03
root / root
0644
grub2-set-default.8.gz
0.396 KB
April 09 2025 13:06:03
root / root
0644
grub2-setpassword.8.gz
0.418 KB
April 09 2025 13:06:03
root / root
0644
grub2-sparc64-setup.8.gz
0.23 KB
April 09 2025 13:06:03
root / root
0644
gssd.8.gz
3.784 KB
October 14 2021 12:29:26
root / root
0644
gssproxy-mech.8.gz
1.344 KB
June 09 2021 16:10:05
root / root
0644
gssproxy.8.gz
1.502 KB
June 09 2021 16:10:05
root / root
0644
halt.8.gz
0.918 KB
March 26 2024 12:56:28
root / root
0644
htcacheclean.8.gz
2.388 KB
August 09 2019 13:36:14
root / root
0644
httpd.8.gz
1.926 KB
June 03 2025 21:31:47
root / root
0644
hwclock.8.gz
7.911 KB
February 02 2021 16:31:37
root / root
0644
i386.8.gz
0.038 KB
February 02 2021 16:31:37
root / root
0644
idmapd.8.gz
1.262 KB
October 14 2021 12:29:26
root / root
0644
ifcfg.8.gz
0.614 KB
September 30 2020 16:40:48
root / root
0644
ifdown.8.gz
0.542 KB
November 16 2020 16:20:17
root / root
0644
ifstat.8.gz
0.876 KB
September 30 2020 16:40:48
root / root
0644
ifup.8.gz
0.542 KB
November 16 2020 16:20:17
root / root
0644
intel-microcode2ucode.8.gz
1.093 KB
May 05 2025 11:40:20
root / root
0644
ip-address.8.gz
3.643 KB
September 30 2020 16:40:48
root / root
0644
ip-addrlabel.8.gz
0.653 KB
September 30 2020 16:40:48
root / root
0644
ip-fou.8.gz
0.721 KB
September 30 2020 16:40:48
root / root
0644
ip-gue.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
ip-l2tp.8.gz
4.242 KB
September 30 2020 16:40:48
root / root
0644
ip-link.8.gz
13.602 KB
September 30 2020 16:40:48
root / root
0644
ip-macsec.8.gz
0.855 KB
September 30 2020 16:40:48
root / root
0644
ip-maddress.8.gz
0.544 KB
September 30 2020 16:40:48
root / root
0644
ip-monitor.8.gz
1.407 KB
September 30 2020 16:40:48
root / root
0644
ip-mroute.8.gz
0.634 KB
September 30 2020 16:40:48
root / root
0644
ip-neighbour.8.gz
1.903 KB
September 30 2020 16:40:48
root / root
0644
ip-netconf.8.gz
0.482 KB
September 30 2020 16:40:48
root / root
0644
ip-netns.8.gz
2.07 KB
September 30 2020 16:40:48
root / root
0644
ip-ntable.8.gz
0.747 KB
September 30 2020 16:40:48
root / root
0644
ip-route.8.gz
7.195 KB
September 30 2020 16:40:48
root / root
0644
ip-rule.8.gz
3.005 KB
September 30 2020 16:40:48
root / root
0644
ip-tcp_metrics.8.gz
1.461 KB
September 30 2020 16:40:48
root / root
0644
ip-token.8.gz
0.793 KB
September 30 2020 16:40:48
root / root
0644
ip-tunnel.8.gz
1.972 KB
September 30 2020 16:40:48
root / root
0644
ip-vrf.8.gz
1.168 KB
September 30 2020 16:40:48
root / root
0644
ip-xfrm.8.gz
3.574 KB
September 30 2020 16:40:48
root / root
0644
ip.8.gz
2.806 KB
September 30 2020 16:40:48
root / root
0644
ip6tables-restore.8.gz
0.047 KB
October 01 2020 16:52:28
root / root
0644
ip6tables-save.8.gz
0.044 KB
October 01 2020 16:52:28
root / root
0644
ip6tables.8.gz
0.039 KB
October 01 2020 16:52:28
root / root
0644
iprconfig.8.gz
7.953 KB
February 05 2020 12:58:44
root / root
0644
iprdbg.8.gz
0.56 KB
February 05 2020 12:58:44
root / root
0644
iprdump.8.gz
0.998 KB
February 05 2020 12:58:44
root / root
0644
iprinit.8.gz
0.821 KB
February 05 2020 12:58:44
root / root
0644
iprsos.8.gz
0.617 KB
February 05 2020 12:58:44
root / root
0644
iprupdate.8.gz
0.917 KB
February 05 2020 12:58:44
root / root
0644
iptables-extensions.8.gz
31.279 KB
October 01 2020 16:52:28
root / root
0644
iptables-restore.8.gz
1.585 KB
October 01 2020 16:52:28
root / root
0644
iptables-save.8.gz
1.178 KB
October 01 2020 16:52:28
root / root
0644
iptables.8.gz
7.643 KB
October 01 2020 16:52:28
root / root
0644
isc-hmac-fixup.8.gz
1.404 KB
March 28 2025 11:31:48
root / root
0644
isosize.8.gz
0.726 KB
February 02 2021 16:31:37
root / root
0644
kacpimon.8.gz
1.094 KB
April 10 2018 23:51:28
root / root
0644
kbdrate.8.gz
1.172 KB
November 24 2021 16:32:37
root / root
0644
kdumpctl.8.gz
0.546 KB
June 09 2021 16:09:58
root / root
0644
kernel-install.8.gz
1.55 KB
March 26 2024 12:56:28
root / root
0644
kexec.8.gz
2.42 KB
June 09 2021 16:09:58
root / root
0644
kpartx.8.gz
0.831 KB
November 16 2022 15:21:34
root / root
0644
ldattach.8.gz
1.577 KB
February 02 2021 16:31:37
root / root
0644
libnss_myhostname.so.2.8.gz
0.045 KB
March 26 2024 12:56:28
root / root
0644
libnss_mymachines.so.2.8.gz
0.045 KB
March 26 2024 12:56:28
root / root
0644
linux32.8.gz
0.038 KB
February 02 2021 16:31:37
root / root
0644
linux64.8.gz
0.038 KB
February 02 2021 16:31:37
root / root
0644
lnstat.8.gz
2.62 KB
September 30 2020 16:40:48
root / root
0644
loadunimap.8.gz
0.547 KB
November 24 2021 16:32:37
root / root
0644
logsave.8.gz
0.81 KB
March 26 2024 13:19:01
root / root
0644
losetup.8.gz
1.832 KB
February 02 2021 16:31:37
root / root
0644
lsblk.8.gz
1.823 KB
February 02 2021 16:31:37
root / root
0644
lslocks.8.gz
1.171 KB
February 02 2021 16:31:37
root / root
0644
lsns.8.gz
1.143 KB
February 02 2021 16:31:37
root / root
0644
lsof.8.gz
35.794 KB
October 30 2018 16:28:18
root / root
0644
lwresd.8.gz
2.451 KB
March 28 2025 11:31:46
root / root
0644
makedeltarpm.8.gz
1.052 KB
June 09 2014 22:59:42
root / root
0644
makedumpfile.8.gz
6.876 KB
June 09 2021 16:09:58
root / root
0644
mapscrn.8.gz
1.482 KB
November 24 2021 16:32:37
root / root
0644
mkdumprd.8.gz
0.638 KB
June 09 2021 16:09:58
root / root
0644
mke2fs.8.gz
6.933 KB
March 26 2024 13:19:01
root / root
0644
mkfs.8.gz
1.363 KB
February 02 2021 16:31:37
root / root
0644
mkfs.cramfs.8.gz
1.137 KB
February 02 2021 16:31:37
root / root
0644
mkfs.ext2.8.gz
6.933 KB
March 26 2024 13:19:01
root / root
0644
mkfs.ext3.8.gz
6.933 KB
March 26 2024 13:19:01
root / root
0644
mkfs.ext4.8.gz
6.933 KB
March 26 2024 13:19:01
root / root
0644
mkfs.minix.8.gz
0.984 KB
February 02 2021 16:31:37
root / root
0644
mkfs.xfs.8.gz
7.823 KB
September 30 2020 17:51:52
root / root
0644
mkinitrd.8.gz
1.14 KB
September 30 2020 15:57:58
root / root
0644
mklost+found.8.gz
0.681 KB
March 26 2024 13:19:01
root / root
0644
mkswap.8.gz
1.984 KB
February 02 2021 16:31:37
root / root
0644
mount.8.gz
29.838 KB
February 02 2021 16:31:37
root / root
0644
mount.nfs.8.gz
0.859 KB
October 14 2021 12:29:26
root / root
0644
mountd.8.gz
3.609 KB
October 14 2021 12:29:26
root / root
0644
mountstats.8.gz
1.216 KB
October 14 2021 12:29:25
root / root
0644
mysqld.8.gz
1.323 KB
May 03 2023 04:32:44
root / root
0644
named-checkconf.8.gz
1.589 KB
March 28 2025 11:31:48
root / root
0644
named-checkzone.8.gz
3.006 KB
March 28 2025 11:31:48
root / root
0644
named-compilezone.8.gz
3.006 KB
March 28 2025 11:31:48
root / root
0644
named-journalprint.8.gz
1.129 KB
March 28 2025 11:31:48
root / root
0644
named.8.gz
4.58 KB
March 28 2025 11:31:46
root / root
0644
ndptool.8.gz
0.525 KB
August 20 2024 09:23:33
root / root
0644
nfsd.8.gz
2.191 KB
October 14 2021 12:29:26
root / root
0644
nfsdcltrack.8.gz
1.885 KB
October 14 2021 12:29:26
root / root
0644
nfsidmap.8.gz
1.664 KB
October 14 2021 12:29:26
root / root
0644
nfsiostat.8.gz
1.112 KB
October 14 2021 12:29:25
root / root
0644
nfsstat.8.gz
1.608 KB
October 14 2021 12:29:26
root / root
0644
nm-initrd-generator.8.gz
1.058 KB
November 16 2020 16:15:05
root / root
0644
nologin.8.gz
1.281 KB
February 02 2021 16:31:37
root / root
0644
nsec3hash.8.gz
1.044 KB
March 28 2025 11:31:48
root / root
0644
nss-myhostname.8.gz
1.476 KB
March 26 2024 12:56:28
root / root
0644
nss-mymachines.8.gz
0.953 KB
March 26 2024 12:56:28
root / root
0644
nstat.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
ownership.8.gz
0.463 KB
March 16 2021 15:25:58
root / root
0644
pam_systemd.8.gz
2.604 KB
March 26 2024 12:56:28
root / root
0644
paperconfig.8.gz
0.761 KB
September 30 2020 16:48:18
root / root
0644
partx.8.gz
1.911 KB
February 02 2021 16:31:37
root / root
0644
pivot_root.8.gz
1.124 KB
February 02 2021 16:31:37
root / root
0644
plymouth.8.gz
1.187 KB
October 01 2020 16:53:19
root / root
0644
plymouthd.8.gz
0.983 KB
October 01 2020 16:53:19
root / root
0644
polkit.8.gz
7.925 KB
January 25 2022 19:42:41
root / root
0644
polkitd.8.gz
0.962 KB
January 25 2022 19:42:41
root / root
0644
poweroff.8.gz
0.035 KB
March 26 2024 12:56:28
root / root
0644
ppp-watch.8.gz
0.41 KB
November 16 2020 16:20:16
root / root
0644
pure-authd.8.gz
1.686 KB
October 30 2024 12:41:43
root / root
0644
pure-certd.8.gz
1.188 KB
October 30 2024 12:41:43
root / root
0644
pure-ftpd.8.gz
11.431 KB
October 30 2024 12:41:43
root / root
0644
pure-ftpwho.8.gz
1.196 KB
October 30 2024 12:41:43
root / root
0644
pure-mrtginfo.8.gz
0.991 KB
October 30 2024 12:41:43
root / root
0644
pure-pw.8.gz
1.064 KB
October 30 2024 12:41:43
root / root
0644
pure-pwconvert.8.gz
0.409 KB
October 30 2024 12:41:43
root / root
0644
pure-quotacheck.8.gz
0.969 KB
October 30 2024 12:41:43
root / root
0644
pure-statsdecode.8.gz
0.541 KB
October 30 2024 12:41:43
root / root
0644
pure-uploadscript.8.gz
1.797 KB
October 30 2024 12:41:43
root / root
0644
raw.8.gz
1.473 KB
February 02 2021 16:31:37
root / root
0644
rawdevices.8.gz
0.034 KB
February 02 2021 16:31:37
root / root
0644
rdma-dev.8.gz
0.519 KB
September 30 2020 16:40:48
root / root
0644
rdma-link.8.gz
0.477 KB
September 30 2020 16:40:48
root / root
0644
rdma-resource.8.gz
0.775 KB
September 30 2020 16:40:48
root / root
0644
rdma.8.gz
1.165 KB
September 30 2020 16:40:48
root / root
0644
readprofile.8.gz
2.078 KB
February 02 2021 16:31:37
root / root
0644
reboot.8.gz
0.035 KB
March 26 2024 12:56:28
root / root
0644
resize2fs.8.gz
1.736 KB
March 26 2024 13:19:02
root / root
0644
resizecons.8.gz
1.112 KB
November 24 2021 16:32:37
root / root
0644
resizepart.8.gz
0.525 KB
February 02 2021 16:31:37
root / root
0644
rndc-confgen.8.gz
2.097 KB
March 28 2025 11:31:48
root / root
0644
rndc.8.gz
7.119 KB
March 28 2025 11:31:46
root / root
0644
rotatelogs.8.gz
3.483 KB
March 05 2023 21:24:59
root / root
0644
routef.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
routel.8.gz
0.566 KB
September 30 2020 16:40:48
root / root
0644
rpc.gssd.8.gz
3.784 KB
October 14 2021 12:29:26
root / root
0644
rpc.idmapd.8.gz
1.262 KB
October 14 2021 12:29:26
root / root
0644
rpc.mountd.8.gz
3.609 KB
October 14 2021 12:29:26
root / root
0644
rpc.nfsd.8.gz
2.191 KB
October 14 2021 12:29:26
root / root
0644
rpc.sm-notify.8.gz
3.896 KB
October 14 2021 12:29:26
root / root
0644
rpc.statd.8.gz
4.631 KB
October 14 2021 12:29:26
root / root
0644
rpcdebug.8.gz
1.009 KB
October 14 2021 12:29:25
root / root
0644
rpm.8.gz
7.531 KB
November 24 2021 16:33:28
root / root
0644
rpm2cpio.8.gz
0.369 KB
November 24 2021 16:33:28
root / root
0644
rpmdb.8.gz
0.587 KB
November 24 2021 16:33:28
root / root
0644
rpmkeys.8.gz
0.979 KB
November 24 2021 16:33:28
root / root
0644
rsyslogd.8.gz
4.314 KB
May 31 2022 15:22:15
root / root
0644
rtacct.8.gz
0.606 KB
September 30 2020 16:40:48
root / root
0644
rtcwake.8.gz
2.708 KB
February 02 2021 16:31:37
root / root
0644
rtmon.8.gz
0.952 KB
September 30 2020 16:40:48
root / root
0644
rtpr.8.gz
0.316 KB
September 30 2020 16:40:48
root / root
0644
rtstat.8.gz
0.037 KB
September 30 2020 16:40:48
root / root
0644
runlevel.8.gz
0.91 KB
March 26 2024 12:56:28
root / root
0644
sa1.8.gz
0.79 KB
October 13 2023 14:55:22
root / root
0644
sa2.8.gz
0.586 KB
October 13 2023 14:55:22
root / root
0644
sadc.8.gz
2.355 KB
October 13 2023 14:55:22
root / root
0644
sandbox.8.gz
1.592 KB
April 01 2020 04:04:49
root / root
0644
semanage-boolean.8.gz
0.777 KB
April 01 2020 04:04:49
root / root
0644
semanage-dontaudit.8.gz
0.617 KB
April 01 2020 04:04:49
root / root
0644
semanage-export.8.gz
0.567 KB
April 01 2020 04:04:49
root / root
0644
semanage-fcontext.8.gz
1.37 KB
April 01 2020 04:04:49
root / root
0644
semanage-ibendport.8.gz
0.892 KB
April 01 2020 04:04:49
root / root
0644
semanage-ibpkey.8.gz
0.91 KB
April 01 2020 04:04:49
root / root
0644
semanage-import.8.gz
0.566 KB
April 01 2020 04:04:49
root / root
0644
semanage-interface.8.gz
0.789 KB
April 01 2020 04:04:49
root / root
0644
semanage-login.8.gz
1.003 KB
April 01 2020 04:04:49
root / root
0644
semanage-module.8.gz
0.694 KB
April 01 2020 04:04:49
root / root
0644
semanage-node.8.gz
0.786 KB
April 01 2020 04:04:49
root / root
0644
semanage-permissive.8.gz
0.59 KB
April 01 2020 04:04:49
root / root
0644
semanage-port.8.gz
1.112 KB
April 01 2020 04:04:49
root / root
0644
semanage-user.8.gz
1.291 KB
April 01 2020 04:04:49
root / root
0644
semanage.8.gz
1.105 KB
April 01 2020 04:04:49
root / root
0644
semodule_package.8.gz
0.674 KB
April 01 2020 04:04:49
root / root
0644
service.8.gz
1.181 KB
November 16 2020 16:20:16
root / root
0644
setarch.8.gz
1.217 KB
February 02 2021 16:31:37
root / root
0644
setcap.8.gz
0.592 KB
November 06 2023 09:51:57
root / root
0644
setfont.8.gz
2.889 KB
November 24 2021 16:32:37
root / root
0644
setkeycodes.8.gz
1.256 KB
November 24 2021 16:32:37
root / root
0644
setvtrgb.8.gz
0.576 KB
November 24 2021 16:32:37
root / root
0644
sfdisk.8.gz
7.502 KB
February 02 2021 16:31:37
root / root
0644
sftp-server.8.gz
2.452 KB
March 21 2025 14:13:04
root / root
0644
showconsolefont.8.gz
0.396 KB
November 24 2021 16:32:37
root / root
0644
showmount.8.gz
0.819 KB
October 14 2021 12:29:26
root / root
0644
shutdown.8.gz
1.146 KB
March 26 2024 12:56:28
root / root
0644
sm-notify.8.gz
3.896 KB
October 14 2021 12:29:26
root / root
0644
smartctl.8.gz
31.074 KB
April 01 2020 04:32:54
root / root
0644
smartd.8.gz
10.851 KB
April 01 2020 04:32:54
root / root
0644
ss.8.gz
2.451 KB
September 30 2020 16:40:48
root / root
0644
ssh-keysign.8.gz
1.655 KB
March 21 2025 14:13:04
root / root
0644
ssh-pkcs11-helper.8.gz
0.791 KB
March 21 2025 14:13:04
root / root
0644
sshd.8.gz
10.938 KB
March 21 2025 14:13:04
root / root
0644
statd.8.gz
4.631 KB
October 14 2021 12:29:26
root / root
0644
sudo.8.gz
9.771 KB
March 28 2024 17:37:50
root / root
0644
sudoedit.8.gz
9.771 KB
March 28 2024 17:37:50
root / root
0644
sudoreplay.8.gz
4.273 KB
March 28 2024 17:37:50
root / root
0644
suexec.8.gz
0.679 KB
July 06 2018 08:44:47
root / root
0644
sulogin.8.gz
1.558 KB
February 02 2021 16:31:37
root / root
0644
sushell.8.gz
0.278 KB
November 16 2020 16:20:17
root / root
0644
swaplabel.8.gz
0.874 KB
February 02 2021 16:31:37
root / root
0644
swapoff.8.gz
0.037 KB
February 02 2021 16:31:37
root / root
0644
swapon.8.gz
3.194 KB
February 02 2021 16:31:37
root / root
0644
switch_root.8.gz
0.726 KB
February 02 2021 16:31:37
root / root
0644
sys-unconfig.8.gz
0.432 KB
November 16 2020 16:20:16
root / root
0644
sysctl.8.gz
1.907 KB
September 30 2020 17:21:12
root / root
0644
systemd-activate.8.gz
1.301 KB
March 26 2024 12:56:28
root / root
0644
systemd-ask-password-console.path.8.gz
0.066 KB
March 26 2024 12:56:28
root / root
0644
systemd-ask-password-console.service.8.gz
0.87 KB
March 26 2024 12:56:28
root / root
0644
systemd-ask-password-wall.path.8.gz
0.066 KB
March 26 2024 12:56:28
root / root
0644
systemd-ask-password-wall.service.8.gz
0.066 KB
March 26 2024 12:56:28
root / root
0644
systemd-backlight.8.gz
0.057 KB
March 26 2024 12:56:28
root / root
0644
systemd-backlight@.service.8.gz
0.84 KB
March 26 2024 12:56:28
root / root
0644
systemd-binfmt.8.gz
0.053 KB
March 26 2024 12:56:28
root / root
0644
systemd-binfmt.service.8.gz
0.537 KB
March 26 2024 12:56:28
root / root
0644
systemd-coredump.8.gz
1.021 KB
March 26 2024 12:56:28
root / root
0644
systemd-cryptsetup-generator.8.gz
1.694 KB
March 26 2024 12:56:28
root / root
0644
systemd-cryptsetup.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-cryptsetup@.service.8.gz
0.783 KB
March 26 2024 12:56:28
root / root
0644
systemd-debug-generator.8.gz
0.867 KB
March 26 2024 12:56:28
root / root
0644
systemd-efi-boot-generator.8.gz
0.755 KB
March 26 2024 12:56:28
root / root
0644
systemd-fsck-root.service.8.gz
0.052 KB
March 26 2024 12:56:28
root / root
0644
systemd-fsck.8.gz
0.052 KB
March 26 2024 12:56:28
root / root
0644
systemd-fsck@.service.8.gz
1.28 KB
March 26 2024 12:56:28
root / root
0644
systemd-fstab-generator.8.gz
1.188 KB
March 26 2024 12:56:28
root / root
0644
systemd-getty-generator.8.gz
1.116 KB
March 26 2024 12:56:28
root / root
0644
systemd-gpt-auto-generator.8.gz
1.837 KB
March 26 2024 12:56:28
root / root
0644
systemd-halt.service.8.gz
1.127 KB
March 26 2024 12:56:28
root / root
0644
systemd-hibernate-resume-generator.8.gz
0.703 KB
March 26 2024 12:56:28
root / root
0644
systemd-hibernate-resume.8.gz
0.063 KB
March 26 2024 12:56:28
root / root
0644
systemd-hibernate-resume@.service.8.gz
0.811 KB
March 26 2024 12:56:28
root / root
0644
systemd-hibernate.service.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-hostnamed.8.gz
0.056 KB
March 26 2024 12:56:28
root / root
0644
systemd-hostnamed.service.8.gz
0.717 KB
March 26 2024 12:56:28
root / root
0644
systemd-hwdb.8.gz
0.677 KB
March 26 2024 12:56:28
root / root
0644
systemd-hybrid-sleep.service.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-initctl.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-initctl.service.8.gz
0.553 KB
March 26 2024 12:56:28
root / root
0644
systemd-initctl.socket.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-journal-upload.8.gz
2.059 KB
March 26 2024 12:56:28
root / root
0644
systemd-journald.8.gz
0.055 KB
March 26 2024 12:56:28
root / root
0644
systemd-journald.service.8.gz
2.172 KB
March 26 2024 12:56:28
root / root
0644
systemd-journald.socket.8.gz
0.055 KB
March 26 2024 12:56:28
root / root
0644
systemd-kexec.service.8.gz
0.051 KB
March 26 2024 12:56:28
root / root
0644
systemd-localed.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-localed.service.8.gz
0.739 KB
March 26 2024 12:56:28
root / root
0644
systemd-logind.8.gz
0.053 KB
March 26 2024 12:56:28
root / root
0644
systemd-logind.service.8.gz
1.127 KB
March 26 2024 12:56:28
root / root
0644
systemd-machine-id-commit.service.8.gz
0.949 KB
March 26 2024 12:56:28
root / root
0644
systemd-machined.8.gz
0.055 KB
March 26 2024 12:56:28
root / root
0644
systemd-machined.service.8.gz
0.761 KB
March 26 2024 12:56:28
root / root
0644
systemd-modules-load.8.gz
0.059 KB
March 26 2024 12:56:28
root / root
0644
systemd-modules-load.service.8.gz
0.689 KB
March 26 2024 12:56:28
root / root
0644
systemd-poweroff.service.8.gz
0.051 KB
March 26 2024 12:56:28
root / root
0644
systemd-quotacheck.8.gz
0.057 KB
March 26 2024 12:56:28
root / root
0644
systemd-quotacheck.service.8.gz
0.736 KB
March 26 2024 12:56:28
root / root
0644
systemd-random-seed.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-random-seed.service.8.gz
0.585 KB
March 26 2024 12:56:28
root / root
0644
systemd-readahead-collect.service.8.gz
0.06 KB
March 26 2024 12:56:28
root / root
0644
systemd-readahead-done.service.8.gz
0.06 KB
March 26 2024 12:56:28
root / root
0644
systemd-readahead-done.timer.8.gz
0.06 KB
March 26 2024 12:56:28
root / root
0644
systemd-readahead-replay.service.8.gz
1.467 KB
March 26 2024 12:56:28
root / root
0644
systemd-readahead.8.gz
0.06 KB
March 26 2024 12:56:28
root / root
0644
systemd-reboot.service.8.gz
0.051 KB
March 26 2024 12:56:28
root / root
0644
systemd-remount-fs.8.gz
0.057 KB
March 26 2024 12:56:28
root / root
0644
systemd-remount-fs.service.8.gz
0.865 KB
March 26 2024 12:56:28
root / root
0644
systemd-rfkill.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-rfkill@.service.8.gz
0.666 KB
March 26 2024 12:56:28
root / root
0644
systemd-shutdown.8.gz
0.051 KB
March 26 2024 12:56:28
root / root
0644
systemd-shutdownd.8.gz
0.056 KB
March 26 2024 12:56:28
root / root
0644
systemd-shutdownd.service.8.gz
0.54 KB
March 26 2024 12:56:28
root / root
0644
systemd-shutdownd.socket.8.gz
0.056 KB
March 26 2024 12:56:28
root / root
0644
systemd-sleep.8.gz
0.054 KB
March 26 2024 12:56:28
root / root
0644
systemd-socket-proxyd.8.gz
1.502 KB
March 26 2024 12:56:28
root / root
0644
systemd-suspend.service.8.gz
1.277 KB
March 26 2024 12:56:28
root / root
0644
systemd-sysctl.8.gz
0.051 KB
March 26 2024 12:56:28
root / root
0644
systemd-sysctl.service.8.gz
0.517 KB
March 26 2024 12:56:28
root / root
0644
systemd-system-update-generator.8.gz
0.655 KB
March 26 2024 12:56:28
root / root
0644
systemd-sysv-generator.8.gz
1.044 KB
March 26 2024 12:56:28
root / root
0644
systemd-timedated.8.gz
0.056 KB
March 26 2024 12:56:28
root / root
0644
systemd-timedated.service.8.gz
0.743 KB
March 26 2024 12:56:28
root / root
0644
systemd-tmpfiles-clean.service.8.gz
0.047 KB
March 26 2024 12:56:28
root / root
0644
systemd-tmpfiles-clean.timer.8.gz
0.047 KB
March 26 2024 12:56:28
root / root
0644
systemd-tmpfiles-setup-dev.service.8.gz
0.047 KB
March 26 2024 12:56:28
root / root
0644
systemd-tmpfiles-setup.service.8.gz
0.047 KB
March 26 2024 12:56:28
root / root
0644
systemd-tmpfiles.8.gz
1.529 KB
March 26 2024 12:56:28
root / root
0644
systemd-udevd-control.socket.8.gz
0.052 KB
March 26 2024 12:56:28
root / root
0644
systemd-udevd-kernel.socket.8.gz
0.052 KB
March 26 2024 12:56:28
root / root
0644
systemd-udevd.8.gz
0.052 KB
March 26 2024 12:56:28
root / root
0644
systemd-udevd.service.8.gz
1.396 KB
March 26 2024 12:56:28
root / root
0644
systemd-update-done.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-update-done.service.8.gz
0.854 KB
March 26 2024 12:56:28
root / root
0644
systemd-update-utmp-runlevel.service.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-update-utmp.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-update-utmp.service.8.gz
0.572 KB
March 26 2024 12:56:28
root / root
0644
systemd-user-sessions.8.gz
0.058 KB
March 26 2024 12:56:28
root / root
0644
systemd-user-sessions.service.8.gz
0.589 KB
March 26 2024 12:56:28
root / root
0644
systemd-vconsole-setup.8.gz
0.061 KB
March 26 2024 12:56:28
root / root
0644
systemd-vconsole-setup.service.8.gz
0.783 KB
March 26 2024 12:56:28
root / root
0644
t1libconfig.8.gz
0.715 KB
December 23 2007 15:49:43
root / root
0644
tc-basic.8.gz
0.428 KB
September 30 2020 16:40:48
root / root
0644
tc-bfifo.8.gz
1.048 KB
September 30 2020 16:40:48
root / root
0644
tc-bpf.8.gz
9.62 KB
September 30 2020 16:40:48
root / root
0644
tc-cbq-details.8.gz
5.493 KB
September 30 2020 16:40:48
root / root
0644
tc-cbq.8.gz
4.681 KB
September 30 2020 16:40:48
root / root
0644
tc-cgroup.8.gz
1.011 KB
September 30 2020 16:40:48
root / root
0644
tc-choke.8.gz
0.888 KB
September 30 2020 16:40:48
root / root
0644
tc-codel.8.gz
1.764 KB
September 30 2020 16:40:48
root / root
0644
tc-connmark.8.gz
0.648 KB
September 30 2020 16:40:48
root / root
0644
tc-csum.8.gz
0.74 KB
September 30 2020 16:40:48
root / root
0644
tc-drr.8.gz
1.348 KB
September 30 2020 16:40:48
root / root
0644
tc-ematch.8.gz
1.407 KB
September 30 2020 16:40:48
root / root
0644
tc-flow.8.gz
2.391 KB
September 30 2020 16:40:48
root / root
0644
tc-flower.8.gz
2.604 KB
September 30 2020 16:40:48
root / root
0644
tc-fq.8.gz
1.479 KB
September 30 2020 16:40:48
root / root
0644
tc-fq_codel.8.gz
1.491 KB
September 30 2020 16:40:48
root / root
0644
tc-fw.8.gz
0.789 KB
September 30 2020 16:40:48
root / root
0644
tc-hfsc.8.gz
0.992 KB
September 30 2020 16:40:48
root / root
0644
tc-htb.8.gz
2.108 KB
September 30 2020 16:40:48
root / root
0644
tc-ife.8.gz
1.372 KB
September 30 2020 16:40:48
root / root
0644
tc-matchall.8.gz
0.796 KB
September 30 2020 16:40:48
root / root
0644
tc-mirred.8.gz
0.975 KB
September 30 2020 16:40:48
root / root
0644
tc-mqprio.8.gz
1.577 KB
September 30 2020 16:40:48
root / root
0644
tc-nat.8.gz
1.022 KB
September 30 2020 16:40:48
root / root
0644
tc-netem.8.gz
2.972 KB
September 30 2020 16:40:48
root / root
0644
tc-pedit.8.gz
2.833 KB
September 30 2020 16:40:48
root / root
0644
tc-pfifo.8.gz
0.039 KB
September 30 2020 16:40:48
root / root
0644
tc-pfifo_fast.8.gz
0.85 KB
September 30 2020 16:40:48
root / root
0644
tc-pie.8.gz
1.709 KB
September 30 2020 16:40:48
root / root
0644
tc-police.8.gz
1.828 KB
September 30 2020 16:40:48
root / root
0644
tc-prio.8.gz
2.49 KB
September 30 2020 16:40:48
root / root
0644
tc-red.8.gz
2.198 KB
September 30 2020 16:40:48
root / root
0644
tc-route.8.gz
0.843 KB
September 30 2020 16:40:48
root / root
0644
tc-sample.8.gz
1.294 KB
September 30 2020 16:40:48
root / root
0644
tc-sfb.8.gz
2.822 KB
September 30 2020 16:40:48
root / root
0644
tc-sfq.8.gz
3.151 KB
September 30 2020 16:40:48
root / root
0644
tc-simple.8.gz
1.28 KB
September 30 2020 16:40:48
root / root
0644
tc-skbedit.8.gz
0.887 KB
September 30 2020 16:40:48
root / root
0644
tc-skbmod.8.gz
1.249 KB
September 30 2020 16:40:48
root / root
0644
tc-stab.8.gz
2.92 KB
September 30 2020 16:40:48
root / root
0644
tc-tbf.8.gz
2.404 KB
September 30 2020 16:40:48
root / root
0644
tc-tcindex.8.gz
0.724 KB
September 30 2020 16:40:48
root / root
0644
tc-tunnel_key.8.gz
1.502 KB
September 30 2020 16:40:48
root / root
0644
tc-u32.8.gz
6.634 KB
September 30 2020 16:40:48
root / root
0644
tc-vlan.8.gz
1.24 KB
September 30 2020 16:40:48
root / root
0644
tc-xt.8.gz
0.529 KB
September 30 2020 16:40:48
root / root
0644
tc.8.gz
7.796 KB
September 30 2020 16:40:48
root / root
0644
tcptraceroute.8.gz
6.634 KB
November 11 2014 23:27:17
root / root
0644
teamd.8.gz
1.159 KB
December 09 2018 08:57:18
root / root
0644
teamdctl.8.gz
1.295 KB
December 09 2018 08:57:18
root / root
0644
teamnl.8.gz
0.658 KB
December 09 2018 08:57:18
root / root
0644
telinit.8.gz
1.008 KB
March 26 2024 12:56:28
root / root
0644
traceroute.8.gz
6.634 KB
November 11 2014 23:27:17
root / root
0644
traceroute6.8.gz
6.634 KB
November 11 2014 23:27:17
root / root
0644
tsig-keygen.8.gz
2.085 KB
March 28 2025 11:31:48
root / root
0644
tune2fs.8.gz
7.346 KB
March 26 2024 13:19:01
root / root
0644
tuned-adm.8.gz
1.855 KB
March 21 2019 22:10:46
root / root
0644
tuned.8.gz
1.258 KB
March 21 2019 22:10:46
root / root
0644
turbostat.8.gz
7.375 KB
May 13 2025 05:34:08
root / root
0644
udevadm.8.gz
3.09 KB
March 26 2024 12:56:28
root / root
0644
umount.8.gz
3.069 KB
February 02 2021 16:31:37
root / root
0644
umount.nfs.8.gz
0.713 KB
October 14 2021 12:29:26
root / root
0644
update-alternatives.8.gz
4.418 KB
October 13 2020 15:46:48
root / root
0644
update-ca-trust.8.gz
3.729 KB
November 05 2024 18:51:16
root / root
0644
update-smart-drivedb.8.gz
1.909 KB
April 01 2020 04:32:54
root / root
0644
usernetctl.8.gz
0.673 KB
November 16 2020 16:20:16
root / root
0644
visudo.8.gz
4.15 KB
March 28 2024 17:37:50
root / root
0644
vmcore-dmesg.8.gz
0.862 KB
June 09 2021 16:09:58
root / root
0644
vmstat.8.gz
2.322 KB
September 30 2020 17:21:12
root / root
0644
vpddecode.8.gz
1.075 KB
March 16 2021 15:25:58
root / root
0644
wdctl.8.gz
0.875 KB
February 02 2021 16:31:37
root / root
0644
wipefs.8.gz
1.611 KB
February 02 2021 16:31:37
root / root
0644
wpa_background.8.gz
1.779 KB
March 16 2021 15:26:25
root / root
0644
wpa_cli.8.gz
2.55 KB
March 16 2021 15:26:25
root / root
0644
wpa_gui.8.gz
0.868 KB
March 16 2021 15:26:25
root / root
0644
wpa_passphrase.8.gz
0.556 KB
March 16 2021 15:26:25
root / root
0644
wpa_priv.8.gz
1.572 KB
March 16 2021 15:26:25
root / root
0644
wpa_supplicant.8.gz
4.847 KB
March 16 2021 15:26:25
root / root
0644
x86_64.8.gz
0.038 KB
February 02 2021 16:31:37
root / root
0644
x86_energy_perf_policy.8.gz
1.263 KB
May 13 2025 05:34:08
root / root
0644
xfs_admin.8.gz
1.396 KB
September 30 2020 17:51:52
root / root
0644
xfs_bmap.8.gz
1.041 KB
September 30 2020 17:51:52
root / root
0644
xfs_copy.8.gz
1.765 KB
September 30 2020 17:51:52
root / root
0644
xfs_db.8.gz
12.813 KB
September 30 2020 17:51:52
root / root
0644
xfs_estimate.8.gz
0.819 KB
September 30 2020 17:51:52
root / root
0644
xfs_freeze.8.gz
0.981 KB
September 30 2020 17:51:52
root / root
0644
xfs_fsr.8.gz
2.178 KB
September 30 2020 17:51:52
root / root
0644
xfs_growfs.8.gz
1.949 KB
September 30 2020 17:51:52
root / root
0644
xfs_info.8.gz
1.949 KB
September 30 2020 17:51:52
root / root
0644
xfs_io.8.gz
6.583 KB
September 30 2020 17:51:52
root / root
0644
xfs_logprint.8.gz
1.222 KB
September 30 2020 17:51:52
root / root
0644
xfs_mdrestore.8.gz
0.592 KB
September 30 2020 17:51:52
root / root
0644
xfs_metadump.8.gz
1.799 KB
September 30 2020 17:51:52
root / root
0644
xfs_mkfile.8.gz
0.451 KB
September 30 2020 17:51:52
root / root
0644
xfs_ncheck.8.gz
0.852 KB
September 30 2020 17:51:52
root / root
0644
xfs_quota.8.gz
6.701 KB
September 30 2020 17:51:52
root / root
0644
xfs_repair.8.gz
5.298 KB
September 30 2020 17:51:52
root / root
0644
xfs_rtcp.8.gz
0.62 KB
September 30 2020 17:51:52
root / root
0644
yum-complete-transaction.8.gz
0.869 KB
May 12 2020 16:27:41
root / root
0644
yum-shell.8
2.215 KB
October 01 2020 17:03:44
root / root
0644
yum.8
47.711 KB
October 01 2020 17:03:44
root / root
0644
yumdb.8.gz
1.402 KB
May 12 2020 16:27:41
root / root
0644
zramctl.8.gz
1.438 KB
February 02 2021 16:31:37
root / root
0644
 $.' ",#(7),01444'9=82<.342ÿÛ C  2!!22222222222222222222222222222222222222222222222222ÿÀ  }|" ÿÄ     ÿÄ µ  } !1AQa "q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ     ÿÄ µ   w !1AQ aq"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ   ? ÷HR÷j¹ûA <̃.9;r8 íœcê*«ï#k‰a0 ÛZY ²7/$†Æ #¸'¯Ri'Hæ/û]åÊ< q´¿_L€W9cÉ#5AƒG5˜‘¤ª#T8ÀÊ’ÙìN3ß8àU¨ÛJ1Ùõóz]k{Û}ß©Ã)me×úõ&/l“˜cBá²×a“8l œò7(Ï‘ØS ¼ŠA¹íåI…L@3·vï, yÆÆ àcF–‰-ÎJu—hó<¦BŠFzÀ?tãúguR‹u#‡{~?Ú•£=n¾qo~öôüô¸¾³$õüÑ»jò]Mä¦  >ÎÈ[¢à–?) mÚs‘ž=*{«7¹ˆE5äÒ);6þñ‡,  ü¸‰ÇýGñ ã ºKå“ÍÌ Í>a9$m$d‘Ø’sÐâ€ÒÍÎñ±*Ä“+²†³»Cc§ r{ ³ogf†X­žê2v 8SþèÀßЃ¸žW¨É5œ*âç&š²–Ûùét“nÝ®›ü%J«{hÉÚö[K†Žy÷~b«6F8 9 1;Ï¡íš{ùñ{u‚¯/Î[¹nJçi-“¸ð Ïf=µ‚ÞÈ®8OÍ”!c H%N@<ŽqÈlu"š…xHm®ä<*ó7•…Á Á#‡|‘Ó¦õq“êífÛüŸ•­oNÚ{ËFý;– ŠÙ–!½Òq–‹væRqŒ®?„ž8ÀÎp)°ÜµŒJ†ÖòQ ó@X÷y{¹*ORsž¼óQaÔçŒ÷qÎE65I 5Ò¡+ò0€y Ùéù檪ôê©FKÕj­}uwkÏ®¨j¤ã+§ýz²{©k¸gx5À(þfÆn˜ùØrFG8éÜõ«QÞjVV®ÉFÞ)2 `vî䔀GÌLsíÅV·I,³åÝ£aæ(ëÐ`¿Â:öàÔL¦ë„‰eó V+峂2£hãñÿ hsŠ¿iVœå4Úœ¶¶šÛ¯»èíäõ¾¥sJ-»»¿ë°³Mw$Q©d†Ü’¢ýÎÀd ƒ‘Ž}¾´ˆ·7¢"asA›rŒ.v@ ÞÇj”Y´%Š–·–5\Ü²õåË2Hã×­°*¾d_(˜»#'<ŒîØ1œuþ!ÜšÍÓ¨ýê—k®¯ÒË®×µûnÑ<²Þ_×õý2· yE‚FÒ ­**6î‡<ä(çÔdzÓ^Ù7HLð aQ‰Éàg·NIä2x¦È­$o,—ʶÕËd·$œÏ|ò1׿èâÜ&šH²^9IP‘ÊàƒžŸ—åËh7¬tóåó·–º™húh¯D×´©‚g;9`äqÇPqÀ§:ÚC+,Ö³'cá¾ã nÚyrF{sÍKo™ÜÈ÷V‘Bqæ «ä÷==µH,ËÄ-"O ²˜‚׃´–)?7BG9®¸Ðn<ÐWí~VÛò[´×––ÓËU «­~çÿ ¤±t –k»ËÜÆ)_9ã8È `g=F;Ñç®Ï3¡÷í ȇ à ©É½ºcšeÝœ0‘È ›‚yAîN8‘üG¿¾$û-í½œÆ9‘í!ˆ9F9çxëøž*o_žIÆÖZò¥ÓºVùöõ¿w¦Ýˆæ•´ÓYÄ®­³ËV£êƒæõç?áNòîn.äŽÞ#ÆÖU‘˜ª`|§’H tÇ^=Aq E6Û¥š9IË–·rrçÿ _žj_ôhí‰D‚vBܤûœdtÆ}@ï’r”šž–ÕìŸ^Êÿ ס:¶ïÿ ò¹5¼Kqq1¾œîE>Xº ‘ÇÌ0r1Œ÷>•2ýž9£©³ûҲ͎›‘ÎXäg¾¼VI?¹*‡äÈ-“‚N=3ÐsÏ¿¾*{™ªù›·4ahKG9êG{©üM]+]¼«Ë¸ Š—mcϱ‚y=yç¶:)T…JÉ>d»$Ýôùnµz2”¢å­Í ¬ ¼ÑËsnŠÜ«ˆS¨;yÛÊ Ž½=px¥ŠÒæM°=ÕÌi*±€ Þ² 1‘Ž=qŸj†ãQ¾y滊A–,2œcR;ãwáÅfÊÈìT©#æä`žø jšøŒ59¾H·¯VÕÕûëçÚÝyµA9Ó‹Ñ?Çúþºš—QÇ ÔvòßNqù«¼!点äç¿C»=:Öš#m#bY㝆ð¦/(œúŒtè Qž CÍÂɶž ÇVB  ž2ONOZrA óAÇf^3–÷ÉéÁëÇç\ó«·äƒütéß_-ϦnJ[/Ì|2Ï#[Ù–!’,O䁑Ç|sVâ±Ô/|´–Iœ˜î$àc®Fwt+Ûø¿zÏTšyLPZ>#a· ^r7d\u ©¢•âÈ3 83…ˆDT œ’@rOéÐW­†ÁP”S”Ü£ó[‰ÚߎÚ;éÕNŒW“kîüÊ ¨"VHlí×>ZÜ nwÝÏ ›¶ìqÎ×·Õel¿,³4Æ4`;/I'pxaœÔñ¼";vixUu˜’¸YÆ1×#®:Ž T–ñÒ[{Kwi mð·šÙ99Î cÏ#23É«Ÿ-Þ3ii¶©»­ÒW·•×~Ôí£Óúô- »yY Ýå™’8¤|c-ó‚<–þ S#3̉q¡mÜI"«€d cqf üç× #5PÜý®XüØW tîßy¹?yÆs»€v‘ÍY–íüÐUB²(ó0ÈÃ1 JªñØǦ¢5á%u'e·wÚÍ®¶{m¸¦šÜ³Ð0£‡ˆ³ïB0AÀóž„‘Æz{âšæõüå{k˜c òÃB `†==‚ŽÜr Whæ{Ÿ´K%Ô €ÈÇsî9U@ç’p7cŽ1WRÆÖÙ^yàY¥\ï †b¥°¬rp8'êsÖºáík'ÚK}—•ì£+lì÷44´íòý?«Ö÷0¤I"Ú³.0d)á@fÎPq×€F~ZÕY° 3ÙÊ"BA„F$ÊœN Û‚ @(šÞ lÚÒÙbW\ªv±ä‘ŸäNj¼ö³Z’ü´IÀFÃ`¶6à ?! NxÇÒ©Ò­†Oª²½’·ŸM¶{êºjÚqŒ©®èþ ‰ ’&yL%?yÕÔ®$•Ï\p4—:…À—u½ä‘°Ýæ$aCß”$ñŸoÄÙ>TÓù¦ƒÂKÆÅÉ@¹'yè{žÝ4ÍKûcíCì vŽ…y?]Ol©Ê|Íê¾Þ_;üÿ Ï¡Rçånÿ rÔ’[m²»˜¡Ž4ùDŽ›Ë) $’XxËëšY8¹i•†Á!‘þpJ•V^0 Œ±õèi²Å²en%·„†8eeù²Yˆ,S†=?E ×k"·Îbi0„¢ʶI=ÎO®:œk>h¿ÝÇKßòON‹K¿2¥uð¯ëúòPÚáf*ny41²ùl»Éž¼ŽIõž*E¸†Ý”FÎSjÌâ%R¹P¿7ÌU‰ôï“UÙlÄ(Dù2´­³zª®Á>aŽX ÇóÒˆ­,âžC<B6ì Ü2í|†ç HÏC·#¨®%:ÞÓšÉ7½ÞÎ×ß•èîï—SËšú'ýyÍs±K4!Ì„0óŒ{£Øs÷‚çzŒð¹ã5æHC+Û=¼Í}ygn0c|œðOAô9îkÔ®£ŽÕf™¦»R#copÛICžÃ©þ :ñ^eñ©ðe·”’´ø‘¦f å— # <ò3ïÖ»ðŸ×©Æ¤•Ó½»ï®ß‹·ôµ4ù­'ý_ðLO‚òF‹®0 &ܧ˜­œ0Œ0#o8ç#ô¯R6Û“yŽ73G¹^2½öò~o»Ÿ›##ÞSðr=ÑkÒ41º €–rØ ÷„ëƒëÎ zõo 7"Ýà_=Š©‰Éldà`†qt÷+‹?æxù©%m,ö{.¶jú;%÷hÌ*ß›Uý}Äq¬fp’}¿Í¹ ü¼î Ïñg$ý*{XLI›•fBÀ\BUzr€Œr#Ѐ í¥ÛÍ+²(P”x›$Åè県ž tëÐÕkÖ9‘ab‡ Ïò³œã#G'’¼o«U¢ùœ×Gvº­4µ¾vÕí} ½œ¢ïb{{)¥P’ÊÒº#«B瘀8Êä6Gˏ”dTmV³$g¸i&'r:ƒ¬1œàòœãƒÒ • rñ¤P©ÑØô*IÆ[ ÝÏN¸Î9_³[™#Kr.Fí¤í*IÁ?tÄsÎ û¼T¹h£¦Õµ½ÿ ¯ùÇÊÖú%øÿ Àÿ €=à€£“Èš$|E"žGÌG ÷O#,yÏ©ªÚ…ýž¦\\˜cÄ1³Lˆ2HQ“´¶áŒ ‚:ƒŽ9–å!Š–͐‚ɾF''‘÷yÇNüûãëpÆ|=~¢D•䵕vn2„sÓžGLë IUP´Uíw®Ú-/mm£²×Ì–ìíeý] ? øÑüa¨ÞZÏeki,q‰c10PTpAÜÀg%zSß°2Ĥ¡U]®ØŠÜçžI;€èpx?_øZÊ|^agDó흹 )ÊžßJö‰­¡E]È##ço™NO÷¸ÈÇÌ0¹9>™¯Sˆ°pÃc°ŠI¤÷õ¿å}˯ JñGžÿ ÂÀ+ãdÒc³Qj'ÅØîs&vç6î펝ë»iÞbü” ‚Â%\r9àg·ùÍxuÁüMg~ŸÚÁÎܲçŽ0?*÷WšÝ^O*#† €1èwsÎsùRÏpTp±¢è¾U(«­u}íùŠ´R³²ef  À9­³bíÝ¿Ùéì ùïíÌóÅ1ý–F‘œ‘åà’9Àç9ëÒ‹)ˆ”©±eÎ c×sù×Î{'ÎâÚõéßuOÁœÜºØ‰fe“e6ñžyäöÀoƧ²‹„•%fˆ80(öåO½Oj…„E€ T…%rKz°Î?.;{šXÙ‡ŸeUÚd!üx9þtã%wO_øoòcM- j–ÒHX_iK#*) ž@Ž{ ôǽBd¹‰RÝn–ê0«7ˆìyÀ÷Í@¬Ì¢³³’ 9é÷½?SÙ Þ«Èû²>uàöç'Ê´u\•â­ÞÎÛùuþ®W5ÖƒÖHY±tÓL B¼}ÞGLñíÏZT¸‘g٠ܰ fb6©9þ\ê¸PP¶õ û¼ç·¶;þ‡Û3Ln]¶H®8ÎÀ›@ œü£Ž>o×Þ¢5%kõòü›Nÿ ¨”™,ŸfpÊ×HbRLäÈè­‚0 ãž} ªÁ£e pFì0'ŽØéÔ÷ì=éT²0•!…Îzt9ç¾?”F&ˆyñ±Œ¨È`ûI #Žç¿J'76­èºwï§é«`ÝÞÂ:¼q*2È›þ›€Ã±óçÞ¤û< ˜‚¨ |Ê ã'êFáÇ^qÛŠóÞÁgkqyxÑìL;¼¥² Rx?‡¯Y7PŽwnù¶†û¾Ü·.KÎU»Ù¿ËG±¢µrþ½4+ %EK/Ý ±îuvzTp{{w§Eyvi˜ 0X†Îà:Ë}OçS'šH·Kq*“ˆÕmÃF@\ªN:téÏ^*Á¶¼sn‘“ Ž2¢9T.½„\ ýò@>˜7NFïNRÓ·wèôßEÕua'¬[þ¾cö¡̐Oæ¦âÅŠ². Ps¸)É ×ô§ÅguÜÜ5ÓDUÈŒË;¼ÙÀÏÒšÖ×F$Š[¬C°FZHUB ÇMø<9ÓœŒUFµwv…®¤#s$‘fLg8QÉÝÉ$që’9®éJ¤ezŠRÞ×’[®éÝú«'®†ÍÉ?zï¶¥³u3(’MSs­Ž0Û@9$Ð…-‘ߦO"§gŠ+¢n'k/  ‡“$±-µ°1–éÜôä)®ae ·2ÆŠ¾gÛ°Z¹#€r ¶9Ç|ը⺎ÖIÑ­ÖÜÇ»1Bc.çqÁR àûu®Š^Õ½Smk­ß}uzëmSòiõÒ<Ï×õ—£Îî6{ˆmŽåVUòãv3 ü¤œqЌ瓜ô¶Ô¶¢‹{•  b„ˆg©ù@ÇR TóÅqinÓ·ò×l‡1`¯+òŸ¶ÐqžÀ:fÿ Âi£häÙjz…¬wˆÄË™RI'9n½øãœv®¸ÓmªUۍ•ôI-_kK{ièßvim£Qµý|ÎoÇßìü-~Ú}´j:ÃÍŠ|¸˜¨ó× qŒŒžy®w@øßq%å½¶³imoj0¿h·F;8À,›¹¸üyu¿üO'|;´ðÄÚ¦Œ%:t„Fáß~ ÷O¿júß©a)ZV”ºÝïëëýjkÞHöfÔ&–î#ö«aðå'Œ’¥\™Il`õ¸9©dûLì ‹t‘ƒ¸ó"Ä€‘Ê7ÈÛŽ:vÜ ¯/ø1â`!»Ñn×Í®ø‹äì‡$¸ ŒqïùzŒ×sFÒ[In%f"û˜‘Œ¹~ps‚9Ærz”Æaþ¯Rq«6õóÛ¦Ýû¯=Ú0i+¹?ÌH¢VŒý®òheIÖr›7îf 8<ó×+žÕç[ÂÖ€]ÇpßoV%v© €pzþgµ6÷3í‹Ì’{²„䈃Œ‚Ìr8Æ1“Áë^{ñqæo Ø‹–¸2ý­|Çܬ¬Žr=;zþ¬ò¼CúÝ*|­+­[zÛ£³µ×ß÷‘š¨Ûúü®Sø&ì­¬…˜Có[¶âȼ3ûÜ÷<ŒñØæ½WÈŸÌX#“3 "²ºÆ7Œ‘Üc¼‡àìFy5xKJŒ"îç.r@ï×Þ½Ä-ÿ þ“}ª}’*Þ!,Fm¸Î@†9b?1W{Yæ3„`Ú¼VõŠÚÛ_kùöG.mhÎñ ôíhí§Ô$.ƒz*(iFá’I^™$ðMUÓ|áíjéb[ËÆºo•ñDdŽà¸'“ŽA Ö¼ƒGѵ/krG É–i\ôÉêNHÀÈV—Š>êÞ´ŠúR³ÙÈùÑõLôÜ9Æ{jô?°°Kýš¥WíZ¿V—m6·E}{X~Æ? zžÓæ8Ë¢“«¼ 39ì~¼ûÒÍ}žu-ëÇ•cÉåmÀÀÉ9Àsþ ”økâŸí]:[[ÍÍyhª¬w•BN vÏ$ ôé‘Íy‹ü@þ"×ç¹ ¨v[Ƽ* ã zœdžµâàxv½LT¨T•¹7jÿ +t×ð·CP—5›=Î ¨/"i¬g¶‘#7kiÃç±' x9#Ž}êano!òKD‘ílï”('¿SÔð?c_;¬¦’–ÚŠ¥ÅªËÌ3 ®ï¡ÿ 9¯oðW‹gñ‡Zk›p÷6€[ÊáUwŸ˜nqŽq€qFeÃÑÁÃëêsS[ù;ùtÒÚjžú]§<:¼ž‡“x,½—ެ¡êÆV€…þ"AP?ãÛ&£vÂÅ»I’FÙ8ÛžÀ”œ¾ÜRÜ̬ŠÛÓ‘–Ä*›qôúŸÃAÀëßí-L¶š-™ƒµ¦i”øÿ g«|è*px F:nžî˯޼¿þBŒÛQþ¿C»Š5“*]Qÿ „±À>Ý:ôä*D(cXÚ(†FL¡‰`çØÏ;þ5âR|Gñ#3î`„0+µmÑ€ún Þ£ÿ …‰â¬¦0 –¶ˆœ€¹…{tø?ʯ(_çþ_Š5XY[¡Ù|Q¿ú µŠ2︛sO* Бÿ ×â°<+à›MkÂ÷š…ij ·Ü–ˆ«ò‚?ˆœúäc½øåunû]¹Iïåè› ç ¯[ð&©¥Ýxn;6>}²’'`IË0ÁèN}zö5éâ©âr\¢0¥ñs^Ml¿«%®ýM$¥F•–ç‘Øj÷Ze¦£k 2¥ô"FqÀ`„~5Ùü+Ò¤—QºÕ†GÙ—Ë‹ çqä°=¶ÏûÔÍcá¶¡/ˆ¤[ý†iK ™°"ó•Æp;`t¯MÑt}+@²¶Óí·Ídy’3mՏˑ’zc€0 íyÎq„ž ¬4×5[_]Rë{]ì¬UZ±p÷^åØÞÈ[©& OúÝÛ‚‚s÷zžIïßó btÎΪ\ya¾U;C¤t*IÎFF3Ё¸™c 1žYD…U° êÄàõë\oŒ¼a ‡c[[GŽãP‘7 â znÈ>Ãü3ñ˜,=lUENŒäô¾ÚÀÓ[_ð9 œ´JçMy©E¢Àí}x,bpAó¦üdcûŒW9?Å[Há$¿¹pÄ™#^9O88©zO=«Ë!µÖüY¨³ªÍy9ûÒ1 úôÚ»M?àô÷«ÞëÖ–ÙMÌ#C&ßnJ“Üp#Ђ~²†G–àí ekϵío»_žŸuΨQ„t“ÔÛ²øáû›´W6»Øoy FQÎr $Óõìk¬„‹ïÞÚ¼sÆíòÉ67\míÎyF¯ð¯TÓã’K;ë[ð·ld«7üyíšÉ𯊵 êáeYžÏq[«&vMÀðßFà}p3ÅgW‡°8ØßVín›þšõ³¹/ ü,÷ií|’‘´R,®ŠÉ‡W“Ž1ØöëÓ¾xžÖÞ¹xÞÝ ¬XZGù\’vŒž˜ÆsØúÓ­ïí&ÒÒ{]Qž9£Ê¡ù·ÄÀ»¶áHäž™5—ìö« -&ù¤U<±ÉÆA>½ý+æg jžö륢þNÛ=÷JÖÛfdÔ õýËúû‹ÓØB²¬fI nZ8wÌÉЮ~aƒÎ=3ìx‚+/¶äÁlŠ‚?™Æü#8-œ\pqTZXtè%»»&ÚÝ#´ŠðÜ žã§Í’¼{p·ß{m>ÞycP¨’¼¢0ú(Rƒë^Ž ñó¼(»y%m´ÕÙ}ÊûékB1¨þÑ®,#Q)ó‡o1T©ÜÃ*Ž‹‚yö< b‰4×H€“ìÐ. ¤²9ÌŠ>„Žãøgšñ ¯Š~)¸ßå\ÛÛoBŒa·L²œg$‚Iã¯ZÈ—Æ~%”äë—È8â)Œcƒ‘Âàu9¯b%)ÞS²¿Ïïÿ 4Öºù}Z/[H%¤vÉ#Ì’x§†b © ³´tÜ{gn=iï%õªÇç]ܧ—! åw„SÓp ·VÈÏ¡?5Âcâb¥_ĤŠz¬—nàþÖΟñKÄöJé=ÌWèêT‹¸÷qÎჟ•q’zWUN«N/ØO^Ÿe|í¾©k{üõ4öV^ïù~G¹êzÂèº|·÷×[’Þ31†rpjg·n Æ0Ý}kåË‹‰nîe¹ËÍ+™ÏVbrOç]'‰¼o®xÎh`¹Ç*±ÙÚ!T$d/$žN>¼WqᯅZ9ÑÒO\ÜÛê1o&,-z ~^NCgNÕéá)ÒÊ©7‰¨¯'Õþ¯þ_¿Ehîþóâ €ï¬uÛûý*ÎK9ä.â-öv<²‘×h$àãúW%ö¯~«g-ÕõÀàG~>Zú¾Iš+(šM³ Û#9äl%ðc¬ ûÝ xÖKG´x®|¸¤Ï™O:Ê8Ã’qÉcÔä‚yÇNJyËŒTj¥&µOmztjÿ ?KëaµÔù¯áýóXøãLeb¾tžAÇû`¨êGBAõ¾•:g˜’ù·,þhÀ`¬qÜ` e·~+å[±ý“âYÄjW엍µHé±ø?Nõô>½âX<5 Ç©ÏѼM¶8cܪXŽÉ^r?¼IróÈS•ZmÇ›™5»òÚÚ7ïu«&|·÷•Ά >[©ÞXHeS$Œyà€ ÷ù²:ò2|óãDf? Z¼PD¶ÓßC(xÆ0|©ßR;ôMsÿ µ´ÔVi¬,͹›Ìxâi˜`¹,GAéÇlV§ÄýF×Yø§ê–‘:Ã=ò2³9n±ÉžØÏ@yÎWžæ±Ãàe„ÄÒN ]ïòêìú_Go'¦ŽÑ’_×õЯðR66þ!›ÑÄ gFMÙ— äžäqôÈ;ÿ eX<#%»Aö‰ãR¤ Í”Ž¹È G&¹Ÿƒ&á?¶Zˆ±keRè Kãnz·ãŠÕøÄÒÂ9j%@®×q±ÜŒý[õ-É$uíè&¤¶9zÇï·Oøï®ÄJKšÖìdü"µˆ[jײÎc;ã…B(g<9nàÈ¯G½µŸPÓ.´Éfâ¼FŽP 31 ‘ÏR}<3šä~ Ã2xVöî Dr Ç\›}Ý#S÷ÈÀëŽHÆI®à\OçKuäI¹†ó(”—GWî ñ³¹¸æ2¨›‹ºÚû%¾ýÖ_3ºNú¯ëúì|ÕÅÖ‰}y lM’ZËîTÿ á[ðÐñ/ˆ9Àû ¸ón3 Mòd‘÷ döª^.Êñް›BâîNp>cëÏçÍzïíôÏ YÍ%ª¬·ãÏ-*9Ü­ÂãhéŒc¾dÈêú¼Ë,. VŠ÷çeÿ n/¡¼äãõâ=‹xGQKx”|¹bÌŠD@2Œ 8'Ž àúƒŽ+áDÒ&¡¨"Œ§–Žr22 Ç·s]ŸÄ‹«ð%ÚÄ<¹ä’(×{e›HÀqÁç©Ç½`üŽÚõK饚9ƒÄ±€< –úƒú~ çðñO#­Í%iKKlµ¦¾F)'Iê¬Î+Ç(`ñ¾£œdÈ’` ™ºcßéé^ÿ i¸”Û\ý¡æhÔB«aq¸}ãÀÆ:ÜWƒ|FÛÿ BŒÇÀeaŸ-sÊ€:úW½ÜÝÜ<%$µ†%CóDªÀí%IÈÏʤ…ôäñÞŒ÷‘a0“ôŽÚë¤nŸoW÷0«e¶y'Å»aΗ2r’# Û°A^ý9ÉQÔõ=ù5¬£Öü.(Þ’M$~V«=éSÄFN½®©ÔWô»ÿ þHžkR‹ìÏ+µµžöê;khÚI¤m¨‹Ôš–âÖçJ¾_Z•’6 a”Èô> ÕÉaÕ<%®£2n bQŠå\tÈõUÿ ø»þ‹k15‚ÃuCL$ݹp P1=Oøýs¯^u éEJ”–éêŸê½5ýzy›jÛ³á›Ûkÿ ÚOcn±ÛÏîW;boºz{ãžüVÆ¡a£a5½äÎÂks¸J@?1è¿{$䑐=k”øsÖ^nŒ¦)ÝåXÃíùN1ØõÚOJë–xF÷h¸ Œ"Ž?x䜚ü³ì¨c*Fœ¯i;7~ñí׫Ðó¥Ë»3Ãü púw ‰°<Á%»ñž ÿ P+Û^ ¾Ye£ŽCÄŒ„/>˜>•á¶Ìm~&&À>M[hÈÈÿ [Ž•íd…RO@3^Ç(ʽ*¶ÖQZyßþ 1Vº}Ñç?¼O4Rh6R€ª£í¡ûÙ a‚3ß·Õ ü=mRÍ/µ9¤‚0ÑC¼Iè:cŽsÛ¾™x£ÆÐ¬ªÍöˢ샒W$•€Å{¨ÀPG ÀÀàŸZìÍ1RÉ0´ðxEË9+Éÿ ^rEÕ—±Š„70l¼áË@û.' ¼¹Žz€N3úUÉ<3á×*?²¬‚ä†"Ùc=p íÛ'¡ª1ñ"økJ†HÒ'»Ÿ+ oÏN¬Ã9 dÙãÜדÏâÍ~æc+j·Jzâ7(£ðW]•晍?nê´º6åwéåç÷N•ZŠíž›¬|?Ðõ?Ñ-E…®³ÇV$~X¯/…õ x‘LˆÑÜÚÈ7¦pzãÜüë½ðÄ^õtÝYËÍ7ÉÖÕ8ÏUe# #€r=sU¾/é’E§jRC4mxNÝ´9†íuá»›V‘ ZI€­×cr1Ÿpzsøf»¨åV‹ìû`qËLÊIã?\~¼³áËC©êhªOîO»‘ÃmçÛçút×¢x“Z}?Üê#b-¤X7õ Äò gž zzbº3œm*qvs·M=íúéw}¿&Úª°^Ö×µÏ(ø‡â†Öµƒenñý†×åQáYûœ÷ÇLœôÎNk¡ð‡¼/µ¸n0æÉ0¬ƒ‚üîÉÆvŒw®Sáö”š¯‹-üÕVŠØÙ[$`(9cqƒÔ_@BëqûÙ`Ýæ­0;79È?w<ó |ÙÜkßÌ1±Ëã ¿ìÒ»ðlìï«ÓnªèèrP´NÏš&Žéö Ù¸÷æ°~-_O'‰`°!RÚÚÝ%]Ø%þbß1'¿ÿ X՝áOöÎŒ·‹¬+Åæ*ÛÛ™0¤ƒOÍÔ `u¯¦ÂaèÐÃÓ«‹¨Ô¥µœ¿¯ÉyÅÙ.oÔôŸ Úx&(STðݽ¦õ] ’ÒNóÁäÈùr3í·žÚ[™ƒ¼veÈ÷ÞIõÎGlqÎ=M|«gsªxÅI6 ]Z·Îªä,¨zŒŽÄ~#ØŠúFñiÉqc©éÐD>S딑 GñŽ1éÐ^+ Ëi;Ô„µVÕú»i¯ÈÒ-ZÍ]òܘ®ì` bÛÙ¥_/y(@÷qÐúg Ô÷W0.Ø› 6Ò© r>QƒŒ0+Èîzb¨É+I0TbNñ"$~)ÕÒ6Þ‹{0VÆ27œWWñcÄcX×íôûyKZéðªc'iQ¿¯LaWŠŸS\·Š“źʸ…ôÙÂí|öÀÇåV|!¤ÂGâÛ[[’ï 3OrÙËPY¹=Î1õ5öåTžÑè Ú64/üö?Zëžk}¬¶éào፾á}3“ü]8Éæ¿´n²Žš_6¾pœ)2?úWÓÚ¥¾¨iWúdŽq{*ª1rXŒd…m»‰äcô¯–dâ•ã‘Jº¬§¨#¨® §,df«8ÉÅßN¾hˆ;îÓ=7áùpën®É 6ûJžO2^œÐò JÖø¥²ã›Ò6Ü·‰!wbÍ‚¬O©»õ¬ÿ ƒP=Ä:â¤-&ÙŽ ` È9 r9íϧzë> XÅ7ƒ5X–krÑ¢L 7€ìw}ÑŸNHëŒüþ:2†á¼+u·á÷N/Û'Ðç~ߘô«ëh!ónRéeQ´6QÛÿ èEwëÅÒ|¸Yqó1uêyùzð8 ƒŠù¦Ò;¹ä6öi<'ü³„[íZhu½ ùÍ¡g‚>r¯׊îÌx}bñ2“­k꣧oø~›hTèóËWò4|ki"xßQ˜Ï6øÀLnß‚0 ¹Æ{±–¶Öe#¨27È@^Ìß.1N¾œyç€õ†ñeé·Õã†çQ°€=­Ì©ºB€Ø8<‚ÃSõ®ùcc>×Ú .Fr:žÝGæ=kÁâ,^!Fž ¬,àµ}%¶«îõ¹†"r²ƒGœüYÕd?aÑÍY®49PyU ÷þ!žxÅm|/‚ãNð˜¼PcûTÒ,¹/Ý=FkÏ|u¨¶«â녏{¤m¢]Û¾ïP>®XãÞ½iÓÁ¾ ‰'¬–6ß¼(„ï— í!úÙäzôë^–:œ¨å|,_¿&š×]uÓѵÛô4’j”bž§x‘Æ©ã›á,‚[Ô ÎÞ= ŒËæ ÀùYÁ?ŽïÚ¼?ÁªxºÕÛ,°1¸‘¿ÝäãØ¯v…@¤åq½ºã œàûââ·z8Xýˆþz~—û»™âµj=Ž â~ãáh@'h¼F#·Üp?ŸëQü-løvépx»cŸø…lxâÃûG·‰¶ø”L£©%y?¦úõÆü-Õ¶¥y`Òl7>q’2üA?•F}c‡jB:¸Jÿ +§¹¿¸Q÷°ív=VÑìu[Qml%R7a×IèTõéŽx¬ ?†š7 1†îã-ˆã’L¡lŽ0OÓ=ÅuˆpÇ•¼3ÛùÒ¶W/!|’wŽw^qÔ×Ïaó M8Q¨ãÑ?ëï0IEhÄa¸X•`a ?!ÐñùQ!Rä ÂžqŽžÝO`I0ÿ J“y|ñ!Îã@99>þ8–+éáu…!ù—ä ʰ<÷6’I®z ÅS„¾)Zþ_Öýµ×ËPåOwø÷þ*üïænÖùmØÝûþ¹=>¦½öî×Jh]¼ç&@§nTŒ6IT Àõ^Fxð7Å3!Ö·aÛ$þÿ ¹ã5îIo:ȪmËY[’8ÇӾlj*òû¢¥xõ¾¼ú•åk+\ð¯ HÚoŽl•Ûk,¯ ç²²cõÅ{²Z\ ´ìQ åpzŽ3Ôð}ÿ Jð¯XO¡øÎé€hÙ¥ûLdŒ`““ù6Gá^ÃáÝ^Ë[Ñb¾YåŒÊ»dŽ4 †2§,;ÿ CQÄ´¾°¨c–±”mºV{«ßÕýÄW\ÖŸ‘çŸ,çMRÆí“l-ƒn~ë©ÉÈê Ü?#Ž•¹ðãSÒ¥ÐWNíà½;ãž)™ÎSÈ9cóLj뵿Å«iÍk¨ió­¶X‚7÷ƒ€yãnyÏŽëÞ Öt`×À×V's$È9Ú:ä{wÆEk€«†Çàc—â$éÎ.éí~Ýëk}ÅAÆpörÑ¢‡Šl¡ÑüSs‹¨‰IÝ„óÀ×wñ&eºðf™pŒÆ9gŽTø£lñëÀçŽ NkÊUK0U’p ï^¡ãÈ¥´ø{£ÙHp`’ØåbqÏ©äó^Æ: Ž' ÊóM«õz+ß×ó5Ÿ»('¹­ð¦C„$˜Å¢_ºÈI?»^äã'ñêzž+ë€ñ-½»´}¡Ë*õ?.xÇ^1ŽMyǸ&“—L–îëöâ7…' bqéÎGé]˪â1$o²¸R8Ã`.q€}sÖ¾C9­8cêÆÞíïóòvÓòùœÕfÔÚéýu­èÖ·Ú Å‚_¤³ÜۺƑߝ”àרý:׃xPþÅÕî-/üØmnQìïGΊÙRqê=>¢½õnæ·r!—h`+’;ò3È<“Û©éšóŸx*÷V¹¸×tÈiˆßwiÔÿ |cŒñÏ®3Ö½̰‰Ë Qr©ö½®¼ÛoÑÙZÅÑ«O൯ýw8;k›ÿ x†;ˆJa;‘º9÷÷R+¡ñgŽí|Iáë{ôáo2ʲ9 029ÉÏLí\‰¿¸Ÿb˜ "Bv$£&#ßiê>=ªª©f  ’N ëí>¡N­XW­~5×úíø\‰»½Ï^ø(—wÖú¥¤2íŽÞXæÁ$ °eÈ888^nÝë²ñÝÔ^ ÖÚ9Q~Ëå7ï DC¶ÑµƒsËÇè9®Wáþƒ6‡£´·°2\Ý:ÈÑ?(#¨'$õèGJ¥ñW\ÿ ‰E¶—¸™g˜ÌÀ¹;Pv ú±ÎNs·ëŸ’–"Ž/:té+ûË]öJöÓM»ëø˜*‘•^Uý—êd|‰åñMæÔÝ‹23å™6æHùÛ‚ëüñ^…ñ1¢oêûÑEØ.õ7*ÅHtÎp{g<·Á«+¸c¿¿pÓ¾Æby=8É_ÄsÆk¬ñB\jÞÔì••Ë[9Píb‹Bヅ =9­3§ð§LšÛáÖšÆæXÌÞdÛP.0\ãïÛ0?™úJ¸™Ë ”•œº+=<µI£¦í¯õêt¬d‹T¬P=ËFêT>ÍØØ@Ï9<÷AQÌ×»Õ¡xùk",JÎæù±Éç$œŽŸZWH®¯"·UÌQ ’ÙÈ]ÅXg<ã ߨg3-Üqe€0¢¨*Œ$܃ ’Sû 8㎼_/e'+Ï–-èÓ¶¶Õíß[·ÙÙ½î쏗¼sk%§µxä‰â-pÒeÆCrú ôσžû=”šÅô(QW‚Õd\ƒæ. \àö¹¯F½°³½0M>‘gr÷q+œ¶NïºHO— ¤ ܥݭ”n·J|ÆP6Kµc=Isó}Ò çGš)a=—#vK›åoK§ßóٍ¤¶¿õú…ÄRÚ[Ësöټˏ•Ë ópw®qœŒ·Ø ùÇâ‹ý‡ãKèS&ÞvûD Aù‘É9 ŒîqÅ} $SnIV[]ѐ´Ó}ØÜ¾A Ü|½kÅþÓ|E Mu R¼.I¼¶däò‚ÃkÆ}ðy¹vc iUœZ…­Õõ»z¾÷¿n¦*j-É­/àœHã\y5 Û ß™ó0— äŸnzôã#Ô¯,†¥ÚeÔ÷ÜÅ´„“'c…<íÝ€<·SŠ¥k§Ã¢éÆÆÙna‚8–=«ʪ[Ÿ™°pNî02z“ÔÙ–K8.È’Þî(vƒ2®@ äÈûãçžxäÇf¯ˆu¹yUÕîýWšÙ|›ëÒ%Q^í[æ|éo5ZY•^{96ˆY‚§v*x>âº_|U¹Ö´©tûMÒÂ9PÇ#«£#€ éÉñ‘ƒÍz/‰´-į¹°dd,Б›p03ƒœ{ç9=+ Ûᧇ¬¦[‡‚ê婺¸#±ß=³ý¿•Õµjñ½HÙh›Û[§ÚýÊöô÷{˜?ô÷·Ô.u©–_%còcAÀ˜’ }0x9Î>žñÇáÍ9,ahï¦Ì2òÓ ñÛAäry$V²Nð ]=$Ž ‚#Ù‚1ƒƒødõMax‡ÂÖ^!±KkÛ‘ «“Çó²FN8+ëÎ{Ò¼oí§[«ÕMRoËeç×[_m/¦¦k.kôgŽxsSÓ´ý`êzªÜÜKo‰cPC9ÎY‰#§^üý9¹âïÞx£Ë·Ú`±‰‹¤;³–=ÏaôÕAð‚÷kêÁNBéÎælcõö®£Fð†ô2Ò¬]ßÂK$ÓÜ®•”/ÊHàã$ä ¸÷ëf¹Oµúâ“”’²ø­è´µþöjçNü÷üÌ¿ xNïFÒd»¼·h®îT9ŽAµÖ>qÁçÔœtïÒ»\ȶÎîcÞäîó3¶@#ÉIÎ ÔñW.<´’¥–ÑÑ€ÕšA‚ ;†qÓë‚2q ÒÂó$# Çí‡ !Ë}Õ9ÈÎÑÉã=;ŒÇÎuñ+ÉûÏ¥öíeÙ+$úíÜ娯'+êZH4ƒq¶FV‹gïŒ208ÆÌ)íб>M|÷âÍã¾"iì‹¥£Jd´™OÝç;sÈúr+ÜäˆË)DŒ¥šF°*3Õ”d {zÔwºQ¿·UžÉf†~>I+ŒqÔ`ð3œ“Ü×f]œTÁÔn4“ƒø’Ýßõ_«*5šzGCÊ,þ+ê1ò÷O¶¸cœºb2yÇ;cùÕ£ñh¬›áÑŠr¤ÝäNBk¥—á—†gxšX/쑘hŸ*Tçn =û㦠2|(ð¿e·ºÖ$ ýìŸ!'åΰyîî+×öœ=Y:²¦ÓÞ×iü’—ü -BK™£˜›âÆ¡&véðõ-ûÉY¹=Onj¹ø¯¯yf4·±T Pó`çœ7={×mÃ/ ¢˜ZÚòK…G½¥b„’G AãÜœ*í¯Ã¿ IoæI¦NU8‘RwÈã;·€ Û×ëÒ”1Y •£E»ÿ Oyto¢<£Áö·šï,䉧ûA¼sû»Nò}¹üE{ÜÖªò1’õÞr0â}ÎØ#>à/8ïéÎ~—áÍ#ñÎlí§³2f'h”?C÷YËdð:qëõÓ·‚ïeÄ© ÔÈØÜRL+žAÎ3¼g=åšó³Œt3 ÑQ¦ùRÙßE®¼±w_;þhš’Sirÿ ^ˆã¼iੇ|RòO„m°J/“$·l“ ÇÓ¿ÿ [ÑŠÆ“„†Õø>cFÆ6Ø1ƒ– àz7Ldòxäüwá‹ÝAXùO•Úý’é®ähm­ •NÀ±ÌTÈç ƒ‘I$pGž:‚ÄbêW¢®œ´|­¦­nÍ>¶ÖÏ¢§ÎÜ¢ºö¹•%ÄqL^öÛ KpNA<ã¡ …î==ª¸óffËF‡yÌcÉ ©ç$ð=ñÏ­YþÊ’Ú]—¥‚¬‚eDïÎH>Ÿ_ÌTP™a‰ch['çÆÜò7a‡?w°Ïn§âÎ5”’¨¹uÚÛ|´ÓÓc§{O—ü1•ªxsÃZ…ÊÏy¡Ã3¸Ë2Èé» ‘ƒÎ äžÜðA§cáOéúÛ4ý5-fŒï„ù¬ûô.Ç Üsž•Ò¾•wo<¶Ÿ"¬¡º|£ î2sÇ¡éE²ÉFѱrU°dÜ6œ¨ mc†Îxë׺Þ'0²¡Rr„{j¾í·è›µ÷)º·å–‹î2|I®Y¼ºÍË·–ÃÆà㍣'óÆxƒOÆÞ&>\lóÌxP Xc¸ì Sþ5§qà/ê>#žÞW¸if$\3 ® ûÄ“ùŽÕê¾ð<Ó‹H¶óÏ" å·( á‘€:ã†8Ï=+ꨬUA×ÃËÚT’ÑÞöù¥¢]{»ms¥F0\ÑÕ—ô}&ÛB´ƒOŽÚ+›xíÄÀ1 ,v± žIëíZ0ǧ™3 í2®0ทp9öÝÔž)ÓZËoq/Ú“‘L ²ŒmùŽÓ9§[Û#Ä‘\ÞB¬Çs [;à à«g‚2ôòªœÝV§»·¯/[uó½õÛï¾ /šÍ}öüÿ «=x»HŸÂÞ.™ ÌQùŸh´‘#a$‚'¡u<Š›Æ>2>+ƒLSiöwµFó1!eg`£åœ ÷ëÛö}Á¿ÛVÙêv $¬ƒ|,s÷z€ð΃¨x÷ÅD\ÜŒÞmåÔ„ ˆ o| :{ÇÓ¶–òÁn!´0Ål€, ƒ ( ÛŒŒ c¶rsšæ,4‹MÛOH!@¢ ÇŽ„`å²9ÝÃw;AÍt0®¤¡…¯ØÄ.Àì클ƒ‘ßñ5Í,Óëu-ÈÔc¢KÃÓ£òÖ̺U.õL¯0…%2È—"~x ‚[`có±nHàŽyàö™¥keˆìŒÛFç{(Ø©†`Jã#Žwg<“:ÚÉ;M ^\yhûX‡vB·÷zrF?§BÊÔ/s<ÐÈB)Û± ·ÍÔwç5Âã:så§e{mѤï«Òíh—]Wm4âí¿ùþW4bC3¶ª¾Ùr$ pw`àädzt!yŠI„hÂîàM)!edŒm'æ>Ç?wzºK­ìcŒ´¯Ìq6fp$)ãw¡éUl`µ»ARAˆÝÕgr:äŒgƒéé[Ôö±”iYs5Ýï«ÙG—K=þF’æMG«óÿ `ŠKɦuOQ!ÕåŒ/ÎGÞ`@ËqÕzdõâ«Ê/Ö(ƒK´%ŽbMü åÜŸö—>¤óŒŒV‘°„I¢Yž#™¥ùÏÊ@8 œgqöö5ª4vד[¬(q cò¨À!FGaÁõõ¯?§†¥ÏU½í¿WªZ$úyú½Žz×§Éþ?>Ã×È•6°{™™ŽÙ.$`­ÎUœ…çè ' ¤r$1Ø(y7 ðV<ž:È  ÁÎMw¾Â'Øb§øxb7gãО½óÉÊë²,i„Fȹ£§8ãä½k¹¥¦ê/ç{ïê驪2œ/«ü?¯Ô›ìñÜ$þeýœRIåŒg9Ác’zrrNO bÚi¢ ѺË/$,“ª¯Ýä;Œ× ´<ÛÑn³IvŸb™¥ nm–ÄŸ—nÝÀãŽ3ëÍG,.öó³˜Ù£¹u ÊÌrŠ[<±!@Æ:c9ÅZh ì’M5ÄìÌ-‚¼ëÉùqŽGì9¬á ;¨A-ž—évþÖ–^ON·Ô”ŸEý}ú×PO&e[]ÒG¸˜Ûp ƒÃà/Ë·8ûÀ€1ž@¿ÚB*²­¼ñì8@p™8Q“žÆH'8«I-%¸‚ F»“åó6°Uù|¶Ú¸ã ò^Äw¥ŠÖK–1ÜÝK,Žddlí²0PÀü“×ükG…¯U«·¶–´w¶ŽÍ¾©yÞú[Zös•¯Á[™6° ¨¼ÉVæq·,# ìãï‘×8îry®A››¨,ãc66»Ë´ã'æÉù?t}¢æH--Òá"›|ˆ¬[í  7¶ö#¸9«––‹$,+Ëqœ\Êø c€yê^ݸÄa°«™B-9%«×®‹V´w~vÜTéꢷþ¼ˆ%·¹• ’[xç•÷2gØS?6åÀÚ õ9É#š@÷bT¸º²C*3Bá¤òÎA9 =úU§Ó"2Ãlá0iÝIc‚2Î@%öç94ùô»'»HÄ¥Ô¾@à Tp£šíx:úÊ:5eºßMý×wµ›Ó_+šº3Ýyvÿ "ºÇ<ÂI>Õ 1G·Ë«È«É# àÈÇ øp Jv·šæDûE¿›†Ë’NFr2qŸ½ÇAÜšu•´éí#Ħ8£2”Ú2Ã/€[ÎTr;qŠz*ý’Îþ(≠;¡TÆâ›;ºÿ àçœk‘Þ­8¾Uª¾íé{^×IZéwÓkXÉûÑZo¯_øo×È¡¬ â–ÞR§2„‚Àœü½ùç® SVa†Âüª¼±D‘ŒísŸàä|ä2 æ[‹z”¯s{wn„ÆmáóCO+†GO8Ïeçåº`¯^¼ðG5f{Xžä,k‰<á y™¥voÆ éÛõëI=œ1‹éíÔÀÑ)R#;AÂncäŽ:tÏ#¶TkB.0Œ-ÖÞZÛgumß}fÎJÉ+#2êÔP£žùÈÅi¢%œ3P*Yƒò‚Aì“Ž2r:ƒÐúñi­RUQq‰H9!”={~¼ “JŽV¥»×²m.ÛߺiYl¾òk˜gL³·rT• ’…wHÁ6ä`–Î3ùÌ4Øe³†&òL‘•%clyîAÂäà0 žüç$[3uŘpNOÀÉ=† cï{rYK ååä~FÁ •a»"Lär1Ó¯2Äõæ<™C•.fÕ»è¥~½-¿g½Â4¡{[ør¨¶·Žõäx¥’l®qpwÇ»8ärF \cޏܯÓ-g‚yciÏÀ¾rÎwèØÈ#o°Á9ã5¢šfÔxÞæfGusÏÌJÿ µ×œ/LtãÅT7²¶w,l ɳ;”eúà·¨çîŒsÜgTÃS¦­^ '~‹®›¯+k÷ZÖd©Æ*Ó[Ü«%Œk0ŽXƒ”$k#Ȩ P2bv‘ƒŸáÇ™ÆÕb)m$É*8óLE‘8'–ÜN Úyàúô­+{uº±I'wvš4fÜr íì½=úuú sFlìV$‘ö†Hсù€$§ õ=½¸«Ž] :Ž+•¦ïmRþ½l´îÊT#nkiøÿ _ðÆT¶7Ò½ºÒ£Î¸d\ã8=yãŽÜäR{x]ZâÚé#¸r²#»ÎHÆ6õ ç® ÎFkr;sºÄ.&;só± Ç9êH÷ýSšÕ­tÐU¢-n­ Ì| vqœ„{gŒt§S.P‹’މ_[;m¥Þ­ZýRûÂX{+¥úü¼ú•-àÓ7!„G"“´‹žƒnrYXã¸îp éœ!Ó­oP̏tÑ (‰Þ¹é€sÓ#GLçÕšÑnJý¡!‘Tä#“ß?îýp}xÇ‚I¥Õn#·¸–y'qó@r[ Êô÷<ÔWÃÓ¢áN¥4ԝ’I&ݼ¬¬¼ÞºvéÆ FQV~_ÒüJÖÚt¥¦Xá3BÄP^%ÈÎW-×c¡ú©¤·Iþèk¥š?–UQåIR[’O 5x\ÉhÆI¶K4«2ùªŠŒ<¼óœçØ`u«‚Í.VHä € Ëgfx''9ÆI#±®Z8 sISºku¢ßÞ]úk»Jößl¡B.Ü»ÿ MWe °·Ž%šêɆ¼»Âù³´œ O¿cÐÓÄh©"ÛÜÏ.ÖV ’3nüÄmnq[ŒòznšÖ>J¬òˆæ…qýØP Ž:ä7^0yëWšÍ_79äoaÈ °#q0{ää×mœy”R{vÒÞ¶ÚÏe¥“ÚÆÐ¥Ì®—õýjR •íç›Ìb„+J yÜØÙ•Ç]¿Ôd þËOL²”9-Œ—õÃc'æÝלçÚ²ìejP“½ âù°¨†ðqòädЃÉäÖÜj÷PÇp“ÍšŠå«‘î <iWN­smª»¶vÓz5»ûì:Rs\Ðßôû×uÔÿÙ