logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yum-utils - classic YUM utilities implemented as CLI shims on top of DNF

Author

       See AUTHORS in your Core DNF Plugins distribution

Name

       yum-utils - classic YUM utilities implemented as CLI shims on top of DNF

       The main purpose of these shims is ensuring backward compatibility with yum-3.

Shell Commands

debuginfo-install(1)
              Install  the  associated  debuginfo  packages  for  a  given  package  specification.  Maps to dnfdebuginfo-install.

       needs-restarting(1)
              Check for running processes that should be restarted.  Maps to dnfneeds-restarting.

       find-repos-of-install
              Report which repository the package was installed from.  Part of core DNF functionality.  Maps  to
              dnflist--installed.  See ListCommand in dnf(8) for details.

       package-cleanup(1)
              Clean up locally installed, duplicate, or orphaned packages.

       repo-graph(1)
              Output a full package dependency graph in dot format.  Maps to dnfrepograph.

       repoclosure(1)
              Display a list of unresolved dependencies for repositories.  Maps to dnfrepoclosure.

       repodiff(1)
              Display a list of differences between two or more repositories.  Maps to dnfrepodiff.

       repomanage(1)
              Manage a directory of rpm packages.  Maps to dnfrepomanage.

       repoquery
              Searches  the  available  DNF  repositories  for  selected  packages  and  displays  the requested
              information about them.  Part of core DNF functionality.  Maps to dnfrepoquery.   See  RepoqueryCommand in dnf(8) for details.

       reposync(1)
              Synchronize packages of a remote DNF repository to a local directory.  Maps to dnfreposync.

       repotrack
              Track packages and its dependencies and download them.  Maps to yumdownloader--resolve--alldeps.
              See yumdownloader(1) for details.

       yum-builddep(1)
              Install  whatever  is  needed  to build the given .src.rpm, .nosrc.rpm or .spec file.  Maps to dnfbuilddep.

       yum-config-manager(1)
              Manage main DNF configuration options, toggle which repositories are enabled or disabled, and  add
              new repositories.  Maps to dnfconfig-manager.

       yum-debug-dump(1)
              Writes system RPM configuration to a dump file.  Maps to dnfdebug-dump.

       yum-debug-restore(1)
              Restores system RPM configuration from a dump file.  Maps to dnfdebug-restore.

       yumdownloader(1)
              Download binary or source packages.  Maps to dnfdownload.

See Also