REPOMANAGE(1) | dnf-plugins-core | REPOMANAGE(1) |
repomanage - redirecting to DNF repomanage Plugin
Manage a repository or a simple directory of rpm packages.
dnf repomanage [<optional-options>] [<options>] <path>
repomanage prints newest or older packages in a repository specified by <path> for easy piping to xargs or similar programs. In case <path> doesn’t contain a valid repodata, it is searched for rpm packages which are then used instead. If the repodata are present, repomanage uses them as the source of truth, it doesn’t verify that they match the present rpm packages. In fact, repomanage can run with just the repodata, no rpm packages are needed.
In order to work correctly with modular packages, <path> has to contain repodata with modular metadata. If modular content is present, repomanage prints packages from newest or older stream versions in addition to newest or older non-modular packages.
All general DNF options are accepted, see Options in dnf(8) for details.
The following options set what packages are displayed. These options are mutually exclusive, i.e. only one can be specified. If no option is specified, the newest packages are shown.
The following options control how packages are displayed in the output:
Display newest packages in current repository (directory):
dnf repomanage --new .
Display 2 newest versions of each package in “home” directory:
dnf repomanage --new --keep 2 ~/
Display oldest packages separated by space in current repository (directory):
dnf repomanage --old --space .
See AUTHORS in your Core DNF Plugins distribution
2023, Red Hat, Licensed under GPLv2+
January 22, 2023 | 4.3.1 |