1DNF.PLUGIN.REPOMANAGE(8)       dnf-plugins-core       DNF.PLUGIN.REPOMANAGE(8)
2
3
4

NAME

6       dnf.plugin.repomanage - DNF repomanage Plugin
7
8       Manage a directory of rpm packages.
9

SYNOPSIS

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

DESCRIPTION

14       repomanage  prints newest or oldest packages in specified directory for
15       easy piping to xargs or similar programs.
16
17   Options
18       Set what packages is displayed.
19
20       The following are mutually exclusive, i.e. only one can  be  specified.
21       If no options specified - --new activated.
22
23       --old  Show older packages.
24
25       --new  Show newest packages.
26
27   Optional Options
28       Control how packages are displayed in the output.
29
30       -s, --space
31              Print resulting set separated by space instead of newline.
32
33       -k <keep-number>, --keep <keep-number>
34              Limit the resulting set to newest <keep-number> packages.
35

EXAMPLES

37       Display newest packages in current directory:
38
39          dnf repomanage --new .
40
41       Display 2 newest packages in requires "home" directory:
42
43          dnf repomanage --new --keep 2 ~/
44
45       Display older package separated by space in current directory:
46
47          dnf repomanage --old --space .
48

AUTHOR

50       See AUTHORS in your Core DNF Plugins distribution
51
53       2014, Red Hat, Licensed under GPLv2+
54
55
56
57
584.0.2.2                          May 14, 2019         DNF.PLUGIN.REPOMANAGE(8)
Impressum