DNF repomanage Plugin

Manage a directory of rpm packages.

Synopsis

dnf repomanage [<optional-options>] [<options>] <path>

Description

repomanage prints newest or oldest packages in specified directory for easy piping to xargs or similar programs.

Options

Set what packages is displayed.

The following are mutually exclusive, i.e. only one can be specified. If no options specified - --new activated.

--old
Show older packages.
--new
Show newest packages.

Optional Options

Control how packages are displayed in the output.

-s, --space
Print resulting set separated by space instead of newline.
-k <keep-number>, --keep <keep-number>
Limit the resulting set to newest <keep-number> packages.

Examples

Display newest packages in current directory:

dnf repomanage --new .

Display 2 newest packages in requires “home” directory:

dnf repomanage --new --keep 2 ~/

Display older package separated by space in current directory:

dnf repomanage --old --space .

Table Of Contents

Previous topic

DNF repograph Plugin

Next topic

DNF rpmconf Plugin

This Page