Blame doc/dnf-utils.rst

Packit 3a9065
=========
Packit 3a9065
YUM Utils
Packit 3a9065
=========
Packit 3a9065
Packit 3a9065
The main purpose of these shims is ensuring backward compatibility with yum-3.
Packit 3a9065
Packit 3a9065
--------------
Packit 3a9065
Shell Commands
Packit 3a9065
--------------
Packit 3a9065
Packit 3a9065
:manpage:`debuginfo-install(1)`
Packit 3a9065
    Install the associated debuginfo packages for a given package
Packit 3a9065
    specification.
Packit 3a9065
    Maps to ``dnf debuginfo-install``.
Packit 3a9065
:manpage:`needs-restarting(1)`
Packit 3a9065
    Check for running processes that should be restarted.
Packit 3a9065
    Maps to ``dnf needs-restarting``.
Packit 3a9065
``find-repos-of-install``
Packit 3a9065
    Report which repository the package was installed from.
Packit 3a9065
    Part of core DNF functionality.
Packit 3a9065
    Maps to ``dnf list --installed``.
Packit 3a9065
    See `List Command` in :manpage:`dnf(8)` for details.
Packit 3a9065
:manpage:`package-cleanup(1)`
Packit 3a9065
    Clean up locally installed, duplicate, or orphaned packages.
Packit 3a9065
:manpage:`repo-graph(1)`
Packit 3a9065
    Output a full package dependency graph in dot format.
Packit 3a9065
    Maps to ``dnf repograph``.
Packit 3a9065
:manpage:`repoclosure(1)`
Packit 3a9065
    Display a list of unresolved dependencies for repositories.
Packit 3a9065
    Maps to ``dnf repoclosure``.
Packit 3a9065
:manpage:`repodiff(1)`
Packit 3a9065
    Display a list of differences between two or more repositories.
Packit 3a9065
    Maps to ``dnf repodiff``.
Packit 3a9065
:manpage:`repomanage(1)`
Packit 3a9065
    Manage a directory of rpm packages.
Packit 3a9065
    Maps to ``dnf repomanage``.
Packit 3a9065
``repoquery``
Packit 3a9065
    Searches the available DNF repositories for selected packages and displays
Packit 3a9065
    the requested information about them.
Packit 3a9065
    Part of core DNF functionality.
Packit 3a9065
    Maps to ``dnf repoquery``.
Packit 3a9065
    See `Repoquery Command` in :manpage:`dnf(8)` for details.
Packit 3a9065
:manpage:`reposync(1)`
Packit 3a9065
    Synchronize packages of a remote DNF repository to a local directory.
Packit 3a9065
    Maps to ``dnf reposync``.
Packit 3a9065
``repotrack``
Packit 3a9065
    Track packages and its dependencies and download them.
Packit 3a9065
    Maps to ``yumdownloader --resolve --alldeps``.
Packit 3a9065
    See :manpage:`yumdownloader(1)` for details.
Packit 3a9065
:manpage:`yum-builddep(1)`
Packit 3a9065
    Install whatever is needed to build the given .src.rpm, .nosrc.rpm or .spec
Packit 3a9065
    file.
Packit 3a9065
    Maps to ``dnf builddep``.
Packit 3a9065
:manpage:`yum-config-manager(1)`
Packit 3a9065
    Manage main DNF configuration options, toggle which repositories are
Packit 3a9065
    enabled or disabled, and add new repositories.
Packit 3a9065
    Maps to ``dnf config-manager``.
Packit 3a9065
:manpage:`yum-debug-dump(1)`
Packit 3a9065
    Writes system RPM configuration to a dump file.
Packit 3a9065
    Maps to ``dnf debug-dump``.
Packit 3a9065
:manpage:`yum-debug-restore(1)`
Packit 3a9065
    Restores system RPM configuration from a dump file.
Packit 3a9065
    Maps to ``dnf debug-restore``.
Packit 3a9065
:manpage:`yumdownloader(1)`
Packit 3a9065
    Download binary or source packages.
Packit 3a9065
    Maps to ``dnf download``.